Home | History | Annotate | Download | only in common

Lines Matching refs:oldText

1031                   const UnicodeString& oldText,
1038 if(isBogus() || oldText.isBogus() || newText.isBogus()) {
1043 oldText.pinIndices(oldStart, oldLength);
1051 int32_t pos = indexOf(oldText, oldStart, oldLength, start, length);
1053 // no more oldText's here: done
1056 // we found oldText, replace it by newText and go beyond it