const golang.org/x/text/internal/language.regionISO
7 uses
golang.org/x/text/internal/language (current package)
lookup.go#L215: i, err := findIndex(regionISO, s, "ZZ")
lookup.go#L226: for i := regionISO.Index(s[:1]); i != -1; i = regionISO.Next(s[:1], i) {
lookup.go#L227: if e := regionISO.Elem(i); e[2] == s[1] && e[3] == s[2] {
lookup.go#L297: return regionISO.Elem(int(r))[:2]
lookup.go#L308: reg := regionISO.Elem(int(r))
tables.go#L1092: const regionISO tag.Index = "" + // Size: 1308 bytes
![]() |
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. |