Searched defs:subStr (Results 1 – 2 of 2) sorted by relevance
282 bool StringExistsInFile(const string& fileName, const string& subStr, bool caseSensitive /*= true*/) in StringExistsInFile()306 int CountStrInStr(const string& str, const string& subStr) in CountStrInStr()324 int CountStrInFile(const string& fileName, const string& subStr, bool caseSensitive /*= true*/) in CountStrInFile()
113 … std::string subStr = temp.substr(pos + 1, 2); // 2:Truncate the last two digits of the % in DecodeSpecialChars() local