Searched defs:EndsWith (Results 1 – 5 of 5) sorted by relevance
98 static bool EndsWith(const std::string& s, const char* suffix, bool case_sensitive) { in EndsWith() function108 bool EndsWith(const std::string& s, const char* suffix) { in EndsWith() function
254 bool EndsWith(const string& str, const string& suffix) { in EndsWith() function
176 TEST(OptionsTests, EndsWith) { in TEST() argument
55 bool EndsWith(const ZipString& suffix) const { in EndsWith() function
160 bool StringHelper::EndsWith(const std::string &in, const std::string &suffix) { in EndsWith() function in android::StringHelper