Searched refs:LOWER_CASE (Results 1 – 7 of 7) sorted by relevance
141 static final int LOWER_CASE = 8; // case bits include this offset field in CollationFastLatin142 static final int TWO_LOWER_CASES = (LOWER_CASE << 16) | LOWER_CASE; // 0x80008675 return MAX_SHORT | COMMON_SEC | LOWER_CASE | COMMON_TER; in lookup()796 pair |= LOWER_CASE << 16; // implied weight of secondary CE in getCases()799 pair = LOWER_CASE; in getCases()833 pair |= (LOWER_CASE | COMMON_TER_PLUS_OFFSET) << 16; in getTertiaries()844 pair |= LOWER_CASE; in getTertiaries()
643 c += CollationFastLatin.LOWER_CASE; in encodeTwoCEs()666 case1 = (case1 >> (14 - 3)) + CollationFastLatin.LOWER_CASE; in encodeTwoCEs()
145 static final int LOWER_CASE = 8; // case bits include this offset field in CollationFastLatin146 static final int TWO_LOWER_CASES = (LOWER_CASE << 16) | LOWER_CASE; // 0x80008679 return MAX_SHORT | COMMON_SEC | LOWER_CASE | COMMON_TER; in lookup()800 pair |= LOWER_CASE << 16; // implied weight of secondary CE in getCases()803 pair = LOWER_CASE; in getCases()837 pair |= (LOWER_CASE | COMMON_TER_PLUS_OFFSET) << 16; in getTertiaries()848 pair |= LOWER_CASE; in getTertiaries()
644 c += CollationFastLatin.LOWER_CASE; in encodeTwoCEs()667 case1 = (case1 >> (14 - 3)) + CollationFastLatin.LOWER_CASE; in encodeTwoCEs()
149 static const uint32_t LOWER_CASE = 8; // case bits include this offset variable150 static const uint32_t TWO_LOWER_CASES = (LOWER_CASE << 16) | LOWER_CASE; // 0x80008
806 return MAX_SHORT | COMMON_SEC | LOWER_CASE | COMMON_TER; in lookup()828 return MAX_SHORT | COMMON_SEC | LOWER_CASE | COMMON_TER; // U+FFFF in lookupUTF8()851 return MAX_SHORT | COMMON_SEC | LOWER_CASE | COMMON_TER; // U+FFFF in lookupUTF8Unsafe()986 pair |= LOWER_CASE << 16; // implied weight of secondary CE in getCases()989 pair = LOWER_CASE; in getCases()1024 pair |= (LOWER_CASE | COMMON_TER_PLUS_OFFSET) << 16; in getTertiaries()1035 pair |= LOWER_CASE; in getTertiaries()
686 c += CollationFastLatin::LOWER_CASE; in encodeTwoCEs()709 case1 = (case1 >> (14 - 3)) + CollationFastLatin::LOWER_CASE; in encodeTwoCEs()