func unicode/utf8.ValidRune
6 uses
unicode/utf8 (current package)
utf8.go#L575: func ValidRune(r rune) bool {
bytes
bytes.go#L151: case !utf8.ValidRune(r):
strconv
quote.go#L60: if !utf8.ValidRune(r) {
quote.go#L103: case !utf8.ValidRune(r):
quote.go#L328: if !utf8.ValidRune(v) {
strings
strings.go#L137: case !utf8.ValidRune(r):
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |