const golang.org/x/text/internal/language.altRegionISO3
4 uses
golang.org/x/text/internal/language (current package)
lookup.go#L231: for i := 0; i < len(altRegionISO3); i += 3 {
lookup.go#L232: if tag.Compare(altRegionISO3[i:i+3], s) == 0 {
lookup.go#L311: return altRegionISO3[reg[3]:][:3]
tables.go#L1116: const altRegionISO3 string = "SCGQUUSGSCOMPRKCYMSPMSRBATFMYTATN"
![]() |
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. |