Home | History | Annotate | Download | only in text

Lines Matching defs:oend

234             int oend = mSpanEnds[i];
238 if (oend > mGapStart)
239 oend -= mGapLength;
244 sendSpanRemoved(what, ostart, oend);
667 int oend = mSpanEnds[i];
671 if (oend > mGapStart)
672 oend -= mGapLength;
678 if (send) sendSpanChanged(what, ostart, oend, nstart, nend);