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])
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |