Searched refs:handleNextCE32 (Results 1 - 18 of 18) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DIterCollationIterator.java53 protected long handleNextCE32() { method in class:IterCollationIterator
H A DUTF16CollationIterator.java105 protected long handleNextCE32() { method in class:UTF16CollationIterator
H A DFCDIterCollationIterator.java151 protected long handleNextCE32() { method in class:FCDIterCollationIterator
H A DFCDUTF16CollationIterator.java173 protected long handleNextCE32() { method in class:FCDUTF16CollationIterator
H A DCollationIterator.java249 long cAndCE32 = handleNextCE32();
406 protected long handleNextCE32() { method in class:CollationIterator
417 * Called when handleNextCE32() returns a LEAD_SURROGATE_TAG for a lead surrogate code unit.
427 * Called when handleNextCE32() returns with c==0, to see whether it is a NUL terminator.
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DIterCollationIterator.java51 protected long handleNextCE32() { method in class:IterCollationIterator
H A DUTF16CollationIterator.java103 protected long handleNextCE32() { method in class:UTF16CollationIterator
H A DFCDIterCollationIterator.java149 protected long handleNextCE32() { method in class:FCDIterCollationIterator
H A DFCDUTF16CollationIterator.java171 protected long handleNextCE32() { method in class:FCDUTF16CollationIterator
H A DCollationIterator.java247 long cAndCE32 = handleNextCE32();
404 protected long handleNextCE32() { method in class:CollationIterator
415 * Called when handleNextCE32() returns a LEAD_SURROGATE_TAG for a lead surrogate code unit.
425 * Called when handleNextCE32() returns with c==0, to see whether it is a NUL terminator.
/external/icu/icu4c/source/i18n/
H A Duitercollationiterator.h51 virtual uint32_t handleNextCE32(UChar32 &c, UErrorCode &errorCode);
83 virtual uint32_t handleNextCE32(UChar32 &c, UErrorCode &errorCode);
H A Dutf8collationiterator.h62 virtual uint32_t handleNextCE32(UChar32 &c, UErrorCode &errorCode);
99 virtual uint32_t handleNextCE32(UChar32 &c, UErrorCode &errorCode);
H A Dutf16collationiterator.h67 virtual uint32_t handleNextCE32(UChar32 &c, UErrorCode &errorCode);
109 virtual uint32_t handleNextCE32(UChar32 &c, UErrorCode &errorCode);
H A Dcollationiterator.h124 uint32_t ce32 = handleNextCE32(c, errorCode);
222 virtual uint32_t handleNextCE32(UChar32 &c, UErrorCode &errorCode);
225 * Called when handleNextCE32() returns a LEAD_SURROGATE_TAG for a lead surrogate code unit.
233 * Called when handleNextCE32() returns with c==0, to see whether it is a NUL terminator.
H A Dutf8collationiterator.cpp45 UTF8CollationIterator::handleNextCE32(UChar32 &c, UErrorCode & /*errorCode*/) { function in class:UTF8CollationIterator
152 FCDUTF8CollationIterator::handleNextCE32(UChar32 &c, UErrorCode &errorCode) { function in class:FCDUTF8CollationIterator
155 // Combination of UTF8CollationIterator::handleNextCE32() with FCD check fastpath.
212 return UTF8CollationIterator::handleNextCE32(c, errorCode);
H A Duitercollationiterator.cpp45 UIterCollationIterator::handleNextCE32(UChar32 &c, UErrorCode & /*errorCode*/) { function in class:UIterCollationIterator
109 FCDUIterCollationIterator::handleNextCE32(UChar32 &c, UErrorCode &errorCode) { function in class:FCDUIterCollationIterator
H A Dutf16collationiterator.cpp60 UTF16CollationIterator::handleNextCE32(UChar32 &c, UErrorCode & /*errorCode*/) { function in class:UTF16CollationIterator
210 FCDUTF16CollationIterator::handleNextCE32(UChar32 &c, UErrorCode &errorCode) { function in class:FCDUTF16CollationIterator
H A Dcollationiterator.cpp207 CollationIterator::handleNextCE32(UChar32 &c, UErrorCode &errorCode) { function in class:CollationIterator

Completed in 160 milliseconds