Searched refs:CASE_LOWER_FIRST_COMMON_HIGH (Results 1 – 4 of 4) sorted by relevance
275 private static final int CASE_LOWER_FIRST_COMMON_HIGH = 13; field in CollationKeys560 b = CASE_LOWER_FIRST_COMMON_HIGH - commonCases; in writeSortKeyUpToQuaternary()566 c = (CASE_LOWER_FIRST_COMMON_HIGH + (c >>> 6)) << 4; // 14 or 15 in writeSortKeyUpToQuaternary()
271 private static final int CASE_LOWER_FIRST_COMMON_HIGH = 13; field in CollationKeys556 b = CASE_LOWER_FIRST_COMMON_HIGH - commonCases; in writeSortKeyUpToQuaternary()562 c = (CASE_LOWER_FIRST_COMMON_HIGH + (c >>> 6)) << 4; // 14 or 15 in writeSortKeyUpToQuaternary()
128 static const uint32_t CASE_LOWER_FIRST_COMMON_HIGH = 13; variable
451 b = CASE_LOWER_FIRST_COMMON_HIGH - commonCases; in writeSortKeyUpToQuaternary()457 c = (CASE_LOWER_FIRST_COMMON_HIGH + (c >> 6)) << 4; // 14 or 15 in writeSortKeyUpToQuaternary()