Home | History | Annotate | Download | only in unicode

Lines Matching refs:appendReplacement

1487     virtual RegexMatcher &appendReplacement(UnicodeString &dest,
1518 virtual RegexMatcher &appendReplacement(UText *dest,
1524 * of the input string, starting at the position following the last appendReplacement(),
1526 * or more invocations of the <code>RegexMatcher::appendReplacement()</code>.
1537 * of the input string, starting at the position following the last appendReplacement(),
1539 * or more invocations of the <code>RegexMatcher::appendReplacement()</code>.
1837 // appendReplacement(). As described by the