Home
last modified time | relevance | path

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

/aosp_15_r20/prebuilts/go/linux-x86/src/strings/
Dstrings.go71 func ContainsRune(s string, r rune) bool { func
/aosp_15_r20/prebuilts/go/linux-x86/src/bytes/
Dbytes.go86 func ContainsRune(b []byte, r rune) bool { func