Searched defs:tzFormat (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DSimpleDateFormat.java918 private volatile TimeZoneFormat tzFormat; field in class:SimpleDateFormat
1124 * @param bForceUpdate when true, check if tzFormat is synchronized with
1129 if (bForceUpdate || tzFormat == null) {
1130 tzFormat = TimeZoneFormat.getInstance(locale);
1141 if (!tzFormat.getGMTOffsetDigits().equals(digits)) {
1142 if (tzFormat.isFrozen()) {
1143 tzFormat = tzFormat.cloneAsThawed();
1145 tzFormat.setGMTOffsetDigits(digits);
1155 private TimeZoneFormat tzFormat() { method in class:SimpleDateFormat
[all...]
/external/icu/icu4c/source/i18n/
H A Dsmpdtfmt.cpp1664 tzFormat()->format(UTZFMT_STYLE_SPECIFIC_SHORT, tz, date, zoneString);
1668 tzFormat()->format(UTZFMT_STYLE_SPECIFIC_LONG, tz, date, zoneString);
1675 tzFormat()->format(UTZFMT_STYLE_ISO_BASIC_LOCAL_FULL, tz, date, zoneString);
1678 tzFormat()->format(UTZFMT_STYLE_ISO_EXTENDED_FULL, tz, date, zoneString);
1681 tzFormat()->format(UTZFMT_STYLE_LOCALIZED_GMT, tz, date, zoneString);
1687 tzFormat()->format(UTZFMT_STYLE_GENERIC_SHORT, tz, date, zoneString);
1691 tzFormat()->format(UTZFMT_STYLE_GENERIC_LONG, tz, date, zoneString);
1698 tzFormat()->format(UTZFMT_STYLE_ZONE_ID_SHORT, tz, date, zoneString);
1701 tzFormat()->format(UTZFMT_STYLE_ZONE_ID, tz, date, zoneString);
1704 tzFormat()
3777 SimpleDateFormat::tzFormat() const { function in class:SimpleDateFormat
[all...]

Completed in 72 milliseconds