Searched refs:appendTail (Results 1 - 6 of 6) sorted by relevance

/external/apache-harmony/regex/src/test/java/org/apache/harmony/tests/java/util/regex/
H A DMatcherTest.java87 m.appendTail(sb);
99 m.appendTail(sb);
136 m.appendTail(sb);
/external/icu4c/i18n/unicode/
H A Dregex.h1503 * to the destination string. <code>appendTail()</code> is intended to be invoked after one
1510 virtual UnicodeString &appendTail(UnicodeString &dest);
1516 * to the destination string. <code>appendTail()</code> is intended to be invoked after one
1526 virtual UText *appendTail(UText *dest, UErrorCode &status);
/external/icu4c/i18n/
H A Duregex.cpp1178 // appendReplacement() and appendTail() special case incoming buffer
1303 inline static int32_t appendTail(RegularExpression *regexp,
1348 // A series of appendReplacements, appendTail need to correctly preflight
1582 int32_t RegexCImpl::appendTail(RegularExpression *regexp, function in class:RegexCImpl
1589 // A series of appendReplacements, appendTail need to correctly preflight
1702 // appendTail the actual API function
1710 return RegexCImpl::appendTail(regexp, destBuf, destCapacity, status);
1722 return regexp->fMatcher->appendTail(dest, *status);
H A Drematch.cpp468 // appendTail Intended to be used in conjunction with appendReplacement()
472 // Note: Match ranges do not affect appendTail or appendReplacement
475 UnicodeString &RegexMatcher::appendTail(UnicodeString &dest) { function in class:RegexMatcher
481 appendTail(&resultText, status);
489 // appendTail, UText mode
491 UText *RegexMatcher::appendTail(UText *dest, UErrorCode &status) { function in class:RegexMatcher
1794 appendTail(dest, status);
1849 appendTail(dest, status);
/external/icu4c/tools/toolutil/
H A Dxmlparser.cpp629 mAmps.appendTail(result);
/external/icu4c/test/intltest/
H A Dregextst.cpp1479 m.appendTail(result);
2725 m.appendTail(&resultText, status);
3456 parseMatcher->appendTail(deTaggedInput);

Completed in 398 milliseconds