func internal/stringslite.IndexByte

6 uses

	internal/stringslite (current package)
		strings.go#L24: func IndexByte(s string, c byte) int {
		strings.go#L34: 		return IndexByte(s, substr[0])
		strings.go#L56: 				o := IndexByte(s[i+1:t], c0)
		strings.go#L85: 			o := IndexByte(s[i+1:t], c0)

	internal/filepathlite
		path.go#L192: 	if stringslite.IndexByte(s, old) == -1 {

	strings
		strings.go#L119: 	return stringslite.IndexByte(s, c)