Home
last modified time | relevance | path

Searched refs:targetCEI (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DStringSearch.java1016 CEI targetCEI = null; in search() local
1054 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() local
1286targetCEI = 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()
/external/icu/icu4c/source/i18n/
Dusearch.cpp3850 const CEI *targetCEI = NULL; in usearch_search() local
3894 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() local
4176targetCEI = 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()