Searched defs:newStr (Results 1 – 3 of 3) sorted by relevance
69 char* newStr = static_cast<char*>(UIMalloc(static_cast<uint32_t>(strLen) + 1)); in SetSrc() local
261 char *newStr = nullptr; in ConcatJerryString() local
383 …StateMachine::Replace(const std::string &str, const std::string &oldStr, const std::string &newStr) in Replace()