const unicode/utf8.MaxRune
11 uses
unicode/utf8 (current package)
utf8.go#L18: MaxRune = '\U0010FFFF' // Maximum valid Unicode code point.
utf8.go#L339: case r <= MaxRune:
utf8.go#L371: case i > rune3Max && i <= MaxRune:
utf8.go#L405: case i > rune3Max && i <= MaxRune:
utf8.go#L542: case surrogateMax < r && r <= MaxRune:
fmt
format.go#L158: if f.sharp && u <= utf8.MaxRune && strconv.IsPrint(rune(u)) {
format.go#L470: if c > utf8.MaxRune {
format.go#L481: if c > utf8.MaxRune {
golang.org/x/net/idna
punycode.go#L89: if n < 0 || n > utf8.MaxRune {
google.golang.org/protobuf/internal/encoding/text
decode_string.go#L122: if utf8.MaxRune < v || err != nil {
vendor/golang.org/x/net/idna
punycode.go#L89: if n < 0 || n > utf8.MaxRune {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)