Searched defs:StringEndWith (Results 1 – 3 of 3) sorted by relevance
25 static bool StringEndWith(const std::string &str, const char *endStr, size_t endStrLen) in StringEndWith() function
479 static bool StringEndWith(const CString& str, const T& endStr) in StringEndWith() function486 static bool StringEndWith(const CString& str, const char endStr) in StringEndWith() function
68 bool StringEndWith(const std::string& str, const char* endStr, size_t endStrLen) in StringEndWith() function