Searched refs:LOWER_CASE (Results 1 – 5 of 5) sorted by relevance
139 static final int LOWER_CASE = 8; // case bits include this offset field in CollationFastLatin140 static final int TWO_LOWER_CASES = (LOWER_CASE << 16) | LOWER_CASE; // 0x80008671 return MAX_SHORT | COMMON_SEC | LOWER_CASE | COMMON_TER; in lookup()792 pair |= LOWER_CASE << 16; // implied weight of secondary CE in getCases()795 pair = LOWER_CASE; in getCases()829 pair |= (LOWER_CASE | COMMON_TER_PLUS_OFFSET) << 16; in getTertiaries()840 pair |= LOWER_CASE; in getTertiaries()
641 c += CollationFastLatin.LOWER_CASE; in encodeTwoCEs()664 case1 = (case1 >> (14 - 3)) + CollationFastLatin.LOWER_CASE; in encodeTwoCEs()
147 static const uint32_t LOWER_CASE = 8; // case bits include this offset variable148 static const uint32_t TWO_LOWER_CASES = (LOWER_CASE << 16) | LOWER_CASE; // 0x80008
807 return MAX_SHORT | COMMON_SEC | LOWER_CASE | COMMON_TER; in lookup()829 return MAX_SHORT | COMMON_SEC | LOWER_CASE | COMMON_TER; // U+FFFF in lookupUTF8()852 return MAX_SHORT | COMMON_SEC | LOWER_CASE | COMMON_TER; // U+FFFF in lookupUTF8Unsafe()987 pair |= LOWER_CASE << 16; // implied weight of secondary CE in getCases()990 pair = LOWER_CASE; in getCases()1025 pair |= (LOWER_CASE | COMMON_TER_PLUS_OFFSET) << 16; in getTertiaries()1036 pair |= LOWER_CASE; in getTertiaries()
684 c += CollationFastLatin::LOWER_CASE; in encodeTwoCEs()707 case1 = (case1 >> (14 - 3)) + CollationFastLatin::LOWER_CASE; in encodeTwoCEs()