Home
last modified time | relevance | path

Searched defs:IndexByte (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/internal/bytealg/
Dindexbyte_native.go10 func IndexByte(b []byte, c byte) int func
Dindexbyte_generic.go13 func IndexByte(b []byte, c byte) int { func
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/stringslite/
Dstrings.go24 func IndexByte(s string, c byte) int { func
/aosp_15_r20/prebuilts/go/linux-x86/src/strings/
Dstrings.go118 func IndexByte(s string, c byte) int { func
/aosp_15_r20/prebuilts/go/linux-x86/src/bytes/
Dbytes.go96 func IndexByte(b []byte, c byte) int { func