func unicode/utf8.ValidRune
7 uses
unicode/utf8 (current package)
utf8.go#L544: func ValidRune(r rune) bool {
archive/zip
writer.go#L239: if !utf8.ValidRune(r) || (r == utf8.RuneError && size == 1) {
bytes
bytes.go#L168: case !utf8.ValidRune(r):
cloud.google.com/go/logging
logging.go#L699: if utf8.ValidRune(r) {
github.com/yuin/goldmark/util
util.go#L520: if v == 0 || !utf8.ValidRune(v) {
strconv
quote.go#L56: if !utf8.ValidRune(r) {
strings
strings.go#L132: case !utf8.ValidRune(r):
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |