golang.org/x/text/language.haveTag.maxRegion (field)

7 uses

	golang.org/x/text/language (current package)
		match.go#L282: 	maxRegion language.Region
		match.go#L332: 			v.maxRegion == n.maxRegion &&
		match.go#L565: 		_, sameGroup := regionGroupDist(m.pinnedRegion, have.maxRegion, have.maxScript, m.want.LangID)
		match.go#L584: 	} else if have.maxRegion != maxRegion {
		match.go#L622: 	regGroupDist, sameGroup := regionGroupDist(have.maxRegion, maxRegion, maxScript, tag.LangID)
		match.go#L630: 	paradigmReg := isParadigmLocale(tag.LangID, have.maxRegion)