golang.org/x/text/language.matcher.index (field)
7 uses
golang.org/x/text/language (current package)
match.go#L257: index map[language.Language]*matchHeader
match.go#L347: if h := m.index[l]; h != nil {
match.go#L351: m.index[l] = h
match.go#L370: index: make(map[language.Language]*matchHeader),
match.go#L403: if hh := m.index[language.Language(have)]; hh != nil {
match.go#L459: h := m.index[w.LangID]
match.go#L490: if h = m.index[max.LangID]; h == nil {
![]() |
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. |