Home | History | Annotate | Download | only in i18n

Lines Matching full:rollbackstart

550             // past committed text.  rollbackStart is the rollbackOrigin,
554 int32_t rollbackStart = rollbackOrigin;
593 // Find the rollbackStart, adjusted for length changes
595 int32_t rs = rollbackStart + delta - (index.limit - passStart);
616 // Adjust the rollbackStart for length changes and move
620 rollbackStart += delta + uncommittedLength;