Searched defs:nextCEI (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/i18n/
H A Dbmsearch.cpp758 const CEI nextCEI = *target->nextCE(0); local
760 if (nextCEI.lowOffset > maxLimit) {
761 maxLimit = nextCEI.lowOffset;
764 if (nextCEI.lowOffset == nextCEI.highOffset && nextCEI.order != (uint32_t)UCOL_NULLORDER) {
H A Dusearch.cpp3939 const CEI *nextCEI = 0; local
3941 nextCEI = ceb.get(targetIx + targetIxOffset);
3942 maxLimit = nextCEI->lowIndex;
3943 if (nextCEI->lowIndex == nextCEI->highIndex && nextCEI->ce != UCOL_PROCESSED_NULLORDER) {
3948 nextCEI = ceb.get(targetIx + targetIxOffset);
3949 maxLimit = nextCEI->lowIndex;
3951 if ( nextCEI->ce == UCOL_PROCESSED_NULLORDER ) {
3957 if ( (((nextCEI
4238 const CEI *nextCEI = ceb.getPrevious(targetIx - 1); local
[all...]

Completed in 70 milliseconds