Searched refs:targetCEI (Results 1 – 2 of 2) sorted by relevance
1016 CEI targetCEI = null; in search() local1054 targetCEI = ceb.get(targetIx + patIx + targetIxOffset); in search()1058 int ceMatch = compareCE64s(targetCEI.ce_, patCE, search_.elementComparisonType_); in search()1075 … if (!found && ((targetCEI == null) || (targetCEI.ce_ != CollationPCE.PROCESSED_NULLORDER))) { in search()1255 CEI targetCEI = null; in searchBackwards() local1286 … targetCEI = ceb.getPrevious(targetIx + pattern_.PCELength_ - 1 - patIx + targetIxOffset); in searchBackwards()1290 int ceMatch = compareCE64s(targetCEI.ce_, patCE, search_.elementComparisonType_); in searchBackwards()1306 … if (!found && ((targetCEI == null) || (targetCEI.ce_ != CollationPCE.PROCESSED_NULLORDER))) { in searchBackwards()
3850 const CEI *targetCEI = NULL; in usearch_search() local3894 targetCEI = ceb.get(targetIx+patIx+targetIxOffset); in usearch_search()3898 …UCompareCEsResult ceMatch = compareCE64s(targetCEI->ce, patCE, strsrch->search->elementComparisonT… in usearch_search()3915 if (!found && ((targetCEI == NULL) || (targetCEI->ce != UCOL_PROCESSED_NULLORDER))) { in usearch_search()4140 const CEI *targetCEI = NULL; in usearch_searchBackwards() local4176 … targetCEI = ceb.getPrevious(targetIx + strsrch->pattern.pcesLength - 1 - patIx + targetIxOffset); in usearch_searchBackwards()4180 …UCompareCEsResult ceMatch = compareCE64s(targetCEI->ce, patCE, strsrch->search->elementComparisonT… in usearch_searchBackwards()4196 if (!found && ((targetCEI == NULL) || (targetCEI->ce != UCOL_PROCESSED_NULLORDER))) { in usearch_searchBackwards()