Home
last modified time | relevance | path

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

/external/chromium_org/third_party/icu/source/i18n/
Dusearch.cpp3870 …UCompareCEsResult ceMatch = compareCE64s(targetCEI->ce, patCE, strsrch->search->elementComparisonT… in usearch_search() local
3871 if ( ceMatch == U_CE_NO_MATCH ) { in usearch_search()
3874 } else if ( ceMatch > U_CE_NO_MATCH ) { in usearch_search()
3875 if ( ceMatch == U_CE_SKIP_TARG ) { in usearch_search()
3936 …UCompareCEsResult ceMatch = compareCE64s(nextCEI->ce, patCE, strsrch->search->elementComparisonTyp… in usearch_search() local
3937 if ( ceMatch == U_CE_NO_MATCH || ceMatch == U_CE_SKIP_PATN ) { in usearch_search()
4136 …UCompareCEsResult ceMatch = compareCE64s(targetCEI->ce, patCE, strsrch->search->elementComparisonT… in usearch_searchBackwards() local
4137 if ( ceMatch == U_CE_NO_MATCH ) { in usearch_searchBackwards()
4140 } else if ( ceMatch > U_CE_NO_MATCH ) { in usearch_searchBackwards()
4141 if ( ceMatch == U_CE_SKIP_TARG ) { in usearch_searchBackwards()
/external/icu4c/i18n/
Dusearch.cpp3893 …UCompareCEsResult ceMatch = compareCE64s(targetCEI->ce, patCE, strsrch->search->elementComparisonT… in usearch_search() local
3894 if ( ceMatch == U_CE_NO_MATCH ) { in usearch_search()
3897 } else if ( ceMatch > U_CE_NO_MATCH ) { in usearch_search()
3898 if ( ceMatch == U_CE_SKIP_TARG ) { in usearch_search()
3958 …UCompareCEsResult ceMatch = compareCE64s(nextCEI->ce, patCE, strsrch->search->elementComparisonTyp… in usearch_search() local
3959 if ( ceMatch == U_CE_NO_MATCH || ceMatch == U_CE_SKIP_PATN ) { in usearch_search()
4175 …UCompareCEsResult ceMatch = compareCE64s(targetCEI->ce, patCE, strsrch->search->elementComparisonT… in usearch_searchBackwards() local
4176 if ( ceMatch == U_CE_NO_MATCH ) { in usearch_searchBackwards()
4179 } else if ( ceMatch > U_CE_NO_MATCH ) { in usearch_searchBackwards()
4180 if ( ceMatch == U_CE_SKIP_TARG ) { in usearch_searchBackwards()