Home
last modified time | relevance | path

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

/commonlibrary/c_utils/base/src/
Dfile_ex.cpp94 bool RustStringExistsInFile(const rust::String& fileName, const rust::String& subStr, bool caseSens… in RustStringExistsInFile()
101 int RustCountStrInFile(const rust::String& fileName, const rust::String& subStr, bool caseSensitiv… in RustCountStrInFile()
356 bool StringExistsInFile(const string& fileName, const string& subStr, bool caseSensitive /*= true*/) in StringExistsInFile()
380 int CountStrInStr(const string& str, const string& subStr) in CountStrInStr()
398 int CountStrInFile(const string& fileName, const string& subStr, bool caseSensitive /*= true*/) in CountStrInFile()
/commonlibrary/ets_utils/js_api_module/url/
Djs_url.cpp112 … std::string subStr = temp.substr(pos + 1, 2); // 2:Truncate the last two digits of the % in DecodeSpecialChars() local