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

/external/vogar/src/vogar/util/
H A DStrings.java111 matcher.appendTail(result);
/external/icu/icu4c/source/i18n/unicode/
H A Dregex.h1513 * to the destination string. <code>appendTail()</code> is intended to be invoked after one
1520 virtual UnicodeString &appendTail(UnicodeString &dest);
1526 * to the destination string. <code>appendTail()</code> is intended to be invoked after one
1536 virtual UText *appendTail(UText *dest, UErrorCode &status);
/external/icu/icu4c/source/i18n/
H A Duregex.cpp1173 // appendReplacement() and appendTail() special case incoming buffer
1298 inline static int32_t appendTail(RegularExpression *regexp,
1345 // A series of appendReplacements, appendTail need to correctly preflight
1612 int32_t RegexCImpl::appendTail(RegularExpression *regexp, function in class:RegexCImpl
1619 // A series of appendReplacements, appendTail need to correctly preflight
1735 // appendTail the actual API function
1743 return RegexCImpl::appendTail(regexp, destBuf, destCapacity, status);
1755 return regexp->fMatcher->appendTail(dest, *status);
H A Drematch.cpp483 // appendTail Intended to be used in conjunction with appendReplacement()
487 // Note: Match ranges do not affect appendTail or appendReplacement
490 UnicodeString &RegexMatcher::appendTail(UnicodeString &dest) { function in class:RegexMatcher
496 appendTail(&resultText, status);
504 // appendTail, UText mode
506 UText *RegexMatcher::appendTail(UText *dest, UErrorCode &status) { function in class:RegexMatcher
1736 appendTail(dest, status);
1791 appendTail(dest, status);
/external/icu/icu4c/source/tools/toolutil/
H A Dxmlparser.cpp629 mAmps.appendTail(result);
/external/icu/icu4c/source/test/intltest/
H A Dregextst.cpp1514 m.appendTail(result);
2787 m.appendTail(&resultText, status);
3552 parseMatcher->appendTail(deTaggedInput);
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 172 milliseconds