Searched defs:UPPER_FIRST (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dcollationsettings.h66 static const int32_t UPPER_FIRST = 0x100; member in struct:CollationSettings
72 * When CASE_FIRST is off, UPPER_FIRST must be off too, corresponding to
80 static const int32_t CASE_FIRST_AND_UPPER_MASK = CASE_FIRST | UPPER_FIRST;
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DCollationSettings.java58 static final int UPPER_FIRST = 0x100; field in class:CollationSettings
64 * When CASE_FIRST is off, UPPER_FIRST must be off too, corresponding to
72 public static final int CASE_FIRST_AND_UPPER_MASK = CASE_FIRST | UPPER_FIRST;
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationSettings.java56 static final int UPPER_FIRST = 0x100; field in class:CollationSettings
62 * When CASE_FIRST is off, UPPER_FIRST must be off too, corresponding to
70 public static final int CASE_FIRST_AND_UPPER_MASK = CASE_FIRST | UPPER_FIRST;

Completed in 127 milliseconds