Home | History | Annotate | Download | only in text

Lines Matching refs:oend

249             int oend = mSpanEnds[i];
253 if (oend > mGapStart)
254 oend -= mGapLength;
259 sendSpanRemoved(what, ostart, oend);
729 int oend = mSpanEnds[i];
733 if (oend > mGapStart)
734 oend -= mGapLength;
742 sendSpanChanged(what, ostart, oend, nstart, nend);