HomeSort by relevance Sort by last modified time
    Searched defs:CASE_FIRST (Results 1 - 7 of 7) sorted by null

  /external/icu/icu4c/source/i18n/
collationsettings.h 72 * When CASE_FIRST is off, UPPER_FIRST must be off too, corresponding to
75 static const int32_t CASE_FIRST = 0x200;
80 static const int32_t CASE_FIRST_AND_UPPER_MASK = CASE_FIRST | UPPER_FIRST;
168 (option == CASE_FIRST) ? UCOL_LOWER_FIRST : UCOL_UPPER_FIRST;
188 return (options & (CASE_LEVEL | CASE_FIRST)) == CASE_FIRST;
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
CollationSettings.java 64 * When CASE_FIRST is off, UPPER_FIRST must be off too, corresponding to
67 public static final int CASE_FIRST = 0x200;
72 public static final int CASE_FIRST_AND_UPPER_MASK = CASE_FIRST | UPPER_FIRST;
359 assert value == 0 || value == CASE_FIRST || value == CASE_FIRST_AND_UPPER_MASK;
416 return (options & (CASE_LEVEL | CASE_FIRST)) == CASE_FIRST;
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
CollationSettings.java 62 * When CASE_FIRST is off, UPPER_FIRST must be off too, corresponding to
65 public static final int CASE_FIRST = 0x200;
70 public static final int CASE_FIRST_AND_UPPER_MASK = CASE_FIRST | UPPER_FIRST;
357 assert value == 0 || value == CASE_FIRST || value == CASE_FIRST_AND_UPPER_MASK;
414 return (options & (CASE_LEVEL | CASE_FIRST)) == CASE_FIRST;
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 90 milliseconds