Lines Matching refs:tzFormat
1699 tzFormat()->format(UTZFMT_STYLE_SPECIFIC_SHORT, tz, date, zoneString); in subFormat()
1703 tzFormat()->format(UTZFMT_STYLE_SPECIFIC_LONG, tz, date, zoneString); in subFormat()
1710 tzFormat()->format(UTZFMT_STYLE_ISO_BASIC_LOCAL_FULL, tz, date, zoneString); in subFormat()
1713 tzFormat()->format(UTZFMT_STYLE_ISO_EXTENDED_FULL, tz, date, zoneString); in subFormat()
1716 tzFormat()->format(UTZFMT_STYLE_LOCALIZED_GMT, tz, date, zoneString); in subFormat()
1722 tzFormat()->format(UTZFMT_STYLE_GENERIC_SHORT, tz, date, zoneString); in subFormat()
1726 tzFormat()->format(UTZFMT_STYLE_GENERIC_LONG, tz, date, zoneString); in subFormat()
1733 tzFormat()->format(UTZFMT_STYLE_ZONE_ID_SHORT, tz, date, zoneString); in subFormat()
1736 tzFormat()->format(UTZFMT_STYLE_ZONE_ID, tz, date, zoneString); in subFormat()
1739 tzFormat()->format(UTZFMT_STYLE_EXEMPLAR_LOCATION, tz, date, zoneString); in subFormat()
1742 tzFormat()->format(UTZFMT_STYLE_GENERIC_LOCATION, tz, date, zoneString); in subFormat()
1749 tzFormat()->format(UTZFMT_STYLE_LOCALIZED_GMT_SHORT, tz, date, zoneString); in subFormat()
1752 tzFormat()->format(UTZFMT_STYLE_LOCALIZED_GMT, tz, date, zoneString); in subFormat()
1758 tzFormat()->format(UTZFMT_STYLE_ISO_BASIC_SHORT, tz, date, zoneString); in subFormat()
1761 tzFormat()->format(UTZFMT_STYLE_ISO_BASIC_FIXED, tz, date, zoneString); in subFormat()
1764 tzFormat()->format(UTZFMT_STYLE_ISO_EXTENDED_FIXED, tz, date, zoneString); in subFormat()
1767 tzFormat()->format(UTZFMT_STYLE_ISO_BASIC_FULL, tz, date, zoneString); in subFormat()
1770 tzFormat()->format(UTZFMT_STYLE_ISO_EXTENDED_FULL, tz, date, zoneString); in subFormat()
1776 … tzFormat()->format(UTZFMT_STYLE_ISO_BASIC_LOCAL_SHORT, tz, date, zoneString); in subFormat()
1779 … tzFormat()->format(UTZFMT_STYLE_ISO_BASIC_LOCAL_FIXED, tz, date, zoneString); in subFormat()
1782 … tzFormat()->format(UTZFMT_STYLE_ISO_EXTENDED_LOCAL_FIXED, tz, date, zoneString); in subFormat()
1785 tzFormat()->format(UTZFMT_STYLE_ISO_BASIC_LOCAL_FULL, tz, date, zoneString); in subFormat()
1788 … tzFormat()->format(UTZFMT_STYLE_ISO_EXTENDED_LOCAL_FULL, tz, date, zoneString); in subFormat()
3393 TimeZone *tz = tzFormat()->parse(style, text, pos, tzTimeType); in subParse()
3404 TimeZone *tz = tzFormat()->parse(style, text, pos, tzTimeType); in subParse()
3414 TimeZone *tz = tzFormat()->parse(style, text, pos, tzTimeType); in subParse()
3438 TimeZone *tz = tzFormat()->parse(style, text, pos, tzTimeType); in subParse()
3448 TimeZone *tz = tzFormat()->parse(style, text, pos, tzTimeType); in subParse()
3475 TimeZone *tz = tzFormat()->parse(style, text, pos, tzTimeType); in subParse()
3502 TimeZone *tz = tzFormat()->parse(style, text, pos, tzTimeType); in subParse()
3843 return (const TimeZoneFormat*)tzFormat(); in getTimeZoneFormat()
4110 SimpleDateFormat::tzFormat() const { in tzFormat() function in SimpleDateFormat