vendor/golang.org/x/text/unicode/norm.nfcTrie.lookupValue (method)
13 uses
vendor/golang.org/x/text/unicode/norm (current package)
tables13.0.0.go#L2754: return t.lookupValue(uint32(i), c1), 2
tables13.0.0.go#L2770: return t.lookupValue(uint32(i), c2), 3
tables13.0.0.go#L2792: return t.lookupValue(uint32(i), c3), 4
tables13.0.0.go#L2807: return t.lookupValue(uint32(i), s[1])
tables13.0.0.go#L2811: return t.lookupValue(uint32(i), s[2])
tables13.0.0.go#L2815: return t.lookupValue(uint32(i), s[3])
tables13.0.0.go#L2839: return t.lookupValue(uint32(i), c1), 2
tables13.0.0.go#L2855: return t.lookupValue(uint32(i), c2), 3
tables13.0.0.go#L2877: return t.lookupValue(uint32(i), c3), 4
tables13.0.0.go#L2892: return t.lookupValue(uint32(i), s[1])
tables13.0.0.go#L2896: return t.lookupValue(uint32(i), s[2])
tables13.0.0.go#L2900: return t.lookupValue(uint32(i), s[3])
tables13.0.0.go#L2913: func (t *nfcTrie) lookupValue(n uint32, b byte) uint16 {