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
2441 * @param oldStart the start of the search range in <TT>oldText</TT>
2442 * @param oldLength the length of the search range in <TT>oldText</TT>
2451 const UnicodeString& oldText,
4168 UnicodeString::findAndReplace(const UnicodeString& oldText,
4170 { return findAndReplace(0, length(), oldText, 0, oldText.length(),
4176 const UnicodeString& oldText,
4178 { return findAndReplace(start, _length, oldText, 0, oldText.length(),