Home
last modified time | relevance | path

Searched defs:HasSuffix (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/internal/stringslite/
Dstrings.go20 func HasSuffix(s, suffix string) bool { func
/aosp_15_r20/external/boringssl/src/crypto/err/
H A Derr_test.cc123 static bool HasSuffix(const char *str, const char *suffix) { in HasSuffix() function
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/err/
Derr_test.cc110 static bool HasSuffix(const char *str, const char *suffix) { in HasSuffix() function
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/err/
Derr_test.cc110 static bool HasSuffix(const char *str, const char *suffix) { in HasSuffix() function
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/err/
H A Derr_test.cc123 static bool HasSuffix(const char *str, const char *suffix) { in HasSuffix() function
/aosp_15_r20/prebuilts/go/linux-x86/src/strings/
Dstrings.go466 func HasSuffix(s, suffix string) bool { func
/aosp_15_r20/prebuilts/go/linux-x86/src/bytes/
Dbytes.go542 func HasSuffix(s, suffix []byte) bool { func