/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
TimeZoneGenericNames.java | 132 {NameType.LONG_GENERIC, NameType.SHORT_GENERIC}; 337 NameType nameType = (type == GenericNameType.LONG) ? NameType.LONG_GENERIC : NameType.SHORT_GENERIC; 814 case SHORT_GENERIC: [all...] |
TimeZoneNamesImpl.java | 629 return c1 == 'g' ? ZNames.NameTypeIndex.SHORT_GENERIC : 701 EXEMPLAR_LOCATION, LONG_GENERIC, LONG_STANDARD, LONG_DAYLIGHT, SHORT_GENERIC, SHORT_STANDARD, SHORT_DAYLIGHT; 717 case SHORT_GENERIC: 718 return NameTypeIndex.SHORT_GENERIC.ordinal(); 738 case SHORT_GENERIC: 739 return NameType.SHORT_GENERIC; [all...] |
TZDBTimeZoneNames.java | 312 // this implementation replaces the name type with SHORT_GENERIC. 317 ntype = NameType.SHORT_GENERIC;
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
TimeZone.java | 151 public static final int SHORT_GENERIC = 2; 156 * @see #SHORT_GENERIC 410 * <code>SHORT</code>, <code>LONG</code>, <code>SHORT_GENERIC</code>, 428 * <code>SHORT</code>, <code>LONG</code>, <code>SHORT_GENERIC</code>, 448 * <code>SHORT</code>, <code>LONG</code>, <code>SHORT_GENERIC</code>, 466 * SHORT, LONG, SHORT_GENERIC, LONG_GENERIC, SHORT_GMT, LONG_GMT, 476 if (style == GENERIC_LOCATION || style == LONG_GENERIC || style == SHORT_GENERIC) { 489 case SHORT_GENERIC: 500 result = (style == SHORT_GENERIC) ? [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
TimeZoneGenericNames.java | 128 {NameType.LONG_GENERIC, NameType.SHORT_GENERIC}; 333 NameType nameType = (type == GenericNameType.LONG) ? NameType.LONG_GENERIC : NameType.SHORT_GENERIC; 809 case SHORT_GENERIC: [all...] |
TimeZoneNamesImpl.java | 627 return c1 == 'g' ? ZNames.NameTypeIndex.SHORT_GENERIC : 699 EXEMPLAR_LOCATION, LONG_GENERIC, LONG_STANDARD, LONG_DAYLIGHT, SHORT_GENERIC, SHORT_STANDARD, SHORT_DAYLIGHT; 715 case SHORT_GENERIC: 716 return NameTypeIndex.SHORT_GENERIC.ordinal(); 736 case SHORT_GENERIC: 737 return NameType.SHORT_GENERIC; [all...] |
TZDBTimeZoneNames.java | 310 // this implementation replaces the name type with SHORT_GENERIC. 315 ntype = NameType.SHORT_GENERIC;
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
TimeZone.java | 185 public static final int SHORT_GENERIC = 2; 190 * @see #SHORT_GENERIC 471 * <code>SHORT</code>, <code>LONG</code>, <code>SHORT_GENERIC</code>, 490 * <code>SHORT</code>, <code>LONG</code>, <code>SHORT_GENERIC</code>, 511 * <code>SHORT</code>, <code>LONG</code>, <code>SHORT_GENERIC</code>, 530 * SHORT, LONG, SHORT_GENERIC, LONG_GENERIC, SHORT_GMT, LONG_GMT, 540 if (style == GENERIC_LOCATION || style == LONG_GENERIC || style == SHORT_GENERIC) { 553 case SHORT_GENERIC: 564 result = (style == SHORT_GENERIC) ? [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
TimeZoneNames.java | 101 SHORT_GENERIC,
|
/external/icu/icu4c/source/i18n/unicode/ |
timezone.h | 594 SHORT_GENERIC, [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
TimeZoneNames.java | 112 SHORT_GENERIC,
|
/external/icu/icu4j/main/tests/localespi/src/com/ibm/icu/dev/test/localespi/ |
TimeZoneNameTest.java | 173 TimeZoneNames.NameType nameType = TimeZoneNames.NameType.SHORT_GENERIC;
|
/external/icu/icu4c/source/i18n/ |
timezone.cpp | [all...] |
/external/icu/icu4c/source/test/intltest/ |
tztest.cpp | [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/ |
TimeZoneTest.java | 365 Boolean.FALSE, new Integer(TimeZone.SHORT_GENERIC), "PT", 366 Boolean.TRUE, new Integer(TimeZone.SHORT_GENERIC), "PT", [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
TimeZoneTest.java | 362 Boolean.FALSE, new Integer(TimeZone.SHORT_GENERIC), "PT", 363 Boolean.TRUE, new Integer(TimeZone.SHORT_GENERIC), "PT", [all...] |
/external/cldr/tools/java/libs/ |
icu4j.jar | |