golang.org/x/text/language.bestMatch.conf (field)

10 uses

	golang.org/x/text/language (current package)
		match.go#L505: 			if best.conf == Exact {
		match.go#L510: 				return best.have, best.want, best.conf
		match.go#L514: 	if best.conf <= No {
		match.go#L520: 	return best.have, best.want, best.conf
		match.go#L527: 	conf            Confidence
		match.go#L556: 	if c < m.conf {
		match.go#L580: 		if Low < m.conf || have.altScript != maxScript {
		match.go#L596: 	if c != m.conf {
		match.go#L597: 		if c < m.conf {
		match.go#L651: 		m.conf = c