Home | History | Annotate | Download | only in i18n

Lines Matching defs:tzfmt

50 #include "unicode/tzfmt.h"
1683 const TimeZoneFormat *tzfmt = tzFormat(status);
1688 tzfmt->format(UTZFMT_STYLE_SPECIFIC_SHORT, tz, date, zoneString);
1692 tzfmt->format(UTZFMT_STYLE_SPECIFIC_LONG, tz, date, zoneString);
1699 tzfmt->format(UTZFMT_STYLE_ISO_BASIC_LOCAL_FULL, tz, date, zoneString);
1702 tzfmt->format(UTZFMT_STYLE_ISO_EXTENDED_FULL, tz, date, zoneString);
1705 tzfmt->format(UTZFMT_STYLE_LOCALIZED_GMT, tz, date, zoneString);
1711 tzfmt->format(UTZFMT_STYLE_GENERIC_SHORT, tz, date, zoneString);
1715 tzfmt->format(UTZFMT_STYLE_GENERIC_LONG, tz, date, zoneString);
1722 tzfmt->format(UTZFMT_STYLE_ZONE_ID_SHORT, tz, date, zoneString);
1725 tzfmt->format(UTZFMT_STYLE_ZONE_ID, tz, date, zoneString);
1728 tzfmt->format(UTZFMT_STYLE_EXEMPLAR_LOCATION, tz, date, zoneString);
1731 tzfmt->format(UTZFMT_STYLE_GENERIC_LOCATION, tz, date, zoneString);
1738 tzfmt->format(UTZFMT_STYLE_LOCALIZED_GMT_SHORT, tz, date, zoneString);
1741 tzfmt->format(UTZFMT_STYLE_LOCALIZED_GMT, tz, date, zoneString);
1747 tzfmt->format(UTZFMT_STYLE_ISO_BASIC_SHORT, tz, date, zoneString);
1750 tzfmt->format(UTZFMT_STYLE_ISO_BASIC_FIXED, tz, date, zoneString);
1753 tzfmt->format(UTZFMT_STYLE_ISO_EXTENDED_FIXED, tz, date, zoneString);
1756 tzfmt->format(UTZFMT_STYLE_ISO_BASIC_FULL, tz, date, zoneString);
1759 tzfmt->format(UTZFMT_STYLE_ISO_EXTENDED_FULL, tz, date, zoneString);
1765 tzfmt->format(UTZFMT_STYLE_ISO_BASIC_LOCAL_SHORT, tz, date, zoneString);
1768 tzfmt->format(UTZFMT_STYLE_ISO_BASIC_LOCAL_FIXED, tz, date, zoneString);
1771 tzfmt->format(UTZFMT_STYLE_ISO_EXTENDED_LOCAL_FIXED, tz, date, zoneString);
1774 tzfmt->format(UTZFMT_STYLE_ISO_BASIC_LOCAL_FULL, tz, date, zoneString);
1777 tzfmt->format(UTZFMT_STYLE_ISO_EXTENDED_LOCAL_FULL, tz, date, zoneString);
3428 const TimeZoneFormat *tzfmt = tzFormat(status);
3430 TimeZone *tz = tzfmt->parse(style, text, pos, tzTimeType);
3443 const TimeZoneFormat *tzfmt = tzFormat(status);
3445 TimeZone *tz = tzfmt->parse(style, text, pos, tzTimeType);
3456 const TimeZoneFormat *tzfmt = tzFormat(status);
3458 TimeZone *tz = tzfmt->parse(style, text, pos, tzTimeType);
3483 const TimeZoneFormat *tzfmt = tzFormat(status);
3485 TimeZone *tz = tzfmt->parse(style, text, pos, tzTimeType);
3496 const TimeZoneFormat *tzfmt = tzFormat(status);
3498 TimeZone *tz = tzfmt->parse(style, text, pos, tzTimeType);
3526 const TimeZoneFormat *tzfmt = tzFormat(status);
3528 TimeZone *tz = tzfmt->parse(style, text, pos, tzTimeType);
3556 const TimeZoneFormat *tzfmt = tzFormat(status);
3558 TimeZone *tz = tzfmt->parse(style, text, pos, tzTimeType);
4194 TimeZoneFormat *tzfmt = TimeZoneFormat::createInstance(fLocale, status);
4199 const_cast<SimpleDateFormat *>(this)->fTimeZoneFormat = tzfmt;