Home
last modified time | relevance | path

Searched refs:bufferToRep (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/test/java/util/regex/
DRegExTest.java3079 StringBuilder bufferToRep = new StringBuilder(); in substitutionBasher() local
3081 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() local
3163 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()