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) {
 |
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. |