Searched defs:newStr (Results 1 – 4 of 4) sorted by relevance
267 void ResourceUtil::StringReplace(string &sourceStr, const string &oldStr, const string &newStr) in StringReplace()
120 inline void StringReplace(std::string& str, const std::string& oldStr, const std::string& newStr) in StringReplace()
79 char *newStr = strdup(str); in UsbLogHandler() local
335 string newStr = str; in IsDigit() local