Searched refs:newStr (Results 1 – 3 of 3) sorted by relevance
152 [...replaceMap.entries()].some(([oldStr, newStr]) => {158 el.setAttribute(attr, currentAttrValue.replace(oldStr, newStr));261 replacePairs.forEach(([oldStr, newStr]) => {263 el.innerHTML = newStr;
117 char* newStr; in strdupNew() local124 newStr = new char[len+1]; in strdupNew()125 memcpy(newStr, str, len+1); in strdupNew()127 return newStr; in strdupNew()
2464 String newStr = networkDialStr.substring(1); in processPlusCode() local2466 if (useNanp && isOneNanp(newStr)) { in processPlusCode()2468 retStr = newStr; in processPlusCode()