Home
last modified time | relevance | path

Searched refs:TWO_LOWER_CASES (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationFastLatin.java142 static final int TWO_LOWER_CASES = (LOWER_CASE << 16) | LOWER_CASE; // 0x80008 field in CollationFastLatin
814 pair = TWO_LOWER_CASES; in getCases()
863 pair |= TWO_LOWER_CASES; in getTertiaries()
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationFastLatin.java146 static final int TWO_LOWER_CASES = (LOWER_CASE << 16) | LOWER_CASE; // 0x80008 field in CollationFastLatin
818 pair = TWO_LOWER_CASES; in getCases()
867 pair |= TWO_LOWER_CASES; in getTertiaries()
/external/icu/icu4c/source/i18n/
Dcollationfastlatin.h150 static const uint32_t TWO_LOWER_CASES = (LOWER_CASE << 16) | LOWER_CASE; // 0x80008 variable
Dcollationfastlatin.cpp1004 pair = TWO_LOWER_CASES; in getCases()
1054 pair |= TWO_LOWER_CASES; in getTertiaries()