Home | History | Annotate | Download | only in unicode

Lines Matching refs:appendReplacement

1454     virtual RegexMatcher &appendReplacement(UnicodeString &dest,
1485 virtual RegexMatcher &appendReplacement(UText *dest,
1491 * of the input string, starting at the position following the last appendReplacement(),
1493 * or more invocations of the <code>RegexMatcher::appendReplacement()</code>.
1504 * of the input string, starting at the position following the last appendReplacement(),
1506 * or more invocations of the <code>RegexMatcher::appendReplacement()</code>.
1802 // appendReplacement(). As described by the