HomeSort by relevance Sort by last modified time
    Searched refs:handleNextCE32 (Results 1 - 22 of 22) sorted by null

  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
IterCollationIterator.java 53 protected long handleNextCE32() {
UTF16CollationIterator.java 105 protected long handleNextCE32() {
FCDIterCollationIterator.java 151 protected long handleNextCE32() {
FCDUTF16CollationIterator.java 173 protected long handleNextCE32() {
CollationIterator.java 249 long cAndCE32 = handleNextCE32();
406 protected long handleNextCE32() {
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.
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
IterCollationIterator.java 51 protected long handleNextCE32() {
UTF16CollationIterator.java 103 protected long handleNextCE32() {
FCDIterCollationIterator.java 149 protected long handleNextCE32() {
FCDUTF16CollationIterator.java 171 protected long handleNextCE32() {
CollationIterator.java 247 long cAndCE32 = handleNextCE32();
404 protected long handleNextCE32() {
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.
    [all...]
  /external/icu/icu4c/source/i18n/
uitercollationiterator.h 51 virtual uint32_t handleNextCE32(UChar32 &c, UErrorCode &errorCode);
83 virtual uint32_t handleNextCE32(UChar32 &c, UErrorCode &errorCode);
utf8collationiterator.h 62 virtual uint32_t handleNextCE32(UChar32 &c, UErrorCode &errorCode);
99 virtual uint32_t handleNextCE32(UChar32 &c, UErrorCode &errorCode);
utf16collationiterator.h 67 virtual uint32_t handleNextCE32(UChar32 &c, UErrorCode &errorCode);
109 virtual uint32_t handleNextCE32(UChar32 &c, UErrorCode &errorCode);
collationiterator.h 124 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.
utf8collationiterator.cpp 45 UTF8CollationIterator::handleNextCE32(UChar32 &c, UErrorCode & /*errorCode*/) {
152 FCDUTF8CollationIterator::handleNextCE32(UChar32 &c, UErrorCode &errorCode) {
155 // Combination of UTF8CollationIterator::handleNextCE32() with FCD check fastpath.
212 return UTF8CollationIterator::handleNextCE32(c, errorCode);
uitercollationiterator.cpp 45 UIterCollationIterator::handleNextCE32(UChar32 &c, UErrorCode & /*errorCode*/) {
109 FCDUIterCollationIterator::handleNextCE32(UChar32 &c, UErrorCode &errorCode) {
utf16collationiterator.cpp 60 UTF16CollationIterator::handleNextCE32(UChar32 &c, UErrorCode & /*errorCode*/) {
210 FCDUTF16CollationIterator::handleNextCE32(UChar32 &c, UErrorCode &errorCode) {
collationiterator.cpp 207 CollationIterator::handleNextCE32(UChar32 &c, UErrorCode &errorCode) {
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 571 milliseconds