Searched refs:CASE_UPPER_FIRST_COMMON_MAX_COUNT (Results 1 – 4 of 4) sorted by relevance
280 private static final int CASE_UPPER_FIRST_COMMON_MAX_COUNT = 13; field in CollationKeys573 while (commonCases >= CASE_UPPER_FIRST_COMMON_MAX_COUNT) { in writeSortKeyUpToQuaternary()575 commonCases -= CASE_UPPER_FIRST_COMMON_MAX_COUNT; in writeSortKeyUpToQuaternary()
290 private static final int CASE_UPPER_FIRST_COMMON_MAX_COUNT = 13; field in CollationKeys583 while (commonCases >= CASE_UPPER_FIRST_COMMON_MAX_COUNT) { in writeSortKeyUpToQuaternary()585 commonCases -= CASE_UPPER_FIRST_COMMON_MAX_COUNT; in writeSortKeyUpToQuaternary()
136 static const int32_t CASE_UPPER_FIRST_COMMON_MAX_COUNT = 13; variable
467 while(commonCases >= CASE_UPPER_FIRST_COMMON_MAX_COUNT) { in writeSortKeyUpToQuaternary()469 commonCases -= CASE_UPPER_FIRST_COMMON_MAX_COUNT; in writeSortKeyUpToQuaternary()