/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | FCDIterCollationIterator.java | 355 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()
|
D | FCDUTF16CollationIterator.java | 338 int nextCC = 0; 351 if(trailCC != 0 && ((nextCC != 0 && trailCC > nextCC) || 364 nextCC = fcd16 >> 8; 365 if(p == rawStart || nextCC == 0) {
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
D | FCDUTF16CollationIterator.java | 340 int nextCC = 0; 353 if(trailCC != 0 && ((nextCC != 0 && trailCC > nextCC) || 366 nextCC = fcd16 >> 8; 367 if(p == rawStart || nextCC == 0) {
|
D | FCDIterCollationIterator.java | 357 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()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | uitercollationiterator.cpp | 393 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()
|
D | utf16collationiterator.cpp | 443 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()
|
D | utf8collationiterator.cpp | 471 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()
|
/third_party/icu/icu4c/source/i18n/ |
D | uitercollationiterator.cpp | 393 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()
|
D | utf16collationiterator.cpp | 443 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()
|
D | utf8collationiterator.cpp | 471 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()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | uitercollationiterator.cpp | 393 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()
|
D | utf16collationiterator.cpp | 443 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()
|
D | utf8collationiterator.cpp | 471 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()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | uitercollationiterator.cpp | 393 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()
|
D | utf16collationiterator.cpp | 443 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()
|
D | utf8collationiterator.cpp | 471 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()
|