Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/strings/
Dstrings.go833 func TrimLeftFunc(s string, f func(rune) bool) string { func
/aosp_15_r20/prebuilts/go/linux-x86/src/bytes/
Dbytes.go796 func TrimLeftFunc(s []byte, f func(r rune) bool) []byte { func