Searched refs:newStr (Results 1 – 2 of 2) sorted by relevance
2618 newStr = var_Error; in ApplyModifiers()2696 free(newStr); in ApplyModifiers()2761 newStr = nstr; in ApplyModifiers()2827 newStr = nstr; in ApplyModifiers()2849 newStr = NULL; in ApplyModifiers()2855 if (!newStr) { in ApplyModifiers()2954 newStr = nstr; in ApplyModifiers()2961 newStr = nstr; in ApplyModifiers()3004 newStr = nstr; in ApplyModifiers()3174 newStr = nstr; in ApplyModifiers()[all …]
2729 const std::string &newStr) { in replace_all() argument2734 str.replace(pos, oldStr.length(), newStr); in replace_all()2735 pos += newStr.length(); in replace_all()