Lines Matching defs:TimeZoneFormat
14 * \brief C++ API: TimeZoneFormat
28 * in TimeZoneFormat.
200 * Constants for time types used by TimeZoneFormat APIs for
243 * used by the icu::TimeZoneFormat.
258 * <code>TimeZoneFormat</code> supports time zone display name formatting and parsing.
259 * An instance of TimeZoneFormat works as a subformatter of {@link SimpleDateFormat},
260 * but you can also directly get a new instance of <code>TimeZoneFormat</code> and
272 class U_I18N_API TimeZoneFormat : public Format {
278 TimeZoneFormat(const TimeZoneFormat& other);
284 virtual ~TimeZoneFormat();
290 TimeZoneFormat& operator=(const TimeZoneFormat& other);
311 * Creates an instance of <code>TimeZoneFormat</code> for the given locale.
314 * @return An instance of <code>TimeZoneFormat</code> for the given locale,
318 static TimeZoneFormat* U_EXPORT2 createInstance(const Locale& locale, UErrorCode& status);
436 * <p><b>Note</b>: By default, an instance of <code>TimeZoneFormat</code>
667 * Constructs a TimeZoneFormat object for the specified locale.
672 TimeZoneFormat(const Locale& locale, UErrorCode& status);