Home
last modified time | relevance | path

Searched defs:LastIndexByte (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/internal/bytealg/
Dlastindexbyte_generic.go7 func LastIndexByte(s []byte, c byte) int { func
/aosp_15_r20/prebuilts/go/linux-x86/src/strings/
Dstrings.go230 func LastIndexByte(s string, c byte) int { func
/aosp_15_r20/prebuilts/go/linux-x86/src/bytes/
Dbytes.go129 func LastIndexByte(s []byte, c byte) int { func