/external/icu/android_icu4j/src/main/java/android/icu/util/ |
TimeZone.java | 187 public static final int GENERIC_LOCATION = 7; 412 * <code>SHORT_COMMONLY_USED</code> or <code>GENERIC_LOCATION</code>. 430 * <code>SHORT_COMMONLY_USED</code> or <code>GENERIC_LOCATION</code>. 450 * <code>SHORT_COMMONLY_USED</code> or <code>GENERIC_LOCATION</code>. 457 if (style < SHORT || style > GENERIC_LOCATION) { 467 * SHORT_COMMONLY_USED and GENERIC_LOCATION. 476 if (style == GENERIC_LOCATION || style == LONG_GENERIC || style == SHORT_GENERIC) { 483 case GENERIC_LOCATION: 484 result = tzfmt.format(Style.GENERIC_LOCATION, this, date, timeType); [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
TimeZone.java | 226 public static final int GENERIC_LOCATION = 7; 473 * <code>SHORT_COMMONLY_USED</code> or <code>GENERIC_LOCATION</code>. 492 * <code>SHORT_COMMONLY_USED</code> or <code>GENERIC_LOCATION</code>. 513 * <code>SHORT_COMMONLY_USED</code> or <code>GENERIC_LOCATION</code>. 521 if (style < SHORT || style > GENERIC_LOCATION) { 531 * SHORT_COMMONLY_USED and GENERIC_LOCATION. 540 if (style == GENERIC_LOCATION || style == LONG_GENERIC || style == SHORT_GENERIC) { 547 case GENERIC_LOCATION: 548 result = tzfmt.format(Style.GENERIC_LOCATION, this, date, timeType); [all...] |
/external/icu/icu4c/source/i18n/unicode/ |
timezone.h | 623 GENERIC_LOCATION [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
TimeZoneFormat.java | 88 GENERIC_LOCATION (0x0001), 792 * may use <code>GENERIC_LOCATION</code> or <code>LOCALIZED_GMT</code>. [all...] |
SimpleDateFormat.java | [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
TimeZoneFormat.java | 90 GENERIC_LOCATION (0x0001), 847 * may use <code>GENERIC_LOCATION</code> or <code>LOCALIZED_GMT</code>. [all...] |
SimpleDateFormat.java | [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/ |
TimeZoneFormatTest.java | 575 {"Zambia time", 0, "en_US", Style.GENERIC_LOCATION, [all...] |
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/ |
FormatHandler.java | [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
TimeZoneFormatTest.java | 572 {"Zambia time", 0, "en_US", Style.GENERIC_LOCATION, [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/ |
FormatHandler.java | [all...] |
/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 | 377 Boolean.FALSE, new Integer(TimeZone.GENERIC_LOCATION), "Los Angeles Time", 378 Boolean.TRUE, new Integer(TimeZone.GENERIC_LOCATION), "Los Angeles Time", [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
TimeZoneTest.java | 374 Boolean.FALSE, new Integer(TimeZone.GENERIC_LOCATION), "Los Angeles Time", 375 Boolean.TRUE, new Integer(TimeZone.GENERIC_LOCATION), "Los Angeles Time", [all...] |
/external/cldr/tools/java/libs/ |
icu4j.jar | |