Home
last modified time | relevance | path

Searched defs:ASCIIonly (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/strconv/
Dquote.go23 func quoteWith(s string, quote byte, ASCIIonly, graphicOnly bool) string { argument
27 func quoteRuneWith(r rune, quote byte, ASCIIonly, graphicOnly bool) string { argument
31 func appendQuotedWith(buf []byte, s string, quote byte, ASCIIonly, graphicOnly bool) []byte { argument
58 func appendQuotedRuneWith(buf []byte, r rune, quote byte, ASCIIonly, graphicOnly bool) []byte { argument
68 func appendEscapedRune(buf []byte, r rune, quote byte, ASCIIonly, graphicOnly bool) []byte { argument