Home | History | Annotate | Download | only in strconv

Lines Matching refs:representing

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,