golang.org/x/text/language.bestMatch.want (field)

7 uses

	golang.org/x/text/language (current package)
		match.go#L510: 				return best.have, best.want, best.conf
		match.go#L520: 	return best.have, best.want, best.conf
		match.go#L526: 	want            language.Tag
		match.go#L560: 	if m.pinLanguage && tag.LangID != m.want.LangID {
		match.go#L564: 	if tag.LangID == m.want.LangID && m.sameRegionGroup {
		match.go#L565: 		_, sameGroup := regionGroupDist(m.pinnedRegion, have.maxRegion, have.maxScript, m.want.LangID)
		match.go#L650: 		m.want = tag