Home
last modified time | relevance | path

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

/external/icu/icu4c/source/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.h136 int16_t elementComparisonType; member
Dusearch.cpp2736 result->search->elementComparisonType = 0; in usearch_openFromCollator()
2850 strsrch->search->elementComparisonType = (int16_t)value; in usearch_setAttribute()
2852 strsrch->search->elementComparisonType = 0; in usearch_setAttribute()
2879 int16_t value = strsrch->search->elementComparisonType; in usearch_getAttribute()
3436 strsrch->search->elementComparisonType = 0; in usearch_reset()
3487 if (ss->search->elementComparisonType != 0) { in CEIBuffer()
3924 …pareCEsResult ceMatch = compareCE64s(targetCEI->ce, patCE, strsrch->search->elementComparisonType); in usearch_search()
3971 if (strsrch->search->elementComparisonType == 0) { in usearch_search()
3989 …ompareCEsResult ceMatch = compareCE64s(nextCEI->ce, patCE, strsrch->search->elementComparisonType); in usearch_search()
4239 …pareCEsResult ceMatch = compareCE64s(targetCEI->ce, patCE, strsrch->search->elementComparisonType); in usearch_searchBackwards()