Home | History | Annotate | Download | only in method

Lines Matching defs:selEnd

87         int selStart, selEnd;
99 selEnd = Math.max(a, b);
113 if (activeStart == selStart && activeEnd == selEnd &&
114 selEnd - selStart == 1 &&
120 content.replace(selStart, selEnd,
128 content.replace(selStart, selEnd,
145 content.replace(selStart, selEnd, val, ix, ix + 1);
161 Selection.setSelection(content, selEnd, selEnd);
162 selStart = selEnd;
186 if (selStart != selEnd) {
187 Selection.setSelection(content, selEnd);
193 content.replace(selStart, selEnd, val, off, off + 1);
196 selEnd = Selection.getSelectionEnd(content);
198 if (selEnd != oldStart) {
199 Selection.setSelection(content, oldStart, selEnd);
202 oldStart, selEnd,
206 oldStart, selEnd,