Home | History | Annotate | Download | only in unicode

Lines Matching refs:oldText

2343    * Replace all occurrences of characters in oldText with the characters
2345 * @param oldText the text containing the search text
2350 inline UnicodeString& findAndReplace(const UnicodeString& oldText,
2354 * Replace all occurrences of characters in oldText with characters
2359 * @param oldText the text containing the search text
2366 const UnicodeString& oldText,
2370 * Replace all occurrences of characters in oldText in the range
2377 * @param oldText the text containing the search text
2378 * @param oldStart the start of the search range in <TT>oldText</TT>
2379 * @param oldLength the length of the search range in <TT>oldText</TT>
2388 const UnicodeString& oldText,
4043 UnicodeString::findAndReplace(const UnicodeString& oldText,
4045 { return findAndReplace(0, length(), oldText, 0, oldText.length(),
4051 const UnicodeString& oldText,
4053 { return findAndReplace(start, _length, oldText, 0, oldText.length(),