Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/security/util/
DDebug.java262 matcher.appendTail(left); in marshal()
286 matcher.appendTail(left); in marshal()
/libcore/ojluni/src/main/java/java/util/regex/
DMatcher.java796 public StringBuffer appendTail(StringBuffer sb) { in appendTail() method in Matcher
846 appendTail(sb); in replaceAll()
893 appendTail(sb); in replaceFirst()
/libcore/luni/src/test/java/libcore/java/util/regex/
DOldMatcherTest.java38 m.appendTail(sb); in testAppendReplacement()
83 m.appendTail(sb); in testAppendTail()
93 m.appendTail(sb); in testAppendTail()
104 m.appendTail(null); in testAppendTail()
618 m.appendTail(sb); in testConcurrentMatcherAccess()
/libcore/ojluni/annotations/sdk/nullability/java/util/regex/
DMatcher.annotated.java78 @libcore.util.NonNull public java.lang.StringBuffer appendTail(@libcore.util.NonNull java.lang.Stri… in appendTail() method in Matcher
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/regex/
DMatcherTest.java86 m.appendTail(sb); in testAppendReplacement()
98 m.appendTail(sb); in testAppendReplacementRef()
132 m.appendTail(sb); in testAppendSlashes()
/libcore/ojluni/annotations/hiddenapi/java/util/regex/
DMatcher.java127 public java.lang.StringBuffer appendTail(java.lang.StringBuffer sb) { in appendTail() method in Matcher
/libcore/api/
Dcurrent.txt16542 method @NonNull public StringBuffer appendTail(@NonNull StringBuffer);