type golang.org/x/text/language.haveTag

11 uses

	golang.org/x/text/language (current package)
		match.go#L255: 	default_         *haveTag
		match.go#L256: 	supported        []*haveTag
		match.go#L265: 	haveTags []*haveTag
		match.go#L271: type haveTag struct {
		match.go#L294: func makeHaveTag(tag language.Tag, index int) (haveTag, language.Language) {
		match.go#L301: 	return haveTag{tag, index, Exact, max.RegionID, max.ScriptID, altScript(max.LangID, max.ScriptID), 0}, max.LangID
		match.go#L320: func (h *matchHeader) addIfNew(n haveTag, exact bool) {
		match.go#L377: 		m.default_ = &haveTag{}
		match.go#L453: func (m *matcher) getBest(want ...Tag) (got *haveTag, orig language.Tag, c Confidence) {
		match.go#L525: 	have            *haveTag
		match.go#L553: func (m *bestMatch) update(have *haveTag, tag language.Tag, maxScript language.Script, maxRegion language.Region, pin bool) {