vendor/golang.org/x/text/unicode/norm.nfkcTrie.lookupValue (method)

13 uses

	vendor/golang.org/x/text/unicode/norm (current package)
		tables13.0.0.go#L4432: 		return t.lookupValue(uint32(i), c1), 2
		tables13.0.0.go#L4448: 		return t.lookupValue(uint32(i), c2), 3
		tables13.0.0.go#L4470: 		return t.lookupValue(uint32(i), c3), 4
		tables13.0.0.go#L4485: 		return t.lookupValue(uint32(i), s[1])
		tables13.0.0.go#L4489: 		return t.lookupValue(uint32(i), s[2])
		tables13.0.0.go#L4493: 		return t.lookupValue(uint32(i), s[3])
		tables13.0.0.go#L4517: 		return t.lookupValue(uint32(i), c1), 2
		tables13.0.0.go#L4533: 		return t.lookupValue(uint32(i), c2), 3
		tables13.0.0.go#L4555: 		return t.lookupValue(uint32(i), c3), 4
		tables13.0.0.go#L4570: 		return t.lookupValue(uint32(i), s[1])
		tables13.0.0.go#L4574: 		return t.lookupValue(uint32(i), s[2])
		tables13.0.0.go#L4578: 		return t.lookupValue(uint32(i), s[3])
		tables13.0.0.go#L4591: func (t *nfkcTrie) lookupValue(n uint32, b byte) uint16 {