Searched refs:nextCEI (Results 1 – 2 of 2) sorted by relevance
758 const CEI nextCEI = *target->nextCE(0); in search() local760 if (nextCEI.lowOffset > maxLimit) { in search()761 maxLimit = nextCEI.lowOffset; in search()764 … if (nextCEI.lowOffset == nextCEI.highOffset && nextCEI.order != (uint32_t)UCOL_NULLORDER) { in search()
3939 const CEI *nextCEI = 0; in usearch_search() local3941 nextCEI = ceb.get(targetIx + targetIxOffset); in usearch_search()3942 maxLimit = nextCEI->lowIndex; in usearch_search()3943 … if (nextCEI->lowIndex == nextCEI->highIndex && nextCEI->ce != UCOL_PROCESSED_NULLORDER) { in usearch_search()3948 nextCEI = ceb.get(targetIx + targetIxOffset); in usearch_search()3949 maxLimit = nextCEI->lowIndex; in usearch_search()3951 if ( nextCEI->ce == UCOL_PROCESSED_NULLORDER ) { in usearch_search()3957 if ( (((nextCEI->ce) >> 32) & 0xFFFF0000UL) == 0 ) { in usearch_search()3958 …UCompareCEsResult ceMatch = compareCE64s(nextCEI->ce, patCE, strsrch->search->elementComparisonTyp… in usearch_search()3965 } else if ( nextCEI->lowIndex == nextCEI->highIndex ) { in usearch_search()[all …]