const golang.org/x/text/internal/language.nRegionGroups
5 uses
golang.org/x/text/internal/language (current package)
language.go#L529: if g >= nRegionGroups {
language.go#L540: if d >= nRegionGroups {
match.go#L56: if i := regionInclusion[t.RegionID]; i < nRegionGroups {
match.go#L149: if i := regionInclusion[t.RegionID]; i < nRegionGroups {
tables.go#L1384: const nRegionGroups = 33
![]() |
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. |