var golang.org/x/text/width.trie
10 uses
golang.org/x/text/width (current package)
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#L70: var trie = newWidthTrie(0)
width.go#L75: v, sz := trie.lookup(b)
width.go#L82: v, sz := trie.lookupString(s)
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. |