Home | History | Annotate | Download | only in i18n

Lines Matching refs:getPrevious

3472    const CEI   *getPrevious(int32_t index);
3564 const CEI *CEBuffer::getPrevious(int32_t index) {
4126 if (ceb.getPrevious(targetIx)->lowIndex < startIdx) {
4156 // For targetIx > limitIx, this ceb.getPrevious gets a CE that is as far back in the ring buffer
4158 // for this targetIx value, so if it is non-NULL then other ceb.getPrevious calls should be OK.
4159 const CEI *lastCEI = ceb.getPrevious(targetIx);
4171 targetCEI = ceb.getPrevious(targetIx + strsrch->pattern.PCELength - 1 - patIx + targetIxOffset);
4207 const CEI *firstCEI = ceb.getPrevious(targetIx + strsrch->pattern.PCELength - 1 + targetIxOffset);
4238 const CEI *nextCEI = ceb.getPrevious(targetIx - 1);