Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DStringSearch.java1021 CEI targetCEI = null; in search() local
1059 targetCEI = ceb.get(targetIx + patIx + targetIxOffset); in search()
1063 int ceMatch = compareCE64s(targetCEI.ce_, patCE, search_.elementComparisonType_); in search()
1080 … if (!found && ((targetCEI == null) || (targetCEI.ce_ != CollationPCE.PROCESSED_NULLORDER))) { in search()
1320 CEI targetCEI = null; in searchBackwards() local
1351targetCEI = ceb.getPrevious(targetIx + pattern_.PCELength_ - 1 - patIx + targetIxOffset); in searchBackwards()
1355 int ceMatch = compareCE64s(targetCEI.ce_, patCE, search_.elementComparisonType_); in searchBackwards()
1371 … if (!found && ((targetCEI == null) || (targetCEI.ce_ != CollationPCE.PROCESSED_NULLORDER))) { in searchBackwards()
/external/icu/android_icu4j/src/main/java/android/icu/text/
DStringSearch.java1005 CEI targetCEI = null; in search() local
1043 targetCEI = ceb.get(targetIx + patIx + targetIxOffset); in search()
1047 int ceMatch = compareCE64s(targetCEI.ce_, patCE, search_.elementComparisonType_); in search()
1064 … if (!found && ((targetCEI == null) || (targetCEI.ce_ != CollationPCE.PROCESSED_NULLORDER))) { in search()
1304 CEI targetCEI = null; in searchBackwards() local
1335targetCEI = ceb.getPrevious(targetIx + pattern_.PCELength_ - 1 - patIx + targetIxOffset); in searchBackwards()
1339 int ceMatch = compareCE64s(targetCEI.ce_, patCE, search_.elementComparisonType_); in searchBackwards()
1355 … if (!found && ((targetCEI == null) || (targetCEI.ce_ != CollationPCE.PROCESSED_NULLORDER))) { in searchBackwards()
/external/icu/icu4c/source/i18n/
Dusearch.cpp3878 const CEI *targetCEI = NULL; in usearch_search() local
3922 targetCEI = ceb.get(targetIx+patIx+targetIxOffset); in usearch_search()
3926 …UCompareCEsResult ceMatch = compareCE64s(targetCEI->ce, patCE, strsrch->search->elementComparisonT… in usearch_search()
3943 if (!found && ((targetCEI == NULL) || (targetCEI->ce != UCOL_PROCESSED_NULLORDER))) { in usearch_search()
4201 const CEI *targetCEI = NULL; in usearch_searchBackwards() local
4237targetCEI = ceb.getPrevious(targetIx + strsrch->pattern.pcesLength - 1 - patIx + targetIxOffset); in usearch_searchBackwards()
4241 …UCompareCEsResult ceMatch = compareCE64s(targetCEI->ce, patCE, strsrch->search->elementComparisonT… in usearch_searchBackwards()
4257 if (!found && ((targetCEI == NULL) || (targetCEI->ce != UCOL_PROCESSED_NULLORDER))) { in usearch_searchBackwards()
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...