type golang.org/x/text/language.matcher
8 uses
golang.org/x/text/language (current package)
match.go#L15: type MatchOption func(*matcher)
match.go#L21: return func(m *matcher) { m.preferSameScript = preferSame }
match.go#L81: func (m *matcher) Match(want ...Tag) (t Tag, index int, c Confidence) {
match.go#L254: type matcher struct {
match.go#L346: func (m *matcher) header(l language.Language) *matchHeader {
match.go#L368: func newMatcher(supported []Tag, options []MatchOption) *matcher {
match.go#L369: m := &matcher{
match.go#L453: func (m *matcher) getBest(want ...Tag) (got *haveTag, orig language.Tag, c Confidence) {
 |
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. |