golang.org/x/text/internal/language.Builder.Tag (field)
10 uses
golang.org/x/text/internal/language (current package)
compose.go#L15: Tag Tag
compose.go#L24: t := b.Tag
compose.go#L57: b.Tag.LangID = t.LangID
compose.go#L58: b.Tag.RegionID = t.RegionID
compose.go#L59: b.Tag.ScriptID = t.ScriptID
golang.org/x/text/language
parse.go#L86: b.Tag, _ = canonicalize(c, b.Tag)
parse.go#L98: b.Tag.LangID = v.langID
parse.go#L100: b.Tag.ScriptID = v.scriptID
parse.go#L102: b.Tag.RegionID = v.regionID
![]() |
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. |