Searched defs:oldStr (Results 1 – 2 of 2) sorted by relevance
124 inline void StringReplace(std::string& str, const std::string& oldStr, const std::string& newStr) in StringReplace()
297 void ResourceUtil::StringReplace(string &sourceStr, const string &oldStr, const string &newStr) in StringReplace()