Searched defs:appendTail (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/i18n/
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);
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);

Completed in 224 milliseconds