Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Duitercollationiterator.cpp31 UIterCollationIterator::~UIterCollationIterator() {} in ~UIterCollationIterator()
34 UIterCollationIterator::resetToOffset(int32_t newOffset) { in resetToOffset()
40 UIterCollationIterator::getOffset() const { in getOffset()
45 UIterCollationIterator::handleNextCE32(UChar32 &c, UErrorCode & /*errorCode*/) { in handleNextCE32()
54 UIterCollationIterator::handleGetTrailSurrogate() { in handleGetTrailSurrogate()
61 UIterCollationIterator::nextCodePoint(UErrorCode & /*errorCode*/) { in nextCodePoint()
66 UIterCollationIterator::previousCodePoint(UErrorCode & /*errorCode*/) { in previousCodePoint()
71 UIterCollationIterator::forwardNumCodePoints(int32_t num, UErrorCode & /*errorCode*/) { in forwardNumCodePoints()
78 UIterCollationIterator::backwardNumCodePoints(int32_t num, UErrorCode & /*errorCode*/) { in backwardNumCodePoints()
90 UIterCollationIterator::resetToOffset(newOffset); in resetToOffset()
Duitercollationiterator.h35 class U_I18N_API UIterCollationIterator : public CollationIterator {
37 UIterCollationIterator(const CollationData *d, UBool numeric, UCharIterator &ui) in UIterCollationIterator() function
40 virtual ~UIterCollationIterator();
65 class U_I18N_API FCDUIterCollationIterator : public UIterCollationIterator {
68 : UIterCollationIterator(data, numeric, ui), in FCDUIterCollationIterator()
Drulebasedcollator.cpp1251 UIterCollationIterator leftIter(data, numeric, left); in compare()
1252 UIterCollationIterator rightIter(data, numeric, right); in compare()
1441 UIterCollationIterator ci(data, numeric, *iter); in internalNextSortKeyPart()