golang.org/x/text/cases.caseTrie.lookupValue (method)

13 uses

	golang.org/x/text/cases (current package)
		tables13.0.0.go#L80: 		return t.lookupValue(uint32(i), c1), 2
		tables13.0.0.go#L96: 		return t.lookupValue(uint32(i), c2), 3
		tables13.0.0.go#L118: 		return t.lookupValue(uint32(i), c3), 4
		tables13.0.0.go#L133: 		return t.lookupValue(uint32(i), s[1])
		tables13.0.0.go#L137: 		return t.lookupValue(uint32(i), s[2])
		tables13.0.0.go#L141: 		return t.lookupValue(uint32(i), s[3])
		tables13.0.0.go#L165: 		return t.lookupValue(uint32(i), c1), 2
		tables13.0.0.go#L181: 		return t.lookupValue(uint32(i), c2), 3
		tables13.0.0.go#L203: 		return t.lookupValue(uint32(i), c3), 4
		tables13.0.0.go#L218: 		return t.lookupValue(uint32(i), s[1])
		tables13.0.0.go#L222: 		return t.lookupValue(uint32(i), s[2])
		tables13.0.0.go#L226: 		return t.lookupValue(uint32(i), s[3])
		tables13.0.0.go#L239: func (t *caseTrie) lookupValue(n uint32, b byte) uint16 {