Searched defs:newStr (Results 1 – 6 of 6) sorted by relevance
51 string newStr = Utils::ConvertSha256Hex(a, 1); variable58 vector<string> newStr = Utils::SplitString(str, "\n"); variable
22 …ne void StringReplace(std::string& sourceStr, const std::string& subStr, const std::string& newStr) in StringReplace()
69 std::string newStr; in FilterControlChar() local
232 int32_t DeepCopyString(const char *str, char **newStr) in DeepCopyString()
172 …bBaseHelper::ReplaceAllStr(std::string &path, const std::string &oldStr, const std::string &newStr) in ReplaceAllStr()
265 …ng DateTimeRule::SubReplace(std::string& src, const std::string& subStr, const std::string& newStr) in SubReplace()