Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationFastLatin.java141 static final int LOWER_CASE = 8; // case bits include this offset field in CollationFastLatin
142 static final int TWO_LOWER_CASES = (LOWER_CASE << 16) | LOWER_CASE; // 0x80008
675 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()
DCollationFastLatinBuilder.java643 c += CollationFastLatin.LOWER_CASE; in encodeTwoCEs()
666 case1 = (case1 >> (14 - 3)) + CollationFastLatin.LOWER_CASE; in encodeTwoCEs()
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationFastLatin.java145 static final int LOWER_CASE = 8; // case bits include this offset field in CollationFastLatin
146 static final int TWO_LOWER_CASES = (LOWER_CASE << 16) | LOWER_CASE; // 0x80008
679 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()
DCollationFastLatinBuilder.java644 c += CollationFastLatin.LOWER_CASE; in encodeTwoCEs()
667 case1 = (case1 >> (14 - 3)) + CollationFastLatin.LOWER_CASE; in encodeTwoCEs()
/external/icu/icu4c/source/i18n/
Dcollationfastlatin.h149 static const uint32_t LOWER_CASE = 8; // case bits include this offset variable
150 static const uint32_t TWO_LOWER_CASES = (LOWER_CASE << 16) | LOWER_CASE; // 0x80008
Dcollationfastlatin.cpp806 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()
Dcollationfastlatinbuilder.cpp686 c += CollationFastLatin::LOWER_CASE; in encodeTwoCEs()
709 case1 = (case1 >> (14 - 3)) + CollationFastLatin::LOWER_CASE; in encodeTwoCEs()