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.java328 int nextCC = 0;
341 if(trailCC != 0 && ((nextCC != 0 && trailCC > nextCC) ||
354 nextCC = fcd16 >> 8;
355 if(p == rawStart || nextCC == 0) {
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()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DFCDUTF16CollationIterator.java326 int nextCC = 0;
339 if(trailCC != 0 && ((nextCC != 0 && trailCC > nextCC) ||
352 nextCC = fcd16 >> 8;
353 if(p == rawStart || nextCC == 0) {
DFCDIterCollationIterator.java353 int nextCC = 0; in previousSegment() local
366 if(trailCC != 0 && ((nextCC != 0 && trailCC > nextCC) || in previousSegment()
387 nextCC = fcd16 >> 8; in previousSegment()
388 if(nextCC == 0) { in previousSegment()
/external/icu/icu4c/source/i18n/
Duitercollationiterator.cpp391 uint8_t nextCC = 0; in previousSegment() local
404 if(trailCC != 0 && ((nextCC != 0 && trailCC > nextCC) || in previousSegment()
425 nextCC = (uint8_t)(fcd16 >> 8); in previousSegment()
426 if(nextCC == 0) { in previousSegment()
Dutf16collationiterator.cpp441 uint8_t nextCC = 0; in previousSegment() local
452 if(trailCC != 0 && ((nextCC != 0 && trailCC > nextCC) || in previousSegment()
463 nextCC = (uint8_t)(fcd16 >> 8); in previousSegment()
464 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()