Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/security/util/
DDebug.java260 matcher.appendReplacement(left, ""); in marshal()
284 matcher.appendReplacement(left, ""); in marshal()
/libcore/luni/src/test/java/libcore/java/util/regex/
DOldMatcherTest.java36 m.appendReplacement(sb, new Integer(i * 10 + i).toString()); in testAppendReplacement()
47 m.appendReplacement(null, "dog"); in testAppendReplacement()
55 m.appendReplacement(sb, null); in testAppendReplacement()
81 m.appendReplacement(sb, "dog"); in testAppendTail()
90 m.appendReplacement(sb, "dog"); in testAppendTail()
100 m.appendReplacement(sb, "dog"); in testAppendTail()
616 m.appendReplacement(sb, m.group(1) + m.group(2)); in testConcurrentMatcherAccess()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/
DMatcher2Test.java236 matcher.appendReplacement(new StringBuffer(), "replacement\\"); in testAppendReplacement_replacementEndsWithBackslash()
246 matcher.appendReplacement(new StringBuffer(), "replacement$"); in testAppendReplacement_replacementEndsWithDollar()
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()
/libcore/ojluni/src/main/java/java/util/regex/
DMatcher.java714 public Matcher appendReplacement(StringBuffer sb, String replacement) { in appendReplacement() method in Matcher
843 appendReplacement(sb, replacement); in replaceAll()
892 appendReplacement(sb, replacement); in replaceFirst()
/libcore/ojluni/annotations/sdk/nullability/java/util/regex/
DMatcher.annotated.java76 @libcore.util.NonNull public java.util.regex.Matcher appendReplacement(@libcore.util.NonNull java.l… in appendReplacement() method in Matcher
/libcore/ojluni/annotations/hiddenapi/java/util/regex/
DMatcher.java118 public java.util.regex.Matcher appendReplacement( in appendReplacement() method in Matcher
/libcore/api/
Dcurrent.txt16541 …method @NonNull public java.util.regex.Matcher appendReplacement(@NonNull StringBuffer, @NonNull S…