Home
last modified time | relevance | path

Searched refs:trimLeftUnicode (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/strings/
Dstrings.go938 return trimLeftUnicode(trimRightUnicode(s, cutset), cutset)
955 return trimLeftUnicode(s, cutset)
975 func trimLeftUnicode(s, cutset string) string { func
/aosp_15_r20/prebuilts/go/linux-x86/src/bytes/
Dbytes.go947 return trimLeftUnicode(trimRightUnicode(s, cutset), cutset)
966 return trimLeftUnicode(s, cutset)
994 func trimLeftUnicode(s []byte, cutset string) []byte { func