Home
last modified time | relevance | path

Searched refs:LOWER_CASE (Results 1 – 5 of 5) sorted by relevance

/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationFastLatin.java139 static final int LOWER_CASE = 8; // case bits include this offset field in CollationFastLatin
140 static final int TWO_LOWER_CASES = (LOWER_CASE << 16) | LOWER_CASE; // 0x80008
671 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()
DCollationFastLatinBuilder.java641 c += CollationFastLatin.LOWER_CASE; in encodeTwoCEs()
664 case1 = (case1 >> (14 - 3)) + CollationFastLatin.LOWER_CASE; in encodeTwoCEs()
/external/icu/icu4c/source/i18n/
Dcollationfastlatin.h147 static const uint32_t LOWER_CASE = 8; // case bits include this offset variable
148 static const uint32_t TWO_LOWER_CASES = (LOWER_CASE << 16) | LOWER_CASE; // 0x80008
Dcollationfastlatin.cpp807 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()
Dcollationfastlatinbuilder.cpp684 c += CollationFastLatin::LOWER_CASE; in encodeTwoCEs()
707 case1 = (case1 >> (14 - 3)) + CollationFastLatin::LOWER_CASE; in encodeTwoCEs()