Searched defs:HasSuffix (Results 1 – 7 of 7) sorted by relevance
20 func HasSuffix(s, suffix string) bool { func
123 static bool HasSuffix(const char *str, const char *suffix) { in HasSuffix() function
110 static bool HasSuffix(const char *str, const char *suffix) { in HasSuffix() function
466 func HasSuffix(s, suffix string) bool { func
542 func HasSuffix(s, suffix []byte) bool { func