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

  /external/icu/android_icu4j/src/main/java/android/icu/util/
TimeZone.java 478 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(locale); local
484 result = tzfmt.format(Style.GENERIC_LOCATION, this, date, timeType);
487 result = tzfmt.format(Style.GENERIC_LONG, this, date, timeType);
490 result = tzfmt.format(Style.GENERIC_SHORT, this, date, timeType);
501 tzfmt.formatOffsetShortLocalizedGMT(offset) : tzfmt.formatOffsetLocalizedGMT(offset);
506 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(locale); local
510 result = tzfmt.formatOffsetLocalizedGMT(offset);
513 result = tzfmt.formatOffsetISO8601Basic(offset, false, false, false);
536 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"
1683 const TimeZoneFormat *tzfmt = tzFormat(status); local
3428 const TimeZoneFormat *tzfmt = tzFormat(status); local
3443 const TimeZoneFormat *tzfmt = tzFormat(status); local
3456 const TimeZoneFormat *tzfmt = tzFormat(status); local
3483 const TimeZoneFormat *tzfmt = tzFormat(status); local
3496 const TimeZoneFormat *tzfmt = tzFormat(status); local
3526 const TimeZoneFormat *tzfmt = tzFormat(status); local
3556 const TimeZoneFormat *tzfmt = tzFormat(status); local
4194 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 2448 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 2445 TimeZoneFormat tzfmt = TimeZoneFormat.getInstance(ULocale.ENGLISH).cloneAsThawed(); local
    [all...]
  /external/cldr/tools/java/libs/
icu4j.jar 

Completed in 1239 milliseconds