Home | History | Annotate | Download | only in unicode

Lines Matching refs:oldText

2406    * Replace all occurrences of characters in oldText with the characters
2408 * @param oldText the text containing the search text
2413 inline UnicodeString& findAndReplace(const UnicodeString& oldText,
2417 * Replace all occurrences of characters in oldText with characters
2422 * @param oldText the text containing the search text
2429 const UnicodeString& oldText,
2433 * Replace all occurrences of characters in oldText in the range
2440 * @param oldText the text containing the search text
2441 * @param oldStart the start of the search range in <TT>oldText</TT>
2442 oldText</TT>
2451 const UnicodeString& oldText,
4158 UnicodeString::findAndReplace(const UnicodeString& oldText,
4160 { return findAndReplace(0, length(), oldText, 0, oldText.length(),
4166 const UnicodeString& oldText,
4168 { return findAndReplace(start, _length, oldText, 0, oldText.length(),