Searched refs:EndsWithT (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/base/strings/
H A Dstring_util.cc440 bool EndsWithT(const STR& str, const STR& search, bool case_sensitive) { function
454 return EndsWithT(str, search, case_sensitive);
459 return EndsWithT(str, search, case_sensitive);

Completed in 1094 milliseconds