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
![]() |
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. |