Searched defs:LOWER_CASE (Results 1 - 4 of 4) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dcollationfastlatin.h149 static const uint32_t LOWER_CASE = 8; // case bits include this offset member in class:CollationFastLatin
150 static const uint32_t TWO_LOWER_CASES = (LOWER_CASE << 16) | LOWER_CASE; // 0x80008
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DCollationFastLatin.java145 static final int LOWER_CASE = 8; // case bits include this offset field in class:CollationFastLatin
146 static final int TWO_LOWER_CASES = (LOWER_CASE << 16) | LOWER_CASE; // 0x80008
679 return MAX_SHORT | COMMON_SEC | LOWER_CASE | COMMON_TER;
800 pair |= LOWER_CASE << 16; // implied weight of secondary CE
803 pair = LOWER_CASE;
837 pair |= (LOWER_CASE | COMMON_TER_PLUS_OFFSET) << 16;
848 pair |= LOWER_CASE;
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationFastLatin.java141 static final int LOWER_CASE = 8; // case bits include this offset field in class:CollationFastLatin
142 static final int TWO_LOWER_CASES = (LOWER_CASE << 16) | LOWER_CASE; // 0x80008
675 return MAX_SHORT | COMMON_SEC | LOWER_CASE | COMMON_TER;
796 pair |= LOWER_CASE << 16; // implied weight of secondary CE
799 pair = LOWER_CASE;
833 pair |= (LOWER_CASE | COMMON_TER_PLUS_OFFSET) << 16;
844 pair |= LOWER_CASE;
/external/robolectric/v3/libs/
H A Dvtd-xml-2.11.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ximpleware/ com/ximpleware/extended/ com/ximpleware/extended/parser/ ...

Completed in 178 milliseconds