Home | History | Annotate | Download | only in text

Lines Matching defs:oend

236             int oend = mSpanEnds[i];
240 if (oend > mGapStart)
241 oend -= mGapLength;
246 sendSpanRemoved(what, ostart, oend);
568 int oend = mSpanEnds[i];
572 if (oend > mGapStart)
573 oend -= mGapLength;
580 sendSpanChanged(what, ostart, oend, nstart, nend);
621 int oend = mSpanEnds[i];
625 if (oend > mGapStart)
626 oend -= mGapLength;
638 sendSpanRemoved(what, ostart, oend);