func golang.org/x/text/internal/tag.cmp
5 uses
golang.org/x/text/internal/tag (current package)
tag.go#L29: return cmp(s[i*4:i*4+n], key) != -1
tag.go#L32: if cmp(s[i:i+len(key)], key) != 0 {
tag.go#L41: if x++; x*4 < len(s) && cmp(s[x*4:x*4+len(key)], key) == 0 {
tag.go#L48: func cmp(a Index, b []byte) int {
tag.go#L72: return cmp(Index(a), b)
 |
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. |