Searched defs:subStr (Results 1 – 2 of 2) sorted by relevance
/commonlibrary/c_utils/base/src/ |
D | file_ex.cpp | 94 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/ |
D | js_url.cpp | 112 … std::string subStr = temp.substr(pos + 1, 2); // 2:Truncate the last two digits of the % in DecodeSpecialChars() local
|