Searched refs:LOWER_CASE (Results 1 - 3 of 3) sorted by last modified time

/external/icu/icu4c/source/i18n/
H A Dcollationfastlatin.cpp790 return MAX_SHORT | COMMON_SEC | LOWER_CASE | COMMON_TER;
812 return MAX_SHORT | COMMON_SEC | LOWER_CASE | COMMON_TER; // U+FFFF
835 return MAX_SHORT | COMMON_SEC | LOWER_CASE | COMMON_TER; // U+FFFF
970 pair |= LOWER_CASE << 16; // implied weight of secondary CE
973 pair = LOWER_CASE;
1008 pair |= (LOWER_CASE | COMMON_TER_PLUS_OFFSET) << 16;
1019 pair |= LOWER_CASE;
H A Dcollationfastlatin.h147 static const uint32_t LOWER_CASE = 8; // case bits include this offset member in class:CollationFastLatin
148 static const uint32_t TWO_LOWER_CASES = (LOWER_CASE << 16) | LOWER_CASE; // 0x80008
H A Dcollationfastlatinbuilder.cpp703 c += CollationFastLatin::LOWER_CASE;
726 case1 = (case1 >> (14 - 3)) + CollationFastLatin::LOWER_CASE;

Completed in 96 milliseconds