Searched defs:subStr (Results 1 – 4 of 4) sorted by relevance
| /commonlibrary/c_utils/base/src/ |
| D | file_ex.cpp | 86 bool RustStringExistsInFile(const rust::String& fileName, const rust::String& subStr, bool caseSens… in RustStringExistsInFile() 93 int RustCountStrInFile(const rust::String& fileName, const rust::String& subStr, bool caseSensitiv… in RustCountStrInFile() 349 bool StringExistsInFile(const string& fileName, const string& subStr, bool caseSensitive /*= true*/) in StringExistsInFile() 373 int CountStrInStr(const string& str, const string& subStr) in CountStrInStr() 391 int CountStrInFile(const string& fileName, const string& subStr, bool caseSensitive /*= true*/) in CountStrInFile()
|
| /commonlibrary/ets_utils/js_api_module/xml/ |
| D | js_xml_dynamic.cpp | 74 …std::string XmlDynamicSerializer::Replace(std::string str, const std::string &subStr, const std::s… in Replace()
|
| D | js_xml.cpp | 75 …std::string XmlSerializer::Replace(std::string str, const std::string &subStr, const std::string &… in Replace()
|
| /commonlibrary/ets_utils/js_api_module/url/ |
| D | js_url.cpp | 113 … std::string subStr = temp.substr(pos + 1, 2); // 2:Truncate the last two digits of the % in DecodeSpecialChars() local 533 std::string subStr = num.substr(2); // 2:jump 0x in IsNumber() local 540 std::string subStr = num.substr(1); in IsNumber() local
|