const golang.org/x/text/internal/language.maxAltTaglen
5 uses
golang.org/x/text/internal/language (current package)
lookup.go#L355: maxAltTaglen = len("en-US-POSIX")
lookup.go#L356: maxLen = maxAltTaglen
lookup.go#L403: func grandfathered(s [maxAltTaglen]byte) (t Tag, ok bool) {
parse.go#L234: if len(s) <= maxAltTaglen {
parse.go#L235: b := [maxAltTaglen]byte{}
![]() |
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. |