Searched refs:targetCEI (Results 1 – 5 of 5) sorted by relevance
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/ |
D | StringSearch.java | 1005 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 1335 … targetCEI = 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()
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
D | StringSearch.java | 1021 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 1351 … targetCEI = 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()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | usearch.cpp | 1814 const CEI *targetCEI = nullptr; in usearch_search() local 1858 targetCEI = ceb.get(targetIx+patIx+targetIxOffset); in usearch_search() 1862 …UCompareCEsResult ceMatch = compareCE64s(targetCEI->ce, patCE, strsrch->search->elementComparisonT… in usearch_search() 1879 if (!found && ((targetCEI == nullptr) || (targetCEI->ce != UCOL_PROCESSED_NULLORDER))) { in usearch_search() 2159 const CEI *targetCEI = nullptr; in usearch_searchBackwards() local 2195 … targetCEI = ceb.getPrevious(targetIx + strsrch->pattern.pcesLength - 1 - patIx + targetIxOffset); in usearch_searchBackwards() 2199 …UCompareCEsResult ceMatch = compareCE64s(targetCEI->ce, patCE, strsrch->search->elementComparisonT… in usearch_searchBackwards() 2215 if (!found && ((targetCEI == nullptr) || (targetCEI->ce != UCOL_PROCESSED_NULLORDER))) { in usearch_searchBackwards()
|
/third_party/icu/icu4c/source/i18n/ |
D | usearch.cpp | 1816 const CEI *targetCEI = nullptr; in usearch_search() local 1860 targetCEI = ceb.get(targetIx+patIx+targetIxOffset); in usearch_search() 1864 …UCompareCEsResult ceMatch = compareCE64s(targetCEI->ce, patCE, strsrch->search->elementComparisonT… in usearch_search() 1881 if (!found && ((targetCEI == nullptr) || (targetCEI->ce != UCOL_PROCESSED_NULLORDER))) { in usearch_search() 2161 const CEI *targetCEI = nullptr; in usearch_searchBackwards() local 2197 … targetCEI = ceb.getPrevious(targetIx + strsrch->pattern.pcesLength - 1 - patIx + targetIxOffset); in usearch_searchBackwards() 2201 …UCompareCEsResult ceMatch = compareCE64s(targetCEI->ce, patCE, strsrch->search->elementComparisonT… in usearch_searchBackwards() 2217 if (!found && ((targetCEI == nullptr) || (targetCEI->ce != UCOL_PROCESSED_NULLORDER))) { in usearch_searchBackwards()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | usearch.cpp | 3884 const CEI *targetCEI = NULL; in usearch_search() local 3928 targetCEI = ceb.get(targetIx+patIx+targetIxOffset); in usearch_search() 3932 …UCompareCEsResult ceMatch = compareCE64s(targetCEI->ce, patCE, strsrch->search->elementComparisonT… in usearch_search() 3949 if (!found && ((targetCEI == NULL) || (targetCEI->ce != UCOL_PROCESSED_NULLORDER))) { in usearch_search() 4207 const CEI *targetCEI = NULL; in usearch_searchBackwards() local 4243 … targetCEI = ceb.getPrevious(targetIx + strsrch->pattern.pcesLength - 1 - patIx + targetIxOffset); in usearch_searchBackwards() 4247 …UCompareCEsResult ceMatch = compareCE64s(targetCEI->ce, patCE, strsrch->search->elementComparisonT… in usearch_searchBackwards() 4263 if (!found && ((targetCEI == NULL) || (targetCEI->ce != UCOL_PROCESSED_NULLORDER))) { in usearch_searchBackwards()
|