func strconv.quoteRuneWith

4 uses

	strconv (current package)
		quote.go#L23: func quoteRuneWith(r rune, quote byte, ASCIIonly, graphicOnly bool) string {
		quote.go#L165: 	return quoteRuneWith(r, '\'', false, false)
		quote.go#L179: 	return quoteRuneWith(r, '\'', true, false)
		quote.go#L193: 	return quoteRuneWith(r, '\'', false, true)