Home
last modified time | relevance | path

Searched refs:nextCC (Results 1 – 7 of 7) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DFCDUTF16CollationIterator.java340 int nextCC = 0;
353 if(trailCC != 0 && ((nextCC != 0 && trailCC > nextCC) ||
366 nextCC = fcd16 >> 8;
367 if(p == rawStart || nextCC == 0) {
DFCDIterCollationIterator.java357 int nextCC = 0; in previousSegment() local
370 if(trailCC != 0 && ((nextCC != 0 && trailCC > nextCC) || in previousSegment()
391 nextCC = fcd16 >> 8; in previousSegment()
392 if(nextCC == 0) { in previousSegment()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DFCDIterCollationIterator.java355 int nextCC = 0; in previousSegment() local
368 if(trailCC != 0 && ((nextCC != 0 && trailCC > nextCC) || in previousSegment()
389 nextCC = fcd16 >> 8; in previousSegment()
390 if(nextCC == 0) { in previousSegment()
DFCDUTF16CollationIterator.java338 int nextCC = 0;
351 if(trailCC != 0 && ((nextCC != 0 && trailCC > nextCC) ||
364 nextCC = fcd16 >> 8;
365 if(p == rawStart || nextCC == 0) {
/external/icu/icu4c/source/i18n/
Duitercollationiterator.cpp393 uint8_t nextCC = 0; in previousSegment() local
406 if(trailCC != 0 && ((nextCC != 0 && trailCC > nextCC) || in previousSegment()
427 nextCC = (uint8_t)(fcd16 >> 8); in previousSegment()
428 if(nextCC == 0) { in previousSegment()
Dutf16collationiterator.cpp443 uint8_t nextCC = 0; in previousSegment() local
454 if(trailCC != 0 && ((nextCC != 0 && trailCC > nextCC) || in previousSegment()
465 nextCC = (uint8_t)(fcd16 >> 8); in previousSegment()
466 if(p == rawStart || nextCC == 0) { in previousSegment()
Dutf8collationiterator.cpp471 uint8_t nextCC = 0; in previousSegment() local
485 if(trailCC != 0 && ((nextCC != 0 && trailCC > nextCC) || in previousSegment()
506 nextCC = (uint8_t)(fcd16 >> 8); in previousSegment()
507 if(pos == 0 || nextCC == 0) { in previousSegment()