Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/security/util/
DDebug.java208 matcher.appendReplacement(left, ""); in marshal()
232 matcher.appendReplacement(left, ""); in marshal()
/libcore/luni/src/test/java/libcore/java/util/regex/
DOldMatcherTest.java35 m.appendReplacement(sb, new Integer(i * 10 + i).toString()); in testAppendReplacement()
46 m.appendReplacement(null, "dog"); in testAppendReplacement()
54 m.appendReplacement(sb, null); in testAppendReplacement()
80 m.appendReplacement(sb, "dog"); in testAppendTail()
89 m.appendReplacement(sb, "dog"); in testAppendTail()
99 m.appendReplacement(sb, "dog"); in testAppendTail()
588 m.appendReplacement(sb, m.group(1) + m.group(2)); in testConcurrentMatcherAccess()
/libcore/ojluni/src/main/java/java/util/regex/
DMatcher.java599 public Matcher appendReplacement(StringBuffer sb, String replacement) { in appendReplacement() method in Matcher
700 appendReplacement(buffer, replacement); in replaceAll()
742 appendReplacement(buffer, replacement); in replaceFirst()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/
DMatcherTest.java84 m.appendReplacement(sb, new Integer(i * 10 + i).toString()); in testAppendReplacement()
96 m.appendReplacement(sb, rep); in testAppendReplacementRef()
130 m.appendReplacement(sb, "\\\\"); in testAppendSlashes()