Searched refs:CASE_UPPER_FIRST_COMMON_LOW (Results 1 – 4 of 4) sorted by relevance
279 private static final int CASE_UPPER_FIRST_COMMON_LOW = 3; field in CollationKeys576 cases.appendByte(CASE_UPPER_FIRST_COMMON_LOW << 4); in writeSortKeyUpToQuaternary()579 cases.appendByte((CASE_UPPER_FIRST_COMMON_LOW + commonCases) << 4); in writeSortKeyUpToQuaternary()583 c = (CASE_UPPER_FIRST_COMMON_LOW - (c >>> 6)) << 4; // 2 or 1 in writeSortKeyUpToQuaternary()
275 private static final int CASE_UPPER_FIRST_COMMON_LOW = 3; field in CollationKeys572 cases.appendByte(CASE_UPPER_FIRST_COMMON_LOW << 4); in writeSortKeyUpToQuaternary()575 cases.appendByte((CASE_UPPER_FIRST_COMMON_LOW + commonCases) << 4); in writeSortKeyUpToQuaternary()579 c = (CASE_UPPER_FIRST_COMMON_LOW - (c >>> 6)) << 4; // 2 or 1 in writeSortKeyUpToQuaternary()
466 cases.appendByte(CASE_UPPER_FIRST_COMMON_LOW << 4); in writeSortKeyUpToQuaternary()469 cases.appendByte((CASE_UPPER_FIRST_COMMON_LOW + commonCases) << 4); in writeSortKeyUpToQuaternary()473 c = (CASE_UPPER_FIRST_COMMON_LOW - (c >> 6)) << 4; // 2 or 1 in writeSortKeyUpToQuaternary()
132 static const uint32_t CASE_UPPER_FIRST_COMMON_LOW = 3; variable