Home | History | Annotate | Download | only in i18n

Lines Matching defs:getPrevious

3479    const CEI   *getPrevious(int32_t index);
3571 const CEI *CEIBuffer::getPrevious(int32_t index) {
4190 if (ceb.getPrevious(targetIx)->lowIndex < startIdx) {
4220 // For targetIx > limitIx, this ceb.getPrevious gets a CE that is as far back in the ring buffer
4222 // for this targetIx value, so if it is non-NULL then other ceb.getPrevious calls should be OK.
4223 const CEI *lastCEI = ceb.getPrevious(targetIx);
4235 targetCEI = ceb.getPrevious(targetIx + strsrch->pattern.pcesLength - 1 - patIx + targetIxOffset);
4271 const CEI *firstCEI = ceb.getPrevious(targetIx + strsrch->pattern.pcesLength - 1 + targetIxOffset);
4302 const CEI *nextCEI = ceb.getPrevious(targetIx - 1);