golang.org/x/text/language.haveTag.maxRegion (field)
7 uses
golang.org/x/text/language (current package)
match.go#L282: maxRegion language.Region
match.go#L332: v.maxRegion == n.maxRegion &&
match.go#L565: _, sameGroup := regionGroupDist(m.pinnedRegion, have.maxRegion, have.maxScript, m.want.LangID)
match.go#L584: } else if have.maxRegion != maxRegion {
match.go#L622: regGroupDist, sameGroup := regionGroupDist(have.maxRegion, maxRegion, maxScript, tag.LangID)
match.go#L630: paradigmReg := isParadigmLocale(tag.LangID, have.maxRegion)
 |
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. |