Searched refs:TimeZoneFormat (Results 1 - 12 of 12) sorted by relevance

/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...]
H A Dtimezone.cpp1181 LocalPointer<TimeZoneFormat> tzfmt(TimeZoneFormat::createInstance(locale, status));
1212 LocalPointer<TimeZoneFormat> tzfmt(TimeZoneFormat::createInstance(locale, status));
1252 LocalPointer<TimeZoneFormat> tzfmt(TimeZoneFormat::createInstance(locale, status));
H A Dsmpdtfmt.cpp494 // TimeZoneFormat in ICU4C only depends on a locale for now
3262 const TimeZoneFormat*
3264 return (const TimeZoneFormat*)tzFormat();
3269 SimpleDateFormat::adoptTimeZoneFormat(TimeZoneFormat* timeZoneFormatToAdopt)
3277 SimpleDateFormat::setTimeZoneFormat(const TimeZoneFormat& newTimeZoneFormat)
3280 fTimeZoneFormat = new TimeZoneFormat(newTimeZoneFormat);
3529 // Lazy TimeZoneFormat instantiation, semantically const.
3530 TimeZoneFormat *
3537 TimeZoneFormat *tzfmt = 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...]
H A Dtimezone.cpp1181 LocalPointer<TimeZoneFormat> tzfmt(TimeZoneFormat::createInstance(locale, status));
1212 LocalPointer<TimeZoneFormat> tzfmt(TimeZoneFormat::createInstance(locale, status));
1252 LocalPointer<TimeZoneFormat> tzfmt(TimeZoneFormat::createInstance(locale, status));
H A Dsmpdtfmt.cpp500 // TimeZoneFormat in ICU4C only depends on a locale for now
3312 const TimeZoneFormat*
3314 return (const TimeZoneFormat*)tzFormat();
3319 SimpleDateFormat::adoptTimeZoneFormat(TimeZoneFormat* timeZoneFormatToAdopt)
3327 SimpleDateFormat::setTimeZoneFormat(const TimeZoneFormat& newTimeZoneFormat)
3330 fTimeZoneFormat = new TimeZoneFormat(newTimeZoneFormat);
3574 // Lazy TimeZoneFormat instantiation, semantically const.
3575 TimeZoneFormat *
3582 TimeZoneFormat *tzfmt = TimeZoneFormat
[all...]
/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...]
H A Dsmpdtfmt.h45 class TimeZoneFormat;
1113 * Sets the TimeZoneFormat to be used by this date/time formatter.
1114 * The caller should not delete the TimeZoneFormat object after
1116 * @param timeZoneFormatToAdopt The TimeZoneFormat object to be adopted.
1119 virtual void adoptTimeZoneFormat(TimeZoneFormat* timeZoneFormatToAdopt);
1122 * Sets the TimeZoneFormat to be used by this date/time formatter.
1123 * @param newTimeZoneFormat The TimeZoneFormat object to copy.
1126 virtual void setTimeZoneFormat(const TimeZoneFormat& newTimeZoneFormat);
1133 virtual const TimeZoneFormat* getTimeZoneFormat(void) const;
1466 * Lazy TimeZoneFormat instantiatio
[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...]
H A Dsmpdtfmt.h47 class TimeZoneFormat;
1090 * Sets the TimeZoneFormat to be used by this date/time formatter.
1091 * The caller should not delete the TimeZoneFormat object after
1093 * @param timeZoneFormatToAdopt The TimeZoneFormat object to be adopted.
1096 virtual void adoptTimeZoneFormat(TimeZoneFormat* timeZoneFormatToAdopt);
1099 * Sets the TimeZoneFormat to be used by this date/time formatter.
1100 * @param newTimeZoneFormat The TimeZoneFormat object to copy.
1103 virtual void setTimeZoneFormat(const TimeZoneFormat& newTimeZoneFormat);
1110 virtual const TimeZoneFormat* getTimeZoneFormat(void) const;
1462 * Lazy TimeZoneFormat instantiatio
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtzfmttst.cpp721 LocalPointer<TimeZoneFormat> tzfmt(TimeZoneFormat::createInstance(Locale(DATA[i].locale), status));
723 dataerrln("Fail TimeZoneFormat::createInstance: %s", u_errorName(status));
1006 LocalPointer<TimeZoneFormat> tzfmt(TimeZoneFormat::createInstance(Locale(DATA[i].locale), status));
1008 dataerrln("Fail TimeZoneFormat::createInstance: %s", u_errorName(status));
/external/icu/icu4c/source/test/intltest/
H A Dtzfmttst.cpp721 LocalPointer<TimeZoneFormat> tzfmt(TimeZoneFormat::createInstance(Locale(DATA[i].locale), status));
723 dataerrln("Fail TimeZoneFormat::createInstance: %s", u_errorName(status));
1006 LocalPointer<TimeZoneFormat> tzfmt(TimeZoneFormat::createInstance(Locale(DATA[i].locale), status));
1008 dataerrln("Fail TimeZoneFormat::createInstance: %s", u_errorName(status));

Completed in 4552 milliseconds