Searched refs:zoneString (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | smpdtfmt.cpp | 1680 UnicodeString zoneString(zsbuf, 0, UPRV_LENGTHOF(zsbuf)); in subFormat() local 1688 tzfmt->format(UTZFMT_STYLE_SPECIFIC_SHORT, tz, date, zoneString); in subFormat() 1692 tzfmt->format(UTZFMT_STYLE_SPECIFIC_LONG, tz, date, zoneString); in subFormat() 1699 tzfmt->format(UTZFMT_STYLE_ISO_BASIC_LOCAL_FULL, tz, date, zoneString); in subFormat() 1702 tzfmt->format(UTZFMT_STYLE_ISO_EXTENDED_FULL, tz, date, zoneString); in subFormat() 1705 tzfmt->format(UTZFMT_STYLE_LOCALIZED_GMT, tz, date, zoneString); in subFormat() 1711 tzfmt->format(UTZFMT_STYLE_GENERIC_SHORT, tz, date, zoneString); in subFormat() 1715 tzfmt->format(UTZFMT_STYLE_GENERIC_LONG, tz, date, zoneString); in subFormat() 1722 tzfmt->format(UTZFMT_STYLE_ZONE_ID_SHORT, tz, date, zoneString); in subFormat() 1725 tzfmt->format(UTZFMT_STYLE_ZONE_ID, tz, date, zoneString); in subFormat() [all …]
|