const golang.org/x/text/language.All
5 uses
golang.org/x/text/language (current package)
language.go#L99: All = BCP47 | Legacy | Macro
match.go#L297: max, _ = canonicalize(All, max)
match.go#L720: if tag, _ = canonicalize(All, tag); tag.ScriptID != 0 || tag.RegionID != 0 {
golang.org/x/text/internal
match.go#L35: ct, err := language.All.Canonicalize(tag)
match.go#L50: ct, err := language.All.Canonicalize(t)
![]() |
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. |