HomeSort by relevance Sort by last modified time
    Searched refs:SHORT_GENERIC (Results 1 - 24 of 24) sorted by null

  /external/icu/android_icu4j/src/main/java/android/icu/impl/
TimeZoneGenericNames.java 130 {NameType.LONG_GENERIC, NameType.SHORT_GENERIC};
335 NameType nameType = (type == GenericNameType.LONG) ? NameType.LONG_GENERIC : NameType.SHORT_GENERIC;
811 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 308 // this implementation replaces the name type with SHORT_GENERIC.
313 ntype = NameType.SHORT_GENERIC;
  /external/icu/android_icu4j/src/main/java/android/icu/util/
TimeZone.java 152 public static final int SHORT_GENERIC = 2;
157 * @see #SHORT_GENERIC
414 * <code>SHORT</code>, <code>LONG</code>, <code>SHORT_GENERIC</code>,
432 * <code>SHORT</code>, <code>LONG</code>, <code>SHORT_GENERIC</code>,
452 * <code>SHORT</code>, <code>LONG</code>, <code>SHORT_GENERIC</code>,
470 * SHORT, LONG, SHORT_GENERIC, LONG_GENERIC, SHORT_GMT, LONG_GMT,
480 if (style == GENERIC_LOCATION || style == LONG_GENERIC || style == SHORT_GENERIC) {
493 case SHORT_GENERIC:
504 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 306 // this implementation replaces the name type with SHORT_GENERIC.
311 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
474 * <code>SHORT</code>, <code>LONG</code>, <code>SHORT_GENERIC</code>,
493 * <code>SHORT</code>, <code>LONG</code>, <code>SHORT_GENERIC</code>,
514 * <code>SHORT</code>, <code>LONG</code>, <code>SHORT_GENERIC</code>,
533 * SHORT, LONG, SHORT_GENERIC, LONG_GENERIC, SHORT_GMT, LONG_GMT,
543 if (style == GENERIC_LOCATION || style == LONG_GENERIC || style == SHORT_GENERIC) {
556 case SHORT_GENERIC:
567 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 592 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 170 TimeZoneNames.NameType nameType = TimeZoneNames.NameType.SHORT_GENERIC;
  /external/icu/icu4c/source/i18n/
timezone.cpp     [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneTest.java 357 Boolean.FALSE, new Integer(TimeZone.SHORT_GENERIC), "PT",
358 Boolean.TRUE, new Integer(TimeZone.SHORT_GENERIC), "PT",
    [all...]
  /external/icu/icu4c/source/test/intltest/
tztest.cpp     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneTest.java 356 Boolean.FALSE, new Integer(TimeZone.SHORT_GENERIC), "PT",
357 Boolean.TRUE, new Integer(TimeZone.SHORT_GENERIC), "PT",
    [all...]
  /libcore/ojluni/src/main/java/java/text/
SimpleDateFormat.java     [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/current/
android.jar 
  /prebuilts/sdk/system_current/
android.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 336 milliseconds