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

/external/chromium_org/third_party/icu/source/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.cpp3918 const CEI *nextCEI = ceb.get(targetIx + targetIxOffset); local
3919 maxLimit = nextCEI->lowIndex;
3920 if (nextCEI->lowIndex == nextCEI->highIndex && nextCEI->ce != UCOL_PROCESSED_NULLORDER) {
3924 const CEI *nextCEI; local
3926 nextCEI = ceb.get(targetIx + targetIxOffset);
3927 maxLimit = nextCEI->lowIndex;
3929 if ( nextCEI->ce == UCOL_PROCESSED_NULLORDER ) {
3935 if ( (((nextCEI
4170 const CEI *nextCEI = targetIx > 0? ceb.getPrevious(targetIx - 1) : NULL; local
[all...]
/external/icu4c/i18n/
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 151 milliseconds