var golang.org/x/text/internal/language.regionInclusion
6 uses
golang.org/x/text/internal/language (current package)
language.go#L519: return int(regionInclusion[r]) < len(regionContainment)
language.go#L528: g := regionInclusion[r]
language.go#L534: d := regionInclusion[c]
match.go#L56: if i := regionInclusion[t.RegionID]; i < nRegionGroups {
match.go#L149: if i := regionInclusion[t.RegionID]; i < nRegionGroups {
tables.go#L3346: var regionInclusion = [358]uint8{
![]() |
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. |