Lines Matching refs:CEI
3443 // CEI Collation Element + source text index.
3446 struct CEI {
3466 CEI defBuf[DEFAULT_CEBUFFER_SIZE];
3467 CEI *buf;
3478 const CEI *get(int32_t index);
3479 const CEI *getPrevious(int32_t index);
3509 buf = (CEI *)uprv_malloc(bufSize * sizeof(CEI));
3532 const CEI *CEIBuffer::get(int32_t index) {
3571 const CEI *CEIBuffer::getPrevious(int32_t index) {
3876 const CEI *targetCEI = NULL;
3911 const CEI *firstCEI = ceb.get(targetIx);
3957 const CEI *lastCEI = ceb.get(targetIx + targetIxOffset - 1);
3970 const CEI *nextCEI = 0;
4199 const CEI *targetCEI = NULL;
4223 const CEI *lastCEI = ceb.getPrevious(targetIx);
4271 const CEI *firstCEI = ceb.getPrevious(targetIx + strsrch->pattern.pcesLength - 1 + targetIxOffset);
4302 const CEI *nextCEI = ceb.getPrevious(targetIx - 1);