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

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dtzfmt.h12 * \brief C++ API: TimeZoneFormat
26 * in TimeZoneFormat.
201 * Constants for time types used by TimeZoneFormat APIs for
250 * <code>TimeZoneFormat</code> supports time zone display name formatting and parsing.
251 * An instance of TimeZoneFormat works as a subformatter of {@link SimpleDateFormat},
252 * but you can also directly get a new instance of <code>TimeZoneFormat</code> and
264 class U_I18N_API TimeZoneFormat : public Format { class in inherits:Format
270 TimeZoneFormat(const TimeZoneFormat& other);
276 virtual ~TimeZoneFormat();
[all...]
/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
247 * <code>TimeZoneFormat</code> supports time zone display name formatting and parsing.
248 * An instance of TimeZoneFormat works as a subformatter of {@link SimpleDateFormat},
249 * but you can also directly get a new instance of <code>TimeZoneFormat</code> and
261 class U_I18N_API TimeZoneFormat : public Format { class in inherits:Format
267 TimeZoneFormat(const TimeZoneFormat& other);
273 virtual ~TimeZoneFormat();
[all...]
/external/chromium_org/third_party/icu/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
408 TimeZoneFormat::TimeZoneFormat(const TimeZoneFormat& other) function in class:TimeZoneFormat
418 TimeZoneFormat::~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
408 TimeZoneFormat::TimeZoneFormat(const TimeZoneFormat& other) function in class:TimeZoneFormat
418 TimeZoneFormat::~TimeZoneFormat() {
[all...]

Completed in 87 milliseconds