Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/java/util/regex/
DMatcher.java1167 public StringBuffer appendTail(StringBuffer sb) { in appendTail() method in Matcher
1193 public StringBuilder appendTail(StringBuilder sb) { in appendTail() method in Matcher
1245 appendTail(sb); in replaceAll()
1323 appendTail(sb); in replaceAll()
1469 appendTail(sb); in replaceFirst()
1542 appendTail(sb); in replaceFirst()
/libcore/ojluni/annotations/sdk/nullability/java/util/regex/
DMatcher.annotated.java80 @libcore.util.NonNull public java.lang.StringBuffer appendTail(@libcore.util.NonNull java.lang.Stri… in appendTail() method in Matcher
82 @libcore.util.NonNull public java.lang.StringBuilder appendTail(@libcore.util.NonNull java.lang.Str… in appendTail() method in Matcher
/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((StringBuffer) null); in testAppendTail()
618 m.appendTail(sb); in testConcurrentMatcherAccess()
/libcore/ojluni/src/main/java/sun/security/util/
DDebug.java296 matcher.appendTail(left); in marshal()
320 matcher.appendTail(left); in marshal()
/libcore/ojluni/src/test/java/util/regex/
DRegExTest.java247 assertThrows(NullPointerException.class, () -> m.appendTail((StringBuffer) null)); in nullArgumentTest()
248 assertThrows(NullPointerException.class, () -> m.appendTail((StringBuilder)null)); in nullArgumentTest()
1556 matcher.appendTail(sb); in appendTest()
1581 matcher.appendTail(sb); in appendTest()
2493 m.appendTail(result); in stringBufferSubstituteLiteral()
2510 m.appendTail(result); in stringBufferSubtituteWithGroups()
2526 m.appendTail(result); in stringBufferThreeSubstitution()
2550 m.appendTail(result); in stringBufferSubstituteGroupsThreeMatches()
2567 m.appendTail(result); in stringBufferEscapedDollar()
2623 m.appendTail(result); in stringBufferSupplementaryCharacter()
[all …]
/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/src/tools/build/tools/spp/
DSpp.java149 vardef.appendTail(buf); in append()
/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.txt18091 method @NonNull public StringBuffer appendTail(@NonNull StringBuffer);
18092 method @NonNull public StringBuilder appendTail(@NonNull StringBuilder);