Lines Matching refs:tzFormat

1664                         tzFormat()->format(UTZFMT_STYLE_SPECIFIC_SHORT, tz, date, zoneString);  in subFormat()
1668 tzFormat()->format(UTZFMT_STYLE_SPECIFIC_LONG, tz, date, zoneString); in subFormat()
1675 tzFormat()->format(UTZFMT_STYLE_ISO_BASIC_LOCAL_FULL, tz, date, zoneString); in subFormat()
1678 tzFormat()->format(UTZFMT_STYLE_ISO_EXTENDED_FULL, tz, date, zoneString); in subFormat()
1681 tzFormat()->format(UTZFMT_STYLE_LOCALIZED_GMT, tz, date, zoneString); in subFormat()
1687 tzFormat()->format(UTZFMT_STYLE_GENERIC_SHORT, tz, date, zoneString); in subFormat()
1691 tzFormat()->format(UTZFMT_STYLE_GENERIC_LONG, tz, date, zoneString); in subFormat()
1698 tzFormat()->format(UTZFMT_STYLE_ZONE_ID_SHORT, tz, date, zoneString); in subFormat()
1701 tzFormat()->format(UTZFMT_STYLE_ZONE_ID, tz, date, zoneString); in subFormat()
1704 tzFormat()->format(UTZFMT_STYLE_EXEMPLAR_LOCATION, tz, date, zoneString); in subFormat()
1707 tzFormat()->format(UTZFMT_STYLE_GENERIC_LOCATION, tz, date, zoneString); in subFormat()
1714 tzFormat()->format(UTZFMT_STYLE_LOCALIZED_GMT_SHORT, tz, date, zoneString); in subFormat()
1717 tzFormat()->format(UTZFMT_STYLE_LOCALIZED_GMT, tz, date, zoneString); in subFormat()
1723 tzFormat()->format(UTZFMT_STYLE_ISO_BASIC_SHORT, tz, date, zoneString); in subFormat()
1726 tzFormat()->format(UTZFMT_STYLE_ISO_BASIC_FIXED, tz, date, zoneString); in subFormat()
1729 tzFormat()->format(UTZFMT_STYLE_ISO_EXTENDED_FIXED, tz, date, zoneString); in subFormat()
1732 tzFormat()->format(UTZFMT_STYLE_ISO_BASIC_FULL, tz, date, zoneString); in subFormat()
1735 tzFormat()->format(UTZFMT_STYLE_ISO_EXTENDED_FULL, tz, date, zoneString); in subFormat()
1741tzFormat()->format(UTZFMT_STYLE_ISO_BASIC_LOCAL_SHORT, tz, date, zoneString); in subFormat()
1744tzFormat()->format(UTZFMT_STYLE_ISO_BASIC_LOCAL_FIXED, tz, date, zoneString); in subFormat()
1747tzFormat()->format(UTZFMT_STYLE_ISO_EXTENDED_LOCAL_FIXED, tz, date, zoneString); in subFormat()
1750 tzFormat()->format(UTZFMT_STYLE_ISO_BASIC_LOCAL_FULL, tz, date, zoneString); in subFormat()
1753tzFormat()->format(UTZFMT_STYLE_ISO_EXTENDED_LOCAL_FULL, tz, date, zoneString); in subFormat()
3127 TimeZone *tz = tzFormat()->parse(style, text, pos, tzTimeType); in subParse()
3138 TimeZone *tz = tzFormat()->parse(style, text, pos, tzTimeType); in subParse()
3148 TimeZone *tz = tzFormat()->parse(style, text, pos, tzTimeType); in subParse()
3172 TimeZone *tz = tzFormat()->parse(style, text, pos, tzTimeType); in subParse()
3182 TimeZone *tz = tzFormat()->parse(style, text, pos, tzTimeType); in subParse()
3209 TimeZone *tz = tzFormat()->parse(style, text, pos, tzTimeType); in subParse()
3236 TimeZone *tz = tzFormat()->parse(style, text, pos, tzTimeType); in subParse()
3510 return (const TimeZoneFormat*)tzFormat(); in getTimeZoneFormat()
3777 SimpleDateFormat::tzFormat() const { in tzFormat() function in SimpleDateFormat