Lines Matching refs:replacement

1327     *    with the given replacement string.  This is a convenience function that
1333 * replacement string. The replacement string may contain references to
1336 * @param replacement a string containing the replacement text.
1341 virtual UnicodeString replaceAll(const UnicodeString &replacement, UErrorCode &status);
1346 * with the given replacement string. This is a convenience function that
1352 * replacement string. The replacement string may contain references to
1355 * @param replacement a string containing the replacement text.
1364 virtual UText *replaceAll(UText *replacement, UText *dest, UErrorCode &status);
1369 * the pattern with the replacement string. This is a convenience
1375 * in the result by the replacement string. The replacement string may contain
1382 * @param replacement a string containing the replacement text.
1387 virtual UnicodeString replaceFirst(const UnicodeString &replacement, UErrorCode &status);
1392 * the pattern with the replacement string. This is a convenience
1398 * in the result by the replacement string. The replacement string may contain
1405 * @param replacement a string containing the replacement text.
1414 virtual UText *replaceFirst(UText *replacement, UText *dest, UErrorCode &status);
1421 * <p>The input string, starting from the end of the previous replacement and ending at
1423 * replacement string is appended to the output string,
1430 * @param replacement A UnicodeString that provides the text to be substituted for
1431 * the input text that matched the regexp pattern. The replacement
1437 * if the replacement text specifies a capture group that
1445 const UnicodeString &replacement, 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,
1462 * @param replacement A UText that provides the text to be substituted for
1463 * the input text that matched the regexp pattern. The replacement
1468 * if the replacement text specifies a capture group that
1476 UText *replacement, UErrorCode &status);