golang.org/x/text/language.haveTag.tag (field)
13 uses
golang.org/x/text/language (current package)
match.go#L85: tt, index = match.tag, match.index
match.go#L88: tt = m.default_.tag
match.go#L100: tt, index = h.tag, i
match.go#L272: tag language.Tag
match.go#L324: if equalsRest(v.tag, n.tag) {
match.go#L333: v.tag.VariantOrPrivateUseTags() == n.tag.VariantOrPrivateUseTags() {
match.go#L479: if equalsRest(have.tag, w) {
match.go#L575: if equalsRest(have.tag, tag) {
match.go#L605: origLang := have.tag.LangID == tag.LangID && tag.LangID != 0
match.go#L614: origReg := have.tag.RegionID == tag.RegionID && tag.RegionID != 0
match.go#L639: origScript := have.tag.ScriptID == tag.ScriptID && tag.ScriptID != 0
![]() |
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. |