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

15 uses

	golang.org/x/text/language (current package)
		language.go#L210: type Confidence int
		language.go#L213: 	No    Confidence = iota // full confidence that there was no match
		language.go#L221: func (c Confidence) String() string {
		language.go#L246: func (t Tag) Base() (Base, Confidence) {
		language.go#L275: func (t Tag) Script() (Script, Confidence) {
		language.go#L305: func (t Tag) Region() (Region, Confidence) {
		match.go#L53: 	Match(t ...Tag) (tag Tag, index int, c Confidence)
		match.go#L58: func Comprehends(speaker, alternative Tag) Confidence {
		match.go#L81: func (m *matcher) Match(want ...Tag) (t Tag, index int, c Confidence) {
		match.go#L279: 	conf Confidence
		match.go#L355: func toConf(d uint8) Confidence {
		match.go#L402: 	update := func(want, have uint16, conf Confidence) {
		match.go#L453: func (m *matcher) getBest(want ...Tag) (got *haveTag, orig language.Tag, c Confidence) {
		match.go#L527: 	conf            Confidence

	golang.org/x/text/internal
		match.go#L48: func (m InheritanceMatcher) Match(want ...language.Tag) (language.Tag, int, language.Confidence) {