Lines Matching refs:TimeZoneFormat
12 * \brief C++ API: TimeZoneFormat
26 * in TimeZoneFormat.
198 * Constants for time types used by TimeZoneFormat APIs for
241 * used by the {@link TimeZoneFormat}.
256 * <code>TimeZoneFormat</code> supports time zone display name formatting and parsing.
257 * An instance of TimeZoneFormat works as a subformatter of {@link SimpleDateFormat},
258 * but you can also directly get a new instance of <code>TimeZoneFormat</code> and
270 class U_I18N_API TimeZoneFormat : public Format {
276 TimeZoneFormat(const TimeZoneFormat& other);
282 virtual ~TimeZoneFormat();
288 TimeZoneFormat& operator=(const TimeZoneFormat& other);
309 * Creates an instance of <code>TimeZoneFormat</code> for the given locale.
312 * @return An instance of <code>TimeZoneFormat</code> for the given locale,
316 static TimeZoneFormat* U_EXPORT2 createInstance(const Locale& locale, UErrorCode& status);
434 * <p><b>Note</b>: By default, an instance of <code>TimeZoneFormat</code>
665 * Constructs a TimeZoneFormat object for the specified locale.
670 TimeZoneFormat(const Locale& locale, UErrorCode& status);