const golang.org/x/text/language.Exact
11 uses
golang.org/x/text/language (current package)
language.go#L216: Exact // exact match or explicitly specified value
language.go#L248: return Base{b}, Exact
language.go#L277: return Script{scr}, Exact
language.go#L307: return Region{r}, Exact
match.go#L301: return haveTag{tag, index, Exact, max.RegionID, max.ScriptID, altScript(max.LangID, max.ScriptID), 0}, max.LangID
match.go#L417: hw.addIfNew(v, conf == Exact && hh.original)
match.go#L439: conf := Exact
match.go#L480: return have, w, Exact
match.go#L505: if best.conf == Exact {
match.go#L570: if c == Exact && have.maxScript == maxScript {
golang.org/x/text/internal
match.go#L54: conf := language.Exact
 |
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. |