Searched defs:endStrLen (Results 1 – 2 of 2) sorted by relevance
69 bool StringEndWith(const std::string& str, const char* endStr, size_t endStrLen) in StringEndWith()
428 size_t endStrLen = endStr.length(); in StringEndWith() local