Home | History | Annotate | Download | only in i18n

Lines Matching refs:appendReplacement

1176     // Note: Seperate error code variables for findNext() and appendReplacement()
1178 // in appendReplacement won't stop findNext() from working.
1179 // appendReplacement() and appendTail() special case incoming buffer
1297 inline static int32_t appendReplacement(RegularExpression *regexp,
1339 // appendReplacement, the actual implementation.
1341 int32_t RegexCImpl::appendReplacement(RegularExpression *regexp,
1552 // appendReplacement the actual API function,
1563 return RegexCImpl::appendReplacement(
1576 regexp->fMatcher->appendReplacement(dest, replText, *status);