Home | History | Annotate | Download | only in editing

Lines Matching refs:gapStart

558         unsigned gapStart = prevBox ? prevBox->start() + prevBox->len() : 0;
559 if (end < gapStart)
564 bool indicesIntersect = start <= gapEnd && end >= gapStart;
565 int gapLen = gapEnd - gapStart;
567 gapStart = max(gapStart, start);
572 str.remove(gapStart - start - removed, gapLen);