Home | History | Annotate | Download | only in i18n

Lines Matching refs:CEI

42 struct CEI
57 const CEI *nextCE(int32_t offset);
58 const CEI *prevCE(int32_t offset);
74 CEI *ceb;
115 ceb = NEW_ARRAY(CEI, bufferSize);
175 const CEI *Target::nextCE(int32_t offset)
225 const CEI *Target::prevCE(int32_t offset)
686 const CEI *cei = target->prevCE(lIndex);
687 int32_t low = cei->lowOffset;
688 int32_t high = cei->highOffset;
714 const CEI *tcei = target->prevCE(tIndex++);
748 const CEI firstCEI = *target->prevCE(tIndex - 1);
749 const CEI lastCEI = *target->prevCE(lIndex);
758 const CEI nextCEI = *target->nextCE(0);