Searched refs:ALL_STYLES (Results 1 - 14 of 14) sorted by relevance

/external/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
H A DCalendarICU.java118 if (field < 0 || field >= FIELD_COUNT || (style != SHORT && style != LONG && style != ALL_STYLES)) {
134 if (field < 0 || field >= FIELD_COUNT || (style != SHORT && style != LONG && style != ALL_STYLES)) {
138 if (style != ALL_STYLES) {
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
H A DTimeZoneFormatTest.java553 EnumSet.of(ParseOption.ALL_STYLES), "Etc/GMT", 1, TimeType.UNKNOWN},
559 EnumSet.of(ParseOption.ALL_STYLES), "Africa/Lusaka", 11, TimeType.UNKNOWN},
595 EnumSet.of(ParseOption.ALL_STYLES), "America/New_York", 3, TimeType.STANDARD},
625 EnumSet.of(ParseOption.ALL_STYLES), null, 0, TimeType.UNKNOWN},
628 EnumSet.of(ParseOption.ALL_STYLES, ParseOption.TZ_DATABASE_ABBREVIATIONS), "Asia/Aqtobe", 5, TimeType.DAYLIGHT},
H A DDateFormatTest.java664 // To allow cross pattern parsing, we need to set ParseOption.ALL_STYLES
666 tzfmt.setDefaultParseOptions(EnumSet.of(ParseOption.ALL_STYLES));
3252 tzfmt.setDefaultParseOptions(EnumSet.of(ParseOption.ALL_STYLES)).freeze();
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
H A DTimeZoneFormatTest.java549 EnumSet.of(ParseOption.ALL_STYLES), "Etc/GMT", 1, TimeType.UNKNOWN},
555 EnumSet.of(ParseOption.ALL_STYLES), "Africa/Lusaka", 11, TimeType.UNKNOWN},
591 EnumSet.of(ParseOption.ALL_STYLES), "America/New_York", 3, TimeType.STANDARD},
621 EnumSet.of(ParseOption.ALL_STYLES), null, 0, TimeType.UNKNOWN},
624 EnumSet.of(ParseOption.ALL_STYLES, ParseOption.TZ_DATABASE_ABBREVIATIONS), "Asia/Aqtobe", 5, TimeType.DAYLIGHT},
H A DDateFormatTest.java660 // To allow cross pattern parsing, we need to set ParseOption.ALL_STYLES
662 tzfmt.setDefaultParseOptions(EnumSet.of(ParseOption.ALL_STYLES));
3248 tzfmt.setDefaultParseOptions(EnumSet.of(ParseOption.ALL_STYLES)).freeze();
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DTimeZoneFormat.java278 ALL_STYLES, enum constant in enum:TimeZoneFormat.ParseOption
680 _parseAllStyles = options.contains(ParseOption.ALL_STYLES);
692 return EnumSet.of(ParseOption.ALL_STYLES, ParseOption.TZ_DATABASE_ABBREVIATIONS);
694 return EnumSet.of(ParseOption.ALL_STYLES);
1334 // When ParseOption.ALL_STYLES is available, we also try to look all possible display names and IDs.
1344 getDefaultParseOptions().contains(ParseOption.ALL_STYLES)
1345 : options.contains(ParseOption.ALL_STYLES);
1473 * parse(Style.GENERIC_LOCATION, text, pos, EnumSet.of(ParseOption.ALL_STYLES), timeType)}.
1481 return parse(Style.GENERIC_LOCATION, text, pos, EnumSet.of(ParseOption.ALL_STYLES), null);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DTimeZoneFormat.java313 ALL_STYLES, enum constant in enum:TimeZoneFormat.ParseOption
730 _parseAllStyles = options.contains(ParseOption.ALL_STYLES);
743 return EnumSet.of(ParseOption.ALL_STYLES, ParseOption.TZ_DATABASE_ABBREVIATIONS);
745 return EnumSet.of(ParseOption.ALL_STYLES);
1395 // When ParseOption.ALL_STYLES is available, we also try to look all possible display names and IDs.
1405 getDefaultParseOptions().contains(ParseOption.ALL_STYLES)
1406 : options.contains(ParseOption.ALL_STYLES);
1535 * parse(Style.GENERIC_LOCATION, text, pos, EnumSet.of(ParseOption.ALL_STYLES), timeType)}.
1544 return parse(Style.GENERIC_LOCATION, text, pos, EnumSet.of(ParseOption.ALL_STYLES), null);
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/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 385 milliseconds