golang.org/x/text/language.Matcher.Match (method)

4 uses

	golang.org/x/text/language (current package)
		match.go#L39: 		if tag, index, conf := m.Match(desired...); conf != No {
		match.go#L43: 	tag, index, _ = m.Match()
		match.go#L53: 	Match(t ...Tag) (tag Tag, index int, c Confidence)
		match.go#L59: 	_, _, c := NewMatcher([]Tag{alternative}).Match(speaker)