HomeSort by relevance Sort by last modified time
    Searched defs:nextCC (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/i18n/
utf8collationiterator.cpp 471 uint8_t nextCC = 0;
485 if(trailCC != 0 && ((nextCC != 0 && trailCC > nextCC) ||
506 nextCC = (uint8_t)(fcd16 >> 8);
507 if(pos == 0 || nextCC == 0) {
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
FCDIterCollationIterator.java 357 int nextCC = 0;
370 if(trailCC != 0 && ((nextCC != 0 && trailCC > nextCC) ||
391 nextCC = fcd16 >> 8;
392 if(nextCC == 0) {
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
FCDIterCollationIterator.java 355 int nextCC = 0;
368 if(trailCC != 0 && ((nextCC != 0 && trailCC > nextCC) ||
389 nextCC = fcd16 >> 8;
390 if(nextCC == 0) {

Completed in 1274 milliseconds