Home | History | Annotate | Download | only in i18n

Lines Matching refs:nextCEI

3939         const CEI *nextCEI = 0;
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->ce) >> 32) & 0xFFFF0000UL) == 0 ) {
3958 UCompareCEsResult ceMatch = compareCE64s(nextCEI->ce, patCE, strsrch->search->elementComparisonType);
3965 } else if ( nextCEI->lowIndex == nextCEI->highIndex ) {
4238 const CEI *nextCEI = ceb.getPrevious(targetIx - 1);
4240 if (nextCEI->lowIndex == nextCEI->highIndex && nextCEI->ce != UCOL_PROCESSED_NULLORDER) {
4244 mLimit = maxLimit = nextCEI->lowIndex;