Searched refs:CASE_UPPER_FIRST_COMMON_MAX_COUNT (Results 1 – 4 of 4) sorted by relevance
278 private static final int CASE_UPPER_FIRST_COMMON_MAX_COUNT = 13; field in CollationKeys571 while (commonCases >= CASE_UPPER_FIRST_COMMON_MAX_COUNT) { in writeSortKeyUpToQuaternary()573 commonCases -= CASE_UPPER_FIRST_COMMON_MAX_COUNT; in writeSortKeyUpToQuaternary()
282 private static final int CASE_UPPER_FIRST_COMMON_MAX_COUNT = 13; field in CollationKeys575 while (commonCases >= CASE_UPPER_FIRST_COMMON_MAX_COUNT) { in writeSortKeyUpToQuaternary()577 commonCases -= CASE_UPPER_FIRST_COMMON_MAX_COUNT; in writeSortKeyUpToQuaternary()
134 static const int32_t CASE_UPPER_FIRST_COMMON_MAX_COUNT = 13; variable
465 while(commonCases >= CASE_UPPER_FIRST_COMMON_MAX_COUNT) { in writeSortKeyUpToQuaternary()467 commonCases -= CASE_UPPER_FIRST_COMMON_MAX_COUNT; in writeSortKeyUpToQuaternary()