func unicode/utf8.Valid
12 uses
unicode/utf8 (current package)
utf8.go#L451: func Valid(p []byte) bool {
encoding/asn1
asn1.go#L479: if !utf8.Valid(bytes) {
github.com/google/go-cmp/cmp
report_reflect.go#L211: if len(b) > 0 && utf8.Valid(b) && len(bytes.TrimFunc(b, isPrintSpace)) == 0 {
google.golang.org/protobuf/internal/impl
codec_gen.go#L5348: if !utf8.Valid(v) {
codec_gen.go#L5363: if !utf8.Valid(v) {
codec_gen.go#L5431: if !utf8.Valid(v) {
codec_gen.go#L5446: if !utf8.Valid(v) {
codec_gen.go#L5508: if !utf8.Valid(v) {
codec_gen.go#L5525: if !utf8.Valid(v) {
validate.go#L482: if !utf8.Valid(v) {
google.golang.org/protobuf/proto
decode_gen.go#L158: if strs.EnforceUTF8(fd) && !utf8.Valid(v) {
decode_gen.go#L554: if strs.EnforceUTF8(fd) && !utf8.Valid(v) {
![]() |
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. |