Searched defs:endStrLen (Results 1 – 3 of 3) sorted by relevance
25 static bool StringEndWith(const std::string &str, const char *endStr, size_t endStrLen) in StringEndWith()
68 bool StringEndWith(const std::string& str, const char* endStr, size_t endStrLen) in StringEndWith()
481 size_t endStrLen = endStr.length(); in StringEndWith() local