Searched refs:appendReplacement (Results 1 – 8 of 8) sorted by relevance
/libcore/ojluni/src/main/java/sun/security/util/ |
D | Debug.java | 260 matcher.appendReplacement(left, ""); in marshal() 284 matcher.appendReplacement(left, ""); in marshal()
|
/libcore/luni/src/test/java/libcore/java/util/regex/ |
D | OldMatcherTest.java | 36 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/ |
D | Matcher2Test.java | 236 matcher.appendReplacement(new StringBuffer(), "replacement\\"); in testAppendReplacement_replacementEndsWithBackslash() 246 matcher.appendReplacement(new StringBuffer(), "replacement$"); in testAppendReplacement_replacementEndsWithDollar()
|
D | MatcherTest.java | 84 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/ |
D | Matcher.java | 714 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/ |
D | Matcher.annotated.java | 76 @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/ |
D | Matcher.java | 118 public java.util.regex.Matcher appendReplacement( in appendReplacement() method in Matcher
|
/libcore/api/ |
D | current.txt | 16541 …method @NonNull public java.util.regex.Matcher appendReplacement(@NonNull StringBuffer, @NonNull S…
|