Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Duitercollationiterator.h32 class U_I18N_API UIterCollationIterator : public CollationIterator {
34 UIterCollationIterator(const CollationData *d, UBool numeric, UCharIterator &ui) in UIterCollationIterator() function
37 virtual ~UIterCollationIterator();
62 class U_I18N_API FCDUIterCollationIterator : public UIterCollationIterator {
65 : UIterCollationIterator(data, numeric, ui), in FCDUIterCollationIterator()
Duitercollationiterator.cpp29 UIterCollationIterator::~UIterCollationIterator() {} in ~UIterCollationIterator()
32 UIterCollationIterator::resetToOffset(int32_t newOffset) { in resetToOffset()
38 UIterCollationIterator::getOffset() const { in getOffset()
43 UIterCollationIterator::handleNextCE32(UChar32 &c, UErrorCode & /*errorCode*/) { in handleNextCE32()
52 UIterCollationIterator::handleGetTrailSurrogate() { in handleGetTrailSurrogate()
59 UIterCollationIterator::nextCodePoint(UErrorCode & /*errorCode*/) { in nextCodePoint()
64 UIterCollationIterator::previousCodePoint(UErrorCode & /*errorCode*/) { in previousCodePoint()
69 UIterCollationIterator::forwardNumCodePoints(int32_t num, UErrorCode & /*errorCode*/) { in forwardNumCodePoints()
76 UIterCollationIterator::backwardNumCodePoints(int32_t num, UErrorCode & /*errorCode*/) { in backwardNumCodePoints()
88 UIterCollationIterator::resetToOffset(newOffset); in resetToOffset()
Drulebasedcollator.cpp1246 UIterCollationIterator leftIter(data, numeric, left); in compare()
1247 UIterCollationIterator rightIter(data, numeric, right); in compare()
1436 UIterCollationIterator ci(data, numeric, *iter); in internalNextSortKeyPart()