Home
last modified time | relevance | path

Searched defs:IndexByteString (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/internal/bytealg/
Dindexbyte_native.go13 func IndexByteString(s string, c byte) int func
Dindexbyte_generic.go22 func IndexByteString(s string, c byte) int { func