Searched defs:endStrLen (Results 1 – 3 of 3) sorted by relevance
190 int endStrLen = strlen(endStr); in StringEndsWith() local
67 bool StringEndWith(const std::string& str, const char* endStr, size_t endStrLen) in StringEndWith()
78 size_t endStrLen = 2; variable