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