Home | History | Annotate | Download | only in i18n

Lines Matching refs:CEI

3436 //  CEI  Collation Element + source text index.
3439 struct CEI {
3459 CEI defBuf[DEFAULT_CEBUFFER_SIZE];
3460 CEI *buf;
3471 const CEI *get(int32_t index);
3472 const CEI *getPrevious(int32_t index);
3502 buf = (CEI *)uprv_malloc(bufSize * sizeof(CEI));
3525 const CEI *CEBuffer::get(int32_t index) {
3564 const CEI *CEBuffer::getPrevious(int32_t index) {
3845 const CEI *targetCEI = NULL;
3880 const CEI *firstCEI = ceb.get(targetIx);
3926 const CEI *lastCEI = ceb.get(targetIx + targetIxOffset - 1);
3939 const CEI *nextCEI = 0;
4135 const CEI *targetCEI = NULL;
4159 const CEI *lastCEI = ceb.getPrevious(targetIx);
4207 const CEI *firstCEI = ceb.getPrevious(targetIx + strsrch->pattern.PCELength - 1 + targetIxOffset);
4238 const CEI *nextCEI = ceb.getPrevious(targetIx - 1);