Searched refs:nextCEI (Results 1 – 3 of 3) sorted by relevance
1108 CEI nextCEI = null; in search() local1110 nextCEI = ceb.get(targetIx + targetIxOffset); in search()1111 maxLimit = nextCEI.lowIndex_; in search()1112 … if (nextCEI.lowIndex_ == nextCEI.highIndex_ && nextCEI.ce_ != CollationPCE.PROCESSED_NULLORDER) { in search()1117 nextCEI = ceb.get(targetIx + targetIxOffset); in search()1118 maxLimit = nextCEI.lowIndex_; in search()1120 if (nextCEI.ce_ == CollationPCE.PROCESSED_NULLORDER) { in search()1126 if ((((nextCEI.ce_) >>> 32) & 0xFFFF0000L) == 0) { in search()1127 … int ceMatch = compareCE64s(nextCEI.ce_, patCE, search_.elementComparisonType_); in search()1134 } else if ( nextCEI.lowIndex_ == nextCEI.highIndex_ ) { in search()[all …]
1092 CEI nextCEI = null; in search() local1094 nextCEI = ceb.get(targetIx + targetIxOffset); in search()1095 maxLimit = nextCEI.lowIndex_; in search()1096 … if (nextCEI.lowIndex_ == nextCEI.highIndex_ && nextCEI.ce_ != CollationPCE.PROCESSED_NULLORDER) { in search()1101 nextCEI = ceb.get(targetIx + targetIxOffset); in search()1102 maxLimit = nextCEI.lowIndex_; in search()1104 if (nextCEI.ce_ == CollationPCE.PROCESSED_NULLORDER) { in search()1110 if ((((nextCEI.ce_) >>> 32) & 0xFFFF0000L) == 0) { in search()1111 … int ceMatch = compareCE64s(nextCEI.ce_, patCE, search_.elementComparisonType_); in search()1118 } else if ( nextCEI.lowIndex_ == nextCEI.highIndex_ ) { in search()[all …]
3972 const CEI *nextCEI = 0; in usearch_search() local3974 nextCEI = ceb.get(targetIx + targetIxOffset); in usearch_search()3975 maxLimit = nextCEI->lowIndex; in usearch_search()3976 … if (nextCEI->lowIndex == nextCEI->highIndex && nextCEI->ce != UCOL_PROCESSED_NULLORDER) { in usearch_search()3981 nextCEI = ceb.get(targetIx + targetIxOffset); in usearch_search()3982 maxLimit = nextCEI->lowIndex; in usearch_search()3984 if ( nextCEI->ce == UCOL_PROCESSED_NULLORDER ) { in usearch_search()3990 if ( (((nextCEI->ce) >> 32) & 0xFFFF0000UL) == 0 ) { in usearch_search()3991 …UCompareCEsResult ceMatch = compareCE64s(nextCEI->ce, patCE, strsrch->search->elementComparisonTyp… in usearch_search()3998 } else if ( nextCEI->lowIndex == nextCEI->highIndex ) { in usearch_search()[all …]