Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationFastLatin.java140 static final int TWO_LOWER_CASES = (LOWER_CASE << 16) | LOWER_CASE; // 0x80008 field in CollationFastLatin
810 pair = TWO_LOWER_CASES; in getCases()
859 pair |= TWO_LOWER_CASES; in getTertiaries()
/external/icu/icu4c/source/i18n/
Dcollationfastlatin.h148 static const uint32_t TWO_LOWER_CASES = (LOWER_CASE << 16) | LOWER_CASE; // 0x80008 variable
Dcollationfastlatin.cpp1005 pair = TWO_LOWER_CASES; in getCases()
1055 pair |= TWO_LOWER_CASES; in getTertiaries()