HomeSort by relevance Sort by last modified time
    Searched defs:appendTail (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/i18n/
uregex.cpp     [all...]
rematch.cpp 483 // 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) {
496 appendTail(&resultText, status);
504 // appendTail, UText mode
506 UText *RegexMatcher::appendTail(UText *dest, UErrorCode &status) {
    [all...]

Completed in 154 milliseconds