Lines Matching refs:replacement
1339 * with the given replacement string. This is a convenience function that
1345 * replacement string. The replacement string may contain references to
1348 * @param replacement a string containing the replacement text.
1353 virtual UnicodeString replaceAll(const UnicodeString &replacement, UErrorCode &status);
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.
1376 virtual UText *replaceAll(UText *replacement, UText *dest, UErrorCode &status);
1381 * the pattern with the replacement string. This is a convenience
1387 * in the result by the replacement string. The replacement string may contain
1394 * @param replacement a string containing the replacement text.
1399 virtual UnicodeString replaceFirst(const UnicodeString &replacement, UErrorCode &status);
1404 * the pattern with the replacement string. This is a convenience
1410 * in the result by the replacement string. The replacement string may contain
1417 * @param replacement a string containing the replacement text.
1426 virtual UText *replaceFirst(UText *replacement, UText *dest, UErrorCode &status);
1433 * <p>The input string, starting from the end of the previous replacement and ending at
1435 * replacement string is appended to the output string,
1442 * @param replacement A UnicodeString that provides the text to be substituted for
1443 * the input text that matched the regexp pattern. The replacement
1449 * if the replacement text specifies a capture group that
1457 const UnicodeString &replacement, UErrorCode &status);
1464 replacement and ending at
1466 * replacement string is appended to the output string,
1474 * @param replacement A UText that provides the text to be substituted for
1475 * the input text that matched the regexp pattern. The replacement
1480 * if the replacement text specifies a capture group that
1488 UText *replacement, UErrorCode &status);