Searched defs:TimeZoneFormat (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
H A Dtzfmt.h12 * \brief C++ API: TimeZoneFormat
26 * in TimeZoneFormat.
198 * Constants for time types used by TimeZoneFormat APIs for
243 * used by the {@link TimeZoneFormat}.
259 * <code>TimeZoneFormat</code> supports time zone display name formatting and parsing.
260 * An instance of TimeZoneFormat works as a subformatter of {@link SimpleDateFormat},
261 * but you can also directly get a new instance of <code>TimeZoneFormat</code> and
273 class U_I18N_API TimeZoneFormat : public Format { class in inherits:Format
279 TimeZoneFormat(const TimeZoneFormat
[all...]
/external/icu/icu4c/source/i18n/
H A Dtzfmt.cpp172 // item and used by TimeZoneFormat
306 // TimeZoneFormat
308 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(TimeZoneFormat)
310 TimeZoneFormat::TimeZoneFormat(const Locale& locale, UErrorCode& status) function in class:TimeZoneFormat
409 TimeZoneFormat::TimeZoneFormat(const TimeZoneFormat& other) function in class:TimeZoneFormat
420 TimeZoneFormat::~TimeZoneFormat() {
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DTimeZoneFormat.java51 * <code>TimeZoneFormat</code> supports time zone display name formatting and parsing.
52 * An instance of TimeZoneFormat works as a subformatter of {@link SimpleDateFormat},
53 * but you can also directly get a new instance of <code>TimeZoneFormat</code> and
65 public class TimeZoneFormat extends UFormat implements Freezable<TimeZoneFormat>, Serializable { class in inherits:UFormat,Freezable,Serializable
73 * Time zone display format style enum used by format/parse APIs in <code>TimeZoneFormat</code>.
75 * @see TimeZoneFormat#format(Style, TimeZone, long)
76 * @see TimeZoneFormat#format(Style, TimeZone, long, Output)
77 * @see TimeZoneFormat#parse(Style, String, ParsePosition, Output)
219 * @see TimeZoneFormat#getGMTOffsetPatter
416 protected TimeZoneFormat(ULocale locale) { method in class:TimeZoneFormat
[all...]

Completed in 275 milliseconds