Home | History | Annotate | Download | only in unicode

Lines Matching full:replacement

1358     *    with the given replacement string.  This is a convenience function that
1364 * replacement string. The replacement string may contain references to
1367 * @param replacement a string containing the replacement text.
1372 virtual UnicodeString replaceAll(const UnicodeString &replacement, UErrorCode &status);
1377 * with the given replacement string. This is a convenience function that
1383 * replacement string. The replacement string may contain references to
1386 * @param replacement a string containing the replacement text.
1395 virtual UText *replaceAll(UText *replacement, UText *dest, UErrorCode &status);
1400 * the pattern with the replacement string. This is a convenience
1406 * in the result by the replacement string. The replacement string may contain
1413 * @param replacement a string containing the replacement text.
1418 virtual UnicodeString replaceFirst(const UnicodeString &replacement, UErrorCode &status);
1423 * the pattern with the replacement string. This is a convenience
1429 * in the result by the replacement string. The replacement string may contain
1436 * @param replacement a string containing the replacement text.
1445 virtual UText *replaceFirst(UText *replacement, UText *dest, UErrorCode &status);
1452 * <p>The input string, starting from the end of the previous replacement and ending at
1454 * replacement string is appended to the output string,
1461 * @param replacement A UnicodeString that provides the text to be substituted for
1462 * the input text that matched the regexp pattern. The replacement
1468 * if the replacement text specifies a capture group that
1476 const UnicodeString &replacement, UErrorCode &status);
1483 * <p>The input string, starting from the end of the previous replacement and ending at
1485 * replacement string is appended to the output string,
1493 * @param replacement A UText that provides the text to be substituted for
1494 * the input text that matched the regexp pattern. The replacement
1499 * if the replacement text specifies a capture group that
1507 UText *replacement, UErrorCode &status);