Searched refs:CASE_UPPER_FIRST_COMMON_LOW (Results 1 – 4 of 4) sorted by relevance
277 private static final int CASE_UPPER_FIRST_COMMON_LOW = 3; field in CollationKeys574 cases.appendByte(CASE_UPPER_FIRST_COMMON_LOW << 4); in writeSortKeyUpToQuaternary()577 cases.appendByte((CASE_UPPER_FIRST_COMMON_LOW + commonCases) << 4); in writeSortKeyUpToQuaternary()581 c = (CASE_UPPER_FIRST_COMMON_LOW - (c >>> 6)) << 4; // 2 or 1 in writeSortKeyUpToQuaternary()
287 private static final int CASE_UPPER_FIRST_COMMON_LOW = 3; field in CollationKeys584 cases.appendByte(CASE_UPPER_FIRST_COMMON_LOW << 4); in writeSortKeyUpToQuaternary()587 cases.appendByte((CASE_UPPER_FIRST_COMMON_LOW + commonCases) << 4); in writeSortKeyUpToQuaternary()591 c = (CASE_UPPER_FIRST_COMMON_LOW - (c >>> 6)) << 4; // 2 or 1 in writeSortKeyUpToQuaternary()
468 cases.appendByte(CASE_UPPER_FIRST_COMMON_LOW << 4); in writeSortKeyUpToQuaternary()471 cases.appendByte((CASE_UPPER_FIRST_COMMON_LOW + commonCases) << 4); in writeSortKeyUpToQuaternary()475 c = (CASE_UPPER_FIRST_COMMON_LOW - (c >> 6)) << 4; // 2 or 1 in writeSortKeyUpToQuaternary()
134 static const uint32_t CASE_UPPER_FIRST_COMMON_LOW = 3; variable