Lines Matching refs:tzfmt
1683 const TimeZoneFormat *tzfmt = tzFormat(status); 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()
1728 tzfmt->format(UTZFMT_STYLE_EXEMPLAR_LOCATION, tz, date, zoneString); in subFormat()
1731 tzfmt->format(UTZFMT_STYLE_GENERIC_LOCATION, tz, date, zoneString); in subFormat()
1738 tzfmt->format(UTZFMT_STYLE_LOCALIZED_GMT_SHORT, tz, date, zoneString); in subFormat()
1741 tzfmt->format(UTZFMT_STYLE_LOCALIZED_GMT, tz, date, zoneString); in subFormat()
1747 tzfmt->format(UTZFMT_STYLE_ISO_BASIC_SHORT, tz, date, zoneString); in subFormat()
1750 tzfmt->format(UTZFMT_STYLE_ISO_BASIC_FIXED, tz, date, zoneString); in subFormat()
1753 tzfmt->format(UTZFMT_STYLE_ISO_EXTENDED_FIXED, tz, date, zoneString); in subFormat()
1756 tzfmt->format(UTZFMT_STYLE_ISO_BASIC_FULL, tz, date, zoneString); in subFormat()
1759 tzfmt->format(UTZFMT_STYLE_ISO_EXTENDED_FULL, tz, date, zoneString); in subFormat()
1765 tzfmt->format(UTZFMT_STYLE_ISO_BASIC_LOCAL_SHORT, tz, date, zoneString); in subFormat()
1768 tzfmt->format(UTZFMT_STYLE_ISO_BASIC_LOCAL_FIXED, tz, date, zoneString); in subFormat()
1771 tzfmt->format(UTZFMT_STYLE_ISO_EXTENDED_LOCAL_FIXED, tz, date, zoneString); in subFormat()
1774 tzfmt->format(UTZFMT_STYLE_ISO_BASIC_LOCAL_FULL, tz, date, zoneString); in subFormat()
1777 tzfmt->format(UTZFMT_STYLE_ISO_EXTENDED_LOCAL_FULL, tz, date, zoneString); in subFormat()
3428 const TimeZoneFormat *tzfmt = tzFormat(status); in subParse() local
3430 TimeZone *tz = tzfmt->parse(style, text, pos, tzTimeType); in subParse()
3443 const TimeZoneFormat *tzfmt = tzFormat(status); in subParse() local
3445 TimeZone *tz = tzfmt->parse(style, text, pos, tzTimeType); in subParse()
3456 const TimeZoneFormat *tzfmt = tzFormat(status); in subParse() local
3458 TimeZone *tz = tzfmt->parse(style, text, pos, tzTimeType); in subParse()
3483 const TimeZoneFormat *tzfmt = tzFormat(status); in subParse() local
3485 TimeZone *tz = tzfmt->parse(style, text, pos, tzTimeType); in subParse()
3496 const TimeZoneFormat *tzfmt = tzFormat(status); in subParse() local
3498 TimeZone *tz = tzfmt->parse(style, text, pos, tzTimeType); in subParse()
3526 const TimeZoneFormat *tzfmt = tzFormat(status); in subParse() local
3528 TimeZone *tz = tzfmt->parse(style, text, pos, tzTimeType); in subParse()
3556 const TimeZoneFormat *tzfmt = tzFormat(status); in subParse() local
3558 TimeZone *tz = tzfmt->parse(style, text, pos, tzTimeType); in subParse()
4194 TimeZoneFormat *tzfmt = TimeZoneFormat::createInstance(fLocale, status); in tzFormat() local
4199 const_cast<SimpleDateFormat *>(this)->fTimeZoneFormat = tzfmt; in tzFormat()