Searched defs:CASE_FIRST (Results 1 - 9 of 9) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dcollationsettings.h70 * When CASE_FIRST is off, UPPER_FIRST must be off too, corresponding to
73 static const int32_t CASE_FIRST = 0x200; member in struct:CollationSettings
78 static const int32_t CASE_FIRST_AND_UPPER_MASK = CASE_FIRST | UPPER_FIRST;
166 (option == CASE_FIRST) ? UCOL_LOWER_FIRST : UCOL_UPPER_FIRST;
186 return (options & (CASE_LEVEL | CASE_FIRST)) == CASE_FIRST;
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DCollationSettings.java62 * When CASE_FIRST is off, UPPER_FIRST must be off too, corresponding to
65 public static final int CASE_FIRST = 0x200; field in class:CollationSettings
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;
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationSettings.java60 * When CASE_FIRST is off, UPPER_FIRST must be off too, corresponding to
63 public static final int CASE_FIRST = 0x200; field in class:CollationSettings
68 public static final int CASE_FIRST_AND_UPPER_MASK = CASE_FIRST | UPPER_FIRST;
355 assert value == 0 || value == CASE_FIRST || value == CASE_FIRST_AND_UPPER_MASK;
412 return (options & (CASE_LEVEL | CASE_FIRST)) == CASE_FIRST;
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 88 milliseconds