HomeSort by relevance Sort by last modified time
    Searched defs:tzfmt (Results 1 - 23 of 23) sorted by null

  /external/icu/android_icu4j/src/main/java/android/icu/util/
TimeZone.java 479 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(locale); local
485 result = tzfmt.format(Style.GENERIC_LOCATION, this, date, timeType);
488 result = tzfmt.format(Style.GENERIC_LONG, this, date, timeType);
491 result = tzfmt.format(Style.GENERIC_SHORT, this, date, timeType);
502 tzfmt.formatOffsetShortLocalizedGMT(offset) : tzfmt.formatOffsetLocalizedGMT(offset);
507 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(locale); local
511 result = tzfmt.formatOffsetLocalizedGMT(offset);
514 result = tzfmt.formatOffsetISO8601Basic(offset, false, false, false);
537 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(locale) local
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
TimeZone.java 542 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(locale); local
548 result = tzfmt.format(Style.GENERIC_LOCATION, this, date, timeType);
551 result = tzfmt.format(Style.GENERIC_LONG, this, date, timeType);
554 result = tzfmt.format(Style.GENERIC_SHORT, this, date, timeType);
565 tzfmt.formatOffsetShortLocalizedGMT(offset) : tzfmt.formatOffsetLocalizedGMT(offset);
570 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(locale); local
574 result = tzfmt.formatOffsetLocalizedGMT(offset);
577 result = tzfmt.formatOffsetISO8601Basic(offset, false, false, false);
600 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(locale) local
    [all...]
  /external/icu/icu4c/source/i18n/
tzfmt.cpp 15 #include "unicode/tzfmt.h"
481 TimeZoneFormat* tzfmt = (TimeZoneFormat*)&other; local
484 fLocale == tzfmt->fLocale
485 && fGMTPattern == tzfmt->fGMTPattern
486 && fGMTZeroFormat == tzfmt->fGMTZeroFormat
487 && *fTimeZoneNames == *tzfmt->fTimeZoneNames;
490 isEqual = fGMTOffsetPatterns[i] == tzfmt->fGMTOffsetPatterns[i];
493 isEqual = fGMTOffsetDigits[i] == tzfmt->fGMTOffsetDigits[i];
509 TimeZoneFormat* tzfmt = new TimeZoneFormat(locale, status); local
511 return tzfmt;
    [all...]
smpdtfmt.cpp 50 #include "unicode/tzfmt.h"
4132 TimeZoneFormat *tzfmt = TimeZoneFormat::createInstance(fLocale, status); local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/format/
TimeZoneFormatTest.java 664 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(loc); local
959 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(uloc); local
1047 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(loc).cloneAsThawed(); local
    [all...]
DateFormatTest.java 679 TimeZoneFormat tzfmt = univ.getTimeZoneFormat().cloneAsThawed(); local
680 tzfmt.setDefaultParseOptions(EnumSet.of(ParseOption.ALL_STYLES));
681 tzfmt.freeze();
682 univ.setTimeZoneFormat(tzfmt);
684 sdf.setTimeZoneFormat(tzfmt);
3299 TimeZoneFormat tzfmt = fmt.getTimeZoneFormat().cloneAsThawed(); local
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
FormatHandler.java 2446 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(ULocale.ENGLISH).cloneAsThawed(); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/
TimeZoneFormatTest.java 661 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(loc); local
956 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(uloc); local
1044 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(loc).cloneAsThawed(); local
    [all...]
DateFormatTest.java 676 TimeZoneFormat tzfmt = univ.getTimeZoneFormat().cloneAsThawed(); local
677 tzfmt.setDefaultParseOptions(EnumSet.of(ParseOption.ALL_STYLES));
678 tzfmt.freeze();
679 univ.setTimeZoneFormat(tzfmt);
681 sdf.setTimeZoneFormat(tzfmt);
3296 TimeZoneFormat tzfmt = fmt.getTimeZoneFormat().cloneAsThawed(); local
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
FormatHandler.java 2443 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(ULocale.ENGLISH).cloneAsThawed(); local
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.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 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/28/
android.jar 
  /prebuilts/sdk/current/
android.jar 
core.jar 
  /prebuilts/sdk/system_28/
android.jar 
  /prebuilts/sdk/system_current/
android.jar 

Completed in 1209 milliseconds