Searched refs:nextCEI (Results 1 – 3 of 3) 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()
3918 const CEI *nextCEI = ceb.get(targetIx + targetIxOffset); in usearch_search() local3919 maxLimit = nextCEI->lowIndex; in usearch_search()3920 … if (nextCEI->lowIndex == nextCEI->highIndex && nextCEI->ce != UCOL_PROCESSED_NULLORDER) { in usearch_search()3924 const CEI *nextCEI; in usearch_search() local3926 nextCEI = ceb.get(targetIx + targetIxOffset); in usearch_search()3927 maxLimit = nextCEI->lowIndex; in usearch_search()3929 if ( nextCEI->ce == UCOL_PROCESSED_NULLORDER ) { in usearch_search()3935 if ( (((nextCEI->ce) >> 32) & 0xFFFF0000UL) == 0 ) { in usearch_search()3936 …UCompareCEsResult ceMatch = compareCE64s(nextCEI->ce, patCE, strsrch->search->elementComparisonTyp… in usearch_search()3943 } else if ( nextCEI->lowIndex == nextCEI->highIndex ) { in usearch_search()[all …]
3946 const CEI *nextCEI = 0; in usearch_search() local3948 nextCEI = ceb.get(targetIx + targetIxOffset); in usearch_search()3949 maxLimit = nextCEI->lowIndex; in usearch_search()3950 … if (nextCEI->lowIndex == nextCEI->highIndex && nextCEI->ce != UCOL_PROCESSED_NULLORDER) { in usearch_search()3955 nextCEI = ceb.get(targetIx + targetIxOffset); in usearch_search()3956 maxLimit = nextCEI->lowIndex; in usearch_search()3958 if ( nextCEI->ce == UCOL_PROCESSED_NULLORDER ) { in usearch_search()3964 if ( (((nextCEI->ce) >> 32) & 0xFFFF0000UL) == 0 ) { in usearch_search()3965 …UCompareCEsResult ceMatch = compareCE64s(nextCEI->ce, patCE, strsrch->search->elementComparisonTyp… in usearch_search()3972 } else if ( nextCEI->lowIndex == nextCEI->highIndex ) { in usearch_search()[all …]