Home
last modified time | relevance | path

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

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