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
1583 int32_t RegexCImpl::appendTail(RegularExpression *regexp,
1590 // A series of appendReplacements, appendTail need to correctly preflight
1703 // appendTail the actual API function
1711 return RegexCImpl::appendTail(regexp, destBuf, destCapacity, status);
1723 return regexp->fMatcher->appendTail(dest, *status);