golang.org/x/text/width.widthTrie.lookup (method)

9 uses

	golang.org/x/text/width (current package)
		tables13.0.0.go#L13: func (t *widthTrie) lookup(s []byte) (v uint16, sz int) {
		transform.go#L25: 		v, size := trie.lookup(src[n:])
		transform.go#L65: 		v, size := trie.lookup(src[nSrc:])
		transform.go#L107: 		v, size := trie.lookup(src[n:])
		transform.go#L148: 		v, size := trie.lookup(src[nSrc:])
		transform.go#L187: 		v, size := trie.lookup(src[n:])
		transform.go#L211: 		v, size := trie.lookup(src[nSrc:])
		width.go#L75: 	v, sz := trie.lookup(b)
		width.go#L90: 	v, _ := trie.lookup(buf[:n])