golang.org/x/text/internal/language.Region.String (method)
6 uses
golang.org/x/text/internal/language (current package)
language.go#L135: n += copy(buf[n:], t.RegionID.String())
lookup.go#L289: func (r Region) String() string {
parse.go#L324: scan.replace(t.RegionID.String())
golang.org/x/text/internal/language/compact
language.go#L70: tag, _ = tag.SetTypeForKey("rg", strings.ToLower(loc.RegionID.String())+"zzzz")
golang.org/x/text/language
language.go#L526: return r.regionID.String()
match.go#L112: } else if r := w.RegionID.String(); len(r) == 2 {
![]() |
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. |