Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dsearch.cpp34 m_search_->elementComparisonType = other.m_search_->elementComparisonType; in SearchIterator()
65 m_search_->elementComparisonType = (int16_t)value; in setAttribute()
67 m_search_->elementComparisonType = 0; in setAttribute()
90 int16_t value = m_search_->elementComparisonType; in getAttribute()
189 m_search_->elementComparisonType == that.m_search_->elementComparisonType && in operator ==()
338 m_search_->elementComparisonType = 0; in reset()
351 m_search_->elementComparisonType = 0; in SearchIterator()
370 m_search_->elementComparisonType = 0; in SearchIterator()
387 m_search_->elementComparisonType = 0; in SearchIterator()
408 m_search_->elementComparisonType = that.m_search_->elementComparisonType; in operator =()
Dusrchimp.h138 int16_t elementComparisonType; member
Dusearch.cpp2738 result->search->elementComparisonType = 0; in usearch_openFromCollator()
2852 strsrch->search->elementComparisonType = (int16_t)value; in usearch_setAttribute()
2854 strsrch->search->elementComparisonType = 0; in usearch_setAttribute()
2881 int16_t value = strsrch->search->elementComparisonType; in usearch_getAttribute()
3438 strsrch->search->elementComparisonType = 0; in usearch_reset()
3489 if (ss->search->elementComparisonType != 0) { in CEIBuffer()
3926 …pareCEsResult ceMatch = compareCE64s(targetCEI->ce, patCE, strsrch->search->elementComparisonType); in usearch_search()
3973 if (strsrch->search->elementComparisonType == 0) { in usearch_search()
3991 …ompareCEsResult ceMatch = compareCE64s(nextCEI->ce, patCE, strsrch->search->elementComparisonType); in usearch_search()
4241 …pareCEsResult ceMatch = compareCE64s(targetCEI->ce, patCE, strsrch->search->elementComparisonType); in usearch_searchBackwards()