Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationKeys.java361 int commonCases = 0; in writeSortKeyUpToQuaternary() local
537 ++commonCases; in writeSortKeyUpToQuaternary()
545 if (commonCases != 0 && in writeSortKeyUpToQuaternary()
547 --commonCases; in writeSortKeyUpToQuaternary()
548 while (commonCases >= CASE_LOWER_FIRST_COMMON_MAX_COUNT) { in writeSortKeyUpToQuaternary()
550 commonCases -= CASE_LOWER_FIRST_COMMON_MAX_COUNT; in writeSortKeyUpToQuaternary()
554 b = CASE_LOWER_FIRST_COMMON_LOW + commonCases; in writeSortKeyUpToQuaternary()
556 b = CASE_LOWER_FIRST_COMMON_HIGH - commonCases; in writeSortKeyUpToQuaternary()
559 commonCases = 0; in writeSortKeyUpToQuaternary()
569 if (commonCases != 0) { in writeSortKeyUpToQuaternary()
[all …]
/external/icu/icu4c/source/i18n/
Dcollationkeys.cpp258 int32_t commonCases = 0; in writeSortKeyUpToQuaternary() local
433 ++commonCases; in writeSortKeyUpToQuaternary()
440 if(commonCases != 0 && in writeSortKeyUpToQuaternary()
442 --commonCases; in writeSortKeyUpToQuaternary()
443 while(commonCases >= CASE_LOWER_FIRST_COMMON_MAX_COUNT) { in writeSortKeyUpToQuaternary()
445 commonCases -= CASE_LOWER_FIRST_COMMON_MAX_COUNT; in writeSortKeyUpToQuaternary()
449 b = CASE_LOWER_FIRST_COMMON_LOW + commonCases; in writeSortKeyUpToQuaternary()
451 b = CASE_LOWER_FIRST_COMMON_HIGH - commonCases; in writeSortKeyUpToQuaternary()
454 commonCases = 0; in writeSortKeyUpToQuaternary()
463 if(commonCases != 0) { in writeSortKeyUpToQuaternary()
[all …]