Lines Matching defs:rune
27 func quoteRuneWith(r rune, quote byte, ASCIIonly, graphicOnly bool) string {
58 func appendQuotedRuneWith(buf []byte, r rune, quote byte, ASCIIonly, graphicOnly bool) []byte {
68 func appendEscapedRune(buf []byte, r rune, quote byte, ASCIIonly, graphicOnly bool) []byte {
167 func QuoteRune(r rune) string {
173 func AppendQuoteRune(dst []byte, r rune) []byte {
183 func QuoteRuneToASCII(r rune) string {
189 func AppendQuoteRuneToASCII(dst []byte, r rune) []byte {
199 func QuoteRuneToGraphic(r rune) string {
205 func AppendQuoteRuneToGraphic(dst []byte, r rune) []byte {
521 func IsPrint(r rune) bool {
567 func IsGraphic(r rune) bool {
577 func isInGraphicList(r rune) bool {