Home | History | Annotate | Download | only in unicode

Lines Matching refs:oldText

2344    * Replace all occurrences of characters in oldText with the characters
2346 * @param oldText the text containing the search text
2351 inline UnicodeString& findAndReplace(const UnicodeString& oldText,
2355 * Replace all occurrences of characters in oldText with characters
2360 * @param oldText the text containing the search text
2367 const UnicodeString& oldText,
2371 * Replace all occurrences of characters in oldText in the range
2378 * @param oldText the text containing the search text
2379 * @param oldStart the start of the search range in <TT>oldText</TT>
2380 * @param oldLength the length of the search range in <TT>oldText</TT>
2389 const UnicodeString& oldText,
4044 UnicodeString::findAndReplace(const UnicodeString& oldText,
4046 { return findAndReplace(0, length(), oldText, 0, oldText.length(),
4052 const UnicodeString& oldText,
4054 { return findAndReplace(start, _length, oldText, 0, oldText.length(),