vendor/golang.org/x/net/idna.idnaTrie.lookupValue (method)

13 uses

	vendor/golang.org/x/net/idna (current package)
		tables13.0.0.go#L398: 		return t.lookupValue(uint32(i), c1), 2
		tables13.0.0.go#L414: 		return t.lookupValue(uint32(i), c2), 3
		tables13.0.0.go#L436: 		return t.lookupValue(uint32(i), c3), 4
		tables13.0.0.go#L451: 		return t.lookupValue(uint32(i), s[1])
		tables13.0.0.go#L455: 		return t.lookupValue(uint32(i), s[2])
		tables13.0.0.go#L459: 		return t.lookupValue(uint32(i), s[3])
		tables13.0.0.go#L483: 		return t.lookupValue(uint32(i), c1), 2
		tables13.0.0.go#L499: 		return t.lookupValue(uint32(i), c2), 3
		tables13.0.0.go#L521: 		return t.lookupValue(uint32(i), c3), 4
		tables13.0.0.go#L536: 		return t.lookupValue(uint32(i), s[1])
		tables13.0.0.go#L540: 		return t.lookupValue(uint32(i), s[2])
		tables13.0.0.go#L544: 		return t.lookupValue(uint32(i), s[3])
		tables13.0.0.go#L557: func (t *idnaTrie) lookupValue(n uint32, b byte) uint16 {