Searched refs:replStr (Results 1 – 1 of 1) sorted by relevance
2834 String replStr = replacement.toString(); in replace() local2843 int newLenHint = thisLen - tgtLen + replStr.length(); in replace()2850 sb.append(this, i, j).append(replStr); in replace()