Home
last modified time | relevance | path

Searched refs:ceMatch (Results 1 – 5 of 5) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DStringSearch.java1047 int ceMatch = compareCE64s(targetCEI.ce_, patCE, search_.elementComparisonType_); in search() local
1048 if (ceMatch == CE_NO_MATCH) { in search()
1051 } else if (ceMatch > CE_NO_MATCH) { in search()
1052 if (ceMatch == CE_SKIP_TARG) { in search()
1111 … int ceMatch = compareCE64s(nextCEI.ce_, patCE, search_.elementComparisonType_); in search() local
1112 if (ceMatch == CE_NO_MATCH || ceMatch == CE_SKIP_PATN ) { in search()
1339 int ceMatch = compareCE64s(targetCEI.ce_, patCE, search_.elementComparisonType_); in searchBackwards() local
1340 if (ceMatch == CE_NO_MATCH) { in searchBackwards()
1343 } else if (ceMatch > CE_NO_MATCH) { in searchBackwards()
1344 if (ceMatch == CE_SKIP_TARG) { in searchBackwards()
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DStringSearch.java1063 int ceMatch = compareCE64s(targetCEI.ce_, patCE, search_.elementComparisonType_); in search() local
1064 if (ceMatch == CE_NO_MATCH) { in search()
1067 } else if (ceMatch > CE_NO_MATCH) { in search()
1068 if (ceMatch == CE_SKIP_TARG) { in search()
1127 … int ceMatch = compareCE64s(nextCEI.ce_, patCE, search_.elementComparisonType_); in search() local
1128 if (ceMatch == CE_NO_MATCH || ceMatch == CE_SKIP_PATN ) { in search()
1355 int ceMatch = compareCE64s(targetCEI.ce_, patCE, search_.elementComparisonType_); in searchBackwards() local
1356 if (ceMatch == CE_NO_MATCH) { in searchBackwards()
1359 } else if (ceMatch > CE_NO_MATCH) { in searchBackwards()
1360 if (ceMatch == CE_SKIP_TARG) { in searchBackwards()
/third_party/node/deps/icu-small/source/i18n/
Dusearch.cpp1862 …UCompareCEsResult ceMatch = compareCE64s(targetCEI->ce, patCE, strsrch->search->elementComparisonT… in usearch_search() local
1863 if ( ceMatch == U_CE_NO_MATCH ) { in usearch_search()
1866 } else if ( ceMatch > U_CE_NO_MATCH ) { in usearch_search()
1867 if ( ceMatch == U_CE_SKIP_TARG ) { in usearch_search()
1927 …UCompareCEsResult ceMatch = compareCE64s(nextCEI->ce, patCE, strsrch->search->elementComparisonTyp… in usearch_search() local
1928 if ( ceMatch == U_CE_NO_MATCH || ceMatch == U_CE_SKIP_PATN ) { in usearch_search()
2199 …UCompareCEsResult ceMatch = compareCE64s(targetCEI->ce, patCE, strsrch->search->elementComparisonT… in usearch_searchBackwards() local
2200 if ( ceMatch == U_CE_NO_MATCH ) { in usearch_searchBackwards()
2203 } else if ( ceMatch > U_CE_NO_MATCH ) { in usearch_searchBackwards()
2204 if ( ceMatch == U_CE_SKIP_TARG ) { in usearch_searchBackwards()
/third_party/icu/icu4c/source/i18n/
Dusearch.cpp1864 …UCompareCEsResult ceMatch = compareCE64s(targetCEI->ce, patCE, strsrch->search->elementComparisonT… in usearch_search() local
1865 if ( ceMatch == U_CE_NO_MATCH ) { in usearch_search()
1868 } else if ( ceMatch > U_CE_NO_MATCH ) { in usearch_search()
1869 if ( ceMatch == U_CE_SKIP_TARG ) { in usearch_search()
1929 …UCompareCEsResult ceMatch = compareCE64s(nextCEI->ce, patCE, strsrch->search->elementComparisonTyp… in usearch_search() local
1930 if ( ceMatch == U_CE_NO_MATCH || ceMatch == U_CE_SKIP_PATN ) { in usearch_search()
2201 …UCompareCEsResult ceMatch = compareCE64s(targetCEI->ce, patCE, strsrch->search->elementComparisonT… in usearch_searchBackwards() local
2202 if ( ceMatch == U_CE_NO_MATCH ) { in usearch_searchBackwards()
2205 } else if ( ceMatch > U_CE_NO_MATCH ) { in usearch_searchBackwards()
2206 if ( ceMatch == U_CE_SKIP_TARG ) { in usearch_searchBackwards()
/third_party/skia/third_party/externals/icu/source/i18n/
Dusearch.cpp3932 …UCompareCEsResult ceMatch = compareCE64s(targetCEI->ce, patCE, strsrch->search->elementComparisonT… in usearch_search() local
3933 if ( ceMatch == U_CE_NO_MATCH ) { in usearch_search()
3936 } else if ( ceMatch > U_CE_NO_MATCH ) { in usearch_search()
3937 if ( ceMatch == U_CE_SKIP_TARG ) { in usearch_search()
3997 …UCompareCEsResult ceMatch = compareCE64s(nextCEI->ce, patCE, strsrch->search->elementComparisonTyp… in usearch_search() local
3998 if ( ceMatch == U_CE_NO_MATCH || ceMatch == U_CE_SKIP_PATN ) { in usearch_search()
4247 …UCompareCEsResult ceMatch = compareCE64s(targetCEI->ce, patCE, strsrch->search->elementComparisonT… in usearch_searchBackwards() local
4248 if ( ceMatch == U_CE_NO_MATCH ) { in usearch_searchBackwards()
4251 } else if ( ceMatch > U_CE_NO_MATCH ) { in usearch_searchBackwards()
4252 if ( ceMatch == U_CE_SKIP_TARG ) { in usearch_searchBackwards()