Searched refs:appendTail (Results 1 – 9 of 9) sorted by relevance
1167 public StringBuffer appendTail(StringBuffer sb) { in appendTail() method in Matcher1193 public StringBuilder appendTail(StringBuilder sb) { in appendTail() method in Matcher1245 appendTail(sb); in replaceAll()1323 appendTail(sb); in replaceAll()1469 appendTail(sb); in replaceFirst()1542 appendTail(sb); in replaceFirst()
80 @libcore.util.NonNull public java.lang.StringBuffer appendTail(@libcore.util.NonNull java.lang.Stri… in appendTail() method in Matcher82 @libcore.util.NonNull public java.lang.StringBuilder appendTail(@libcore.util.NonNull java.lang.Str… in appendTail() method in Matcher
38 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()
296 matcher.appendTail(left); in marshal()320 matcher.appendTail(left); in marshal()
247 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 …]
86 m.appendTail(sb); in testAppendReplacement()98 m.appendTail(sb); in testAppendReplacementRef()132 m.appendTail(sb); in testAppendSlashes()
149 vardef.appendTail(buf); in append()
127 public java.lang.StringBuffer appendTail(java.lang.StringBuffer sb) { in appendTail() method in Matcher
18091 method @NonNull public StringBuffer appendTail(@NonNull StringBuffer);18092 method @NonNull public StringBuilder appendTail(@NonNull StringBuilder);