Searched defs:EndsWith (Results 1 – 6 of 6) sorted by relevance
34 inline bool EndsWith(std::string_view sv, std::string_view suffix) { in EndsWith() function
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
270 func (ms *MakeString) EndsWith(ch rune) bool { func
197 bool StringHelper::EndsWith(const std::string &in, const std::string &suffix) { in EndsWith() function in android::StringHelper
130 bool EndsWith(std::string_view haystack, std::string_view needle) { in EndsWith() function
79 bool EndsWith(const StringPiece& str, const StringPiece& suffix) { in EndsWith() function