Searched refs:tzFormat (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | SimpleDateFormat.java | 918 private volatile TimeZoneFormat tzFormat; field in SimpleDateFormat 1129 if (bForceUpdate || tzFormat == null) { in initializeTimeZoneFormat() 1130 tzFormat = TimeZoneFormat.getInstance(locale); in initializeTimeZoneFormat() 1141 if (!tzFormat.getGMTOffsetDigits().equals(digits)) { in initializeTimeZoneFormat() 1142 if (tzFormat.isFrozen()) { in initializeTimeZoneFormat() 1143 tzFormat = tzFormat.cloneAsThawed(); in initializeTimeZoneFormat() 1145 tzFormat.setGMTOffsetDigits(digits); in initializeTimeZoneFormat() 1155 private TimeZoneFormat tzFormat() { in tzFormat() method in SimpleDateFormat 1156 if (tzFormat == null) { in tzFormat() 1159 return tzFormat; in tzFormat() [all …]
|
/external/icu/icu4c/source/i18n/ |
D | smpdtfmt.cpp | 1664 tzFormat()->format(UTZFMT_STYLE_SPECIFIC_SHORT, tz, date, zoneString); in subFormat() 1668 tzFormat()->format(UTZFMT_STYLE_SPECIFIC_LONG, tz, date, zoneString); in subFormat() 1675 tzFormat()->format(UTZFMT_STYLE_ISO_BASIC_LOCAL_FULL, tz, date, zoneString); in subFormat() 1678 tzFormat()->format(UTZFMT_STYLE_ISO_EXTENDED_FULL, tz, date, zoneString); in subFormat() 1681 tzFormat()->format(UTZFMT_STYLE_LOCALIZED_GMT, tz, date, zoneString); in subFormat() 1687 tzFormat()->format(UTZFMT_STYLE_GENERIC_SHORT, tz, date, zoneString); in subFormat() 1691 tzFormat()->format(UTZFMT_STYLE_GENERIC_LONG, tz, date, zoneString); in subFormat() 1698 tzFormat()->format(UTZFMT_STYLE_ZONE_ID_SHORT, tz, date, zoneString); in subFormat() 1701 tzFormat()->format(UTZFMT_STYLE_ZONE_ID, tz, date, zoneString); in subFormat() 1704 tzFormat()->format(UTZFMT_STYLE_EXEMPLAR_LOCATION, tz, date, zoneString); in subFormat() [all …]
|
/external/icu/icu4c/source/i18n/unicode/ |
D | smpdtfmt.h | 1497 TimeZoneFormat *tzFormat() const;
|