Home | History | Annotate | Download | only in i18n

Lines Matching refs:appendReplacement

1172     // Note: Seperate error code variables for findNext() and appendReplacement()
1174 // in appendReplacement won't stop findNext() from working.
1175 // appendReplacement() and appendTail() special case incoming buffer
1293 inline static int32_t appendReplacement(RegularExpression *regexp,
1337 // appendReplacement, the actual implementation.
1339 int32_t RegexCImpl::appendReplacement(RegularExpression *regexp,
1583 // appendReplacement the actual API function,
1594 return RegexCImpl::appendReplacement(
1607 regexp->fMatcher->appendReplacement(dest, replText, *status);