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)