func golang.org/x/text/language.newMatcher

2 uses

	golang.org/x/text/language (current package)
		match.go#L78: 	return newMatcher(t, options)
		match.go#L368: func newMatcher(supported []Tag, options []MatchOption) *matcher {