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