Searched defs:newStr (Results 1 – 5 of 5) sorted by relevance
24 inline void StringReplace(std::string& str, const std::string& oldStr, const std::string& newStr) in StringReplace()
450 String newStr(string_); in ToLowerCase() local469 String newStr(string_); in ToUpperCase() local506 String newStr(string_); in Replace() local
69 char* newStr = static_cast<char*>(UIMalloc(static_cast<uint32_t>(strLen) + 1)); in SetSrc() local
261 char *newStr = nullptr; in ConcatJerryString() local
384 …StateMachine::Replace(const std::string &str, const std::string &oldStr, const std::string &newStr) in Replace()