Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/strings/
Dstrings.go875 func indexFunc(s string, f func(rune) bool, truth bool) int { func
/aosp_15_r20/prebuilts/go/linux-x86/src/bytes/
Dbytes.go858 func indexFunc(s []byte, f func(r rune) bool, truth bool) int { func