Searched refs:ceMatch (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/ |
D | StringSearch.java | 1058 int ceMatch = compareCE64s(targetCEI.ce_, patCE, search_.elementComparisonType_); in search() local 1059 if (ceMatch == CE_NO_MATCH) { in search() 1062 } else if (ceMatch > CE_NO_MATCH) { in search() 1063 if (ceMatch == CE_SKIP_TARG) { in search() 1122 … int ceMatch = compareCE64s(nextCEI.ce_, patCE, search_.elementComparisonType_); in search() local 1123 if (ceMatch == CE_NO_MATCH || ceMatch == CE_SKIP_PATN ) { in search() 1290 int ceMatch = compareCE64s(targetCEI.ce_, patCE, search_.elementComparisonType_); in searchBackwards() local 1291 if (ceMatch == CE_NO_MATCH) { in searchBackwards() 1294 } else if (ceMatch > CE_NO_MATCH) { in searchBackwards() 1295 if (ceMatch == CE_SKIP_TARG) { in searchBackwards()
|
/external/icu/icu4c/source/i18n/ |
D | usearch.cpp | 3898 …UCompareCEsResult ceMatch = compareCE64s(targetCEI->ce, patCE, strsrch->search->elementComparisonT… in usearch_search() local 3899 if ( ceMatch == U_CE_NO_MATCH ) { in usearch_search() 3902 } else if ( ceMatch > U_CE_NO_MATCH ) { in usearch_search() 3903 if ( ceMatch == U_CE_SKIP_TARG ) { in usearch_search() 3963 …UCompareCEsResult ceMatch = compareCE64s(nextCEI->ce, patCE, strsrch->search->elementComparisonTyp… in usearch_search() local 3964 if ( ceMatch == U_CE_NO_MATCH || ceMatch == U_CE_SKIP_PATN ) { in usearch_search() 4180 …UCompareCEsResult ceMatch = compareCE64s(targetCEI->ce, patCE, strsrch->search->elementComparisonT… in usearch_searchBackwards() local 4181 if ( ceMatch == U_CE_NO_MATCH ) { in usearch_searchBackwards() 4184 } else if ( ceMatch > U_CE_NO_MATCH ) { in usearch_searchBackwards() 4185 if ( ceMatch == U_CE_SKIP_TARG ) { in usearch_searchBackwards()
|