Home | History | Annotate | Download | only in i18n

Lines Matching refs:appendTail

1179     //       appendReplacement() and appendTail() special case incoming buffer
1304 inline static int32_t appendTail(RegularExpression *regexp,
1349 // A series of appendReplacements, appendTail need to correctly preflight
1585 int32_t RegexCImpl::appendTail(RegularExpression *regexp,
1592 // A series of appendReplacements, appendTail need to correctly preflight
1708 // appendTail the actual API function
1716 return RegexCImpl::appendTail(regexp, destBuf, destCapacity, status);
1728 return regexp->fMatcher->appendTail(dest, *status);