Home
last modified time | relevance | path

Searched defs:caseSensitive (Results 1 – 1 of 1) sorted by relevance

/commonlibrary/c_utils/base/src/
Dfile_ex.cpp282 bool StringExistsInFile(const string& fileName, const string& subStr, bool caseSensitive /*= true*/) in StringExistsInFile()
324 int CountStrInFile(const string& fileName, const string& subStr, bool caseSensitive /*= true*/) in CountStrInFile()