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
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |