Lines Matching refs:lastIndex
1002 self.lastIndex = last
1009 return self.lastIndex + 1
1014 return '<DeleteOp@%d..%d>' % (self.index, self.lastIndex)
1017 self.index, self.lastIndex, self.text)
1408 elif iop.index > rop.index and iop.index <= rop.lastIndex:
1415 and prevRop.lastIndex <= rop.lastIndex):
1421 disjoint = (prevRop.lastIndex < rop.index
1422 or prevRop.index > rop.lastIndex)
1424 and prevRop.lastIndex == rop.lastIndex)
1434 rop.lastIndex = max(prevRop.lastIndex, rop.lastIndex)
1467 if iop.index >= rop.index and iop.index <= rop.lastIndex: