Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/strings/
Dstrings.go906 type asciiSet [8]uint32 type
965 func trimLeftASCII(s string, as *asciiSet) string {
1013 func trimRightASCII(s string, as *asciiSet) string {
/aosp_15_r20/prebuilts/go/linux-x86/src/bytes/
Dbytes.go899 type asciiSet [8]uint32 type
980 func trimLeftASCII(s []byte, as *asciiSet) []byte {
1034 func trimRightASCII(s []byte, as *asciiSet) []byte {