Home | History | Annotate | Download | only in common

Lines Matching refs:oldText

1079                   const UnicodeString& oldText,
1086 if(isBogus() || oldText.isBogus() || newText.isBogus()) {
1091 oldText.pinIndices(oldStart, oldLength);
1099 int32_t pos = indexOf(oldText, oldStart, oldLength, start, length);
1101 // no more oldText's here: done
1104 // we found oldText, replace it by newText and go beyond it