Home | History | Annotate | Download | only in html

Lines Matching refs:replacementLength

223     unsigned replacementLength = replacement.length();
245 newSelectionEnd = start + replacementLength;
249 newSelectionStart = newSelectionEnd = start + replacementLength;
252 long delta = replacementLength - (end - start);
262 newSelectionEnd = start + replacementLength;