Home | History | Annotate | Download | only in strconv

Lines Matching refs:quoted

107 // Quote returns a double-quoted Go string literal representing s. The
115 // AppendQuote appends a double-quoted Go string literal representing s,
121 // QuoteToASCII returns a double-quoted Go string literal representing s.
128 // AppendQuoteToASCII appends a double-quoted Go string literal representing s,
134 // QuoteToGraphic returns a double-quoted Go string literal representing s.
141 // AppendQuoteToGraphic appends a double-quoted Go string literal representing s,
147 // QuoteRune returns a single-quoted Go character literal representing the
154 // AppendQuoteRune appends a single-quoted Go character literal representing the rune,
160 // QuoteRuneToASCII returns a single-quoted Go character literal representing
168 // AppendQuoteRuneToASCII appends a single-quoted Go character literal representing the rune,
174 // QuoteRuneToGraphic returns a single-quoted Go character literal representing
182 // AppendQuoteRuneToGraphic appends a single-quoted Go character literal representing the rune,
197 return false // BOMs are invisible and should not be quoted.
345 // Unquote interprets s as a single-quoted, double-quoted,
347 // that s quotes. (If s is single-quoted, it would be a Go
412 // single-quoted must be single character