Home
last modified time | relevance | path

Searched refs:commonCases (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationKeys.java363 int commonCases = 0; in writeSortKeyUpToQuaternary() local
539 ++commonCases; in writeSortKeyUpToQuaternary()
547 if (commonCases != 0 && in writeSortKeyUpToQuaternary()
549 --commonCases; in writeSortKeyUpToQuaternary()
550 while (commonCases >= CASE_LOWER_FIRST_COMMON_MAX_COUNT) { in writeSortKeyUpToQuaternary()
552 commonCases -= CASE_LOWER_FIRST_COMMON_MAX_COUNT; in writeSortKeyUpToQuaternary()
556 b = CASE_LOWER_FIRST_COMMON_LOW + commonCases; in writeSortKeyUpToQuaternary()
558 b = CASE_LOWER_FIRST_COMMON_HIGH - commonCases; in writeSortKeyUpToQuaternary()
561 commonCases = 0; in writeSortKeyUpToQuaternary()
571 if (commonCases != 0) { in writeSortKeyUpToQuaternary()
[all …]
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationKeys.java373 int commonCases = 0; in writeSortKeyUpToQuaternary() local
549 ++commonCases; in writeSortKeyUpToQuaternary()
557 if (commonCases != 0 && in writeSortKeyUpToQuaternary()
559 --commonCases; in writeSortKeyUpToQuaternary()
560 while (commonCases >= CASE_LOWER_FIRST_COMMON_MAX_COUNT) { in writeSortKeyUpToQuaternary()
562 commonCases -= CASE_LOWER_FIRST_COMMON_MAX_COUNT; in writeSortKeyUpToQuaternary()
566 b = CASE_LOWER_FIRST_COMMON_LOW + commonCases; in writeSortKeyUpToQuaternary()
568 b = CASE_LOWER_FIRST_COMMON_HIGH - commonCases; in writeSortKeyUpToQuaternary()
571 commonCases = 0; in writeSortKeyUpToQuaternary()
581 if (commonCases != 0) { in writeSortKeyUpToQuaternary()
[all …]
/external/icu/icu4c/source/i18n/
Dcollationkeys.cpp260 int32_t commonCases = 0; in writeSortKeyUpToQuaternary() local
435 ++commonCases; in writeSortKeyUpToQuaternary()
442 if(commonCases != 0 && in writeSortKeyUpToQuaternary()
444 --commonCases; in writeSortKeyUpToQuaternary()
445 while(commonCases >= CASE_LOWER_FIRST_COMMON_MAX_COUNT) { in writeSortKeyUpToQuaternary()
447 commonCases -= CASE_LOWER_FIRST_COMMON_MAX_COUNT; in writeSortKeyUpToQuaternary()
451 b = CASE_LOWER_FIRST_COMMON_LOW + commonCases; in writeSortKeyUpToQuaternary()
453 b = CASE_LOWER_FIRST_COMMON_HIGH - commonCases; in writeSortKeyUpToQuaternary()
456 commonCases = 0; in writeSortKeyUpToQuaternary()
465 if(commonCases != 0) { in writeSortKeyUpToQuaternary()
[all …]
/external/deqp/external/openglcts/modules/common/
DglcPackedPixelsTests.cpp3735 StoreMode commonCases[] = { in iterate() local
3787 std::vector<StoreMode> testModes(commonCases, commonCases + DE_LENGTH_OF_ARRAY(commonCases)); in iterate()
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...