Searched refs:newStr (Results 1 – 4 of 4) 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;
414 char *newStr = new char[newLen]; in duplicateString() local415 strlcpy(newStr, str, newLen); in duplicateString()416 return newStr; in duplicateString()
118 char* newStr; in strdupNew() local125 newStr = new char[len+1]; in strdupNew()126 memcpy(newStr, str, len+1); in strdupNew()128 return newStr; in strdupNew()
2487 String newStr = networkDialStr.substring(1); in processPlusCode() local2489 if (useNanp && isOneNanp(newStr)) { in processPlusCode()2491 retStr = newStr; in processPlusCode()