Searched refs:CASE_LOWER_FIRST_COMMON_HIGH (Results 1 – 4 of 4) sorted by relevance
273 private static final int CASE_LOWER_FIRST_COMMON_HIGH = 13; field in CollationKeys558 b = CASE_LOWER_FIRST_COMMON_HIGH - commonCases; in writeSortKeyUpToQuaternary()564 c = (CASE_LOWER_FIRST_COMMON_HIGH + (c >>> 6)) << 4; // 14 or 15 in writeSortKeyUpToQuaternary()
283 private static final int CASE_LOWER_FIRST_COMMON_HIGH = 13; field in CollationKeys568 b = CASE_LOWER_FIRST_COMMON_HIGH - commonCases; in writeSortKeyUpToQuaternary()574 c = (CASE_LOWER_FIRST_COMMON_HIGH + (c >>> 6)) << 4; // 14 or 15 in writeSortKeyUpToQuaternary()
130 static const uint32_t CASE_LOWER_FIRST_COMMON_HIGH = 13; variable
453 b = CASE_LOWER_FIRST_COMMON_HIGH - commonCases; in writeSortKeyUpToQuaternary()459 c = (CASE_LOWER_FIRST_COMMON_HIGH + (c >> 6)) << 4; // 14 or 15 in writeSortKeyUpToQuaternary()