Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dutf8collationiterator.h34 class U_I18N_API UTF8CollationIterator : public CollationIterator {
36 UTF8CollationIterator(const CollationData *d, UBool numeric, in UTF8CollationIterator() function
41 virtual ~UTF8CollationIterator();
80 class U_I18N_API FCDUTF8CollationIterator : public UTF8CollationIterator {
84 : UTF8CollationIterator(data, numeric, s, p, len), in FCDUTF8CollationIterator()
Dutf8collationiterator.cpp31 UTF8CollationIterator::~UTF8CollationIterator() {} in ~UTF8CollationIterator()
34 UTF8CollationIterator::resetToOffset(int32_t newOffset) { in resetToOffset()
40 UTF8CollationIterator::getOffset() const { in getOffset()
45 UTF8CollationIterator::handleNextCE32(UChar32 &c, UErrorCode & /*errorCode*/) { in handleNextCE32()
81 UTF8CollationIterator::foundNULTerminator() { in foundNULTerminator()
91 UTF8CollationIterator::forbidSurrogateCodePoints() const { in forbidSurrogateCodePoints()
96 UTF8CollationIterator::nextCodePoint(UErrorCode & /*errorCode*/) { in nextCodePoint()
110 UTF8CollationIterator::previousCodePoint(UErrorCode & /*errorCode*/) { in previousCodePoint()
120 UTF8CollationIterator::forwardNumCodePoints(int32_t num, UErrorCode & /*errorCode*/) { in forwardNumCodePoints()
125 UTF8CollationIterator::backwardNumCodePoints(int32_t num, UErrorCode & /*errorCode*/) { in backwardNumCodePoints()
[all …]
Drulebasedcollator.cpp1179 UTF8CollationIterator leftIter(data, numeric, left, equalPrefixLength, leftLength); in doCompare()
1180 UTF8CollationIterator rightIter(data, numeric, right, equalPrefixLength, rightLength); in doCompare()