Home | History | Annotate | Download | only in unicode

Lines Matching refs:TimeZoneFormat

12  * \brief C++ API: TimeZoneFormat
27 * in TimeZoneFormat.
204 * Constants for time types used by TimeZoneFormat APIs for
253 * <code>TimeZoneFormat</code> supports time zone display name formatting and parsing.
254 * An instance of TimeZoneFormat works as a subformatter of {@link SimpleDateFormat},
255 * but you can also directly get a new instance of <code>TimeZoneFormat</code> and
267 class U_I18N_API TimeZoneFormat : public Format {
273 TimeZoneFormat(const TimeZoneFormat& other);
279 virtual ~TimeZoneFormat();
285 TimeZoneFormat& operator=(const TimeZoneFormat& other);
306 * Creates an instance of <code>TimeZoneFormat</code> for the given locale.
309 * @return An instance of <code>TimeZoneFormat</code> for the given locale,
313 static TimeZoneFormat* U_EXPORT2 createInstance(const Locale& locale, UErrorCode& status);
431 * <p><b>Note</b>: By default, an instance of <code>TimeZoneFormat</code>
668 * Constructs a TimeZoneFormat object for the specified locale.
673 TimeZoneFormat(const Locale& locale, UErrorCode& status);