Home
last modified time | relevance | path

Searched refs:elementComparisonType (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/i18n/
Dsearch.cpp32 m_search_->elementComparisonType = other.m_search_->elementComparisonType; in SearchIterator()
63 m_search_->elementComparisonType = (int16_t)value; in setAttribute()
65 m_search_->elementComparisonType = 0; in setAttribute()
88 int16_t value = m_search_->elementComparisonType; in getAttribute()
187 m_search_->elementComparisonType == that.m_search_->elementComparisonType && in operator ==()
336 m_search_->elementComparisonType = 0; in reset()
349 m_search_->elementComparisonType = 0; in SearchIterator()
368 m_search_->elementComparisonType = 0; in SearchIterator()
385 m_search_->elementComparisonType = 0; in SearchIterator()
406 m_search_->elementComparisonType = that.m_search_->elementComparisonType; in operator =()
Dusrchimp.h30 int16_t elementComparisonType; member
Dusearch.cpp2746 result->search->elementComparisonType = 0; in usearch_openFromCollator()
2841 strsrch->search->elementComparisonType = (int16_t)value; in usearch_setAttribute()
2843 strsrch->search->elementComparisonType = 0; in usearch_setAttribute()
2870 int16_t value = strsrch->search->elementComparisonType; in usearch_getAttribute()
3429 strsrch->search->elementComparisonType = 0; in usearch_reset()
3480 if (ss->search->elementComparisonType != 0) { in CEBuffer()
3893 …pareCEsResult ceMatch = compareCE64s(targetCEI->ce, patCE, strsrch->search->elementComparisonType); in usearch_search()
3940 if (strsrch->search->elementComparisonType == 0) { in usearch_search()
3958 …ompareCEsResult ceMatch = compareCE64s(nextCEI->ce, patCE, strsrch->search->elementComparisonType); in usearch_search()
4175 …pareCEsResult ceMatch = compareCE64s(targetCEI->ce, patCE, strsrch->search->elementComparisonType); in usearch_searchBackwards()