func golang.org/x/text/internal/language.getRegionID
3 uses
golang.org/x/text/internal/language (current package)
language.go#L501: return getRegionID(buf[:copy(buf[:], s)])
lookup.go#L200: func getRegionID(s []byte) (Region, error) {
parse.go#L320: t.RegionID, e = getRegionID(scan.token)
![]() |
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. |