Searched refs:bufferToRep (Results 1 – 1 of 1) sorted by relevance
3079 StringBuilder bufferToRep = new StringBuilder(); in substitutionBasher() local3081 bufferToRep.append("$").append(groupIndex1 + 1); in substitutionBasher()3083 bufferToRep.append(randomMidString); in substitutionBasher()3085 bufferToRep.append("$").append(groupIndex2 + 1); in substitutionBasher()3086 String replacement = bufferToRep.toString(); in substitutionBasher()3161 StringBuilder bufferToRep = new StringBuilder(); in substitutionBasher2() local3163 bufferToRep.append("$").append(groupIndex1 + 1); in substitutionBasher2()3165 bufferToRep.append(randomMidString); in substitutionBasher2()3167 bufferToRep.append("$").append(groupIndex2 + 1); in substitutionBasher2()3168 String replacement = bufferToRep.toString(); in substitutionBasher2()