Searched defs:EndsWith (Results 1 – 3 of 3) sorted by relevance
102 bool EndsWith(std::string_view s, std::string_view suffix) { in EndsWith() function106 bool EndsWith(std::string_view s, char suffix) { in EndsWith() function
56 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