type golang.org/x/text/language.MatchOption

4 uses

	golang.org/x/text/language (current package)
		match.go#L15: type MatchOption func(*matcher)
		match.go#L20: func PreferSameScript(preferSame bool) MatchOption {
		match.go#L77: func NewMatcher(t []Tag, options ...MatchOption) Matcher {
		match.go#L368: func newMatcher(supported []Tag, options []MatchOption) *matcher {