Searched defs:endsWith (Results 1 – 3 of 3) sorted by relevance
395 bool endsWith(const char* haystack, const char* needle) in endsWith() function
341 bool AString::endsWith(const char *suffix) const { in endsWith() function in android::AString
283 public final boolean endsWith(ByteString suffix) { in endsWith() method