Home | History | Annotate | Download | only in i18n

Lines Matching refs:getPrevious

3475    const CEI   *getPrevious(int32_t index);
3567 const CEI *CEIBuffer::getPrevious(int32_t index) {
4131 if (ceb.getPrevious(targetIx)->lowIndex < startIdx) {
4161 // For targetIx > limitIx, this ceb.getPrevious gets a CE that is as far back in the ring buffer
4163 // for this targetIx value, so if it is non-NULL then other ceb.getPrevious calls should be OK.
4164 const CEI *lastCEI = ceb.getPrevious(targetIx);
4176 targetCEI = ceb.getPrevious(targetIx + strsrch->pattern.pcesLength - 1 - patIx + targetIxOffset);
4212 const CEI *firstCEI = ceb.getPrevious(targetIx + strsrch->pattern.pcesLength - 1 + targetIxOffset);
4243 const CEI *nextCEI = ceb.getPrevious(targetIx - 1);