Searched refs:DateIntervalFormat (Results 1 - 7 of 7) sorted by relevance

/external/icu4c/i18n/unicode/
H A Ddtitvfmt.h35 * DateIntervalFormat is a class for formatting and parsing date
47 * DateIntervalFormat formats a DateInterval into
170 * DateIntervalFormat needs the following information for correct
195 * DateIntervalFormat uses the same syntax as that of
202 * // the date interval object which the DateIntervalFormat formats on
206 * DateIntervalFormat* dtIntervalFmt = DateIntervalFormat::createInstance(
218 class U_I18N_API DateIntervalFormat : public Format { class in inherits:Format
222 * Construct a DateIntervalFormat from skeleton and the default locale.
234 static DateIntervalFormat* U_EXPORT
[all...]
H A Ddtitvinf.h41 * date time interval patterns. It is used by DateIntervalFormat.
44 * For most users, ordinary use of DateIntervalFormat does not need to create
46 * DateIntervalFormat will take care of it when creating a date interval
130 * The recommended way to create a DateIntervalFormat object is to pass in
132 * By using a Locale parameter, the DateIntervalFormat object is
136 * Users can also create DateIntervalFormat object
339 * DateIntervalFormat will need access to
344 * make DateIntervalFormat a friend of DateIntervalInfo.
346 friend class DateIntervalFormat;
/external/icu4c/i18n/
H A Ddtitvfmt.cpp64 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(DateIntervalFormat)
68 DateIntervalFormat* U_EXPORT2
69 DateIntervalFormat::createInstance(const UnicodeString& skeleton,
75 DateIntervalFormat* U_EXPORT2
76 DateIntervalFormat::createInstance(const UnicodeString& skeleton,
97 DateIntervalFormat* U_EXPORT2
98 DateIntervalFormat::createInstance(const UnicodeString& skeleton,
105 DateIntervalFormat* U_EXPORT2
106 DateIntervalFormat::createInstance(const UnicodeString& skeleton,
115 DateIntervalFormat function in class:DateIntervalFormat
124 DateIntervalFormat::DateIntervalFormat(const DateIntervalFormat& itvfmt) function in class:DateIntervalFormat
463 DateIntervalFormat::DateIntervalFormat(const Locale& locale, function in class:DateIntervalFormat
[all...]
H A Dudateintervalformat.cpp41 LocalPointer<DateIntervalFormat> formatter(
42 DateIntervalFormat::createInstance(skel, Locale(locale), *status));
61 delete (DateIntervalFormat*)formatter;
93 ((const DateIntervalFormat*)formatter)->format( &interval, res, fp, *status );
/external/icu4c/test/intltest/
H A Ddtifmtts.cpp43 if (exec) logln("TestSuite DateIntervalFormat");
54 * Test various generic API methods of DateIntervalFormat for API coverage.
61 logln("Testing DateIntervalFormat create instance with default locale and skeleton");
63 DateIntervalFormat* dtitvfmt = DateIntervalFormat::createInstance(UDAT_YEAR_MONTH_DAY, status);
65 dataerrln("ERROR: Could not create DateIntervalFormat (skeleton + default locale) - exitting");
75 logln("Testing DateIntervalFormat create instance with given locale and skeleton");
77 dtitvfmt = DateIntervalFormat::createInstance(UDAT_YEAR_MONTH_DAY, Locale::getJapanese(), status);
79 dataerrln("ERROR: Could not create DateIntervalFormat (skeleton + locale) - exitting");
89 logln("Testing DateIntervalFormat creat
[all...]
/external/icu4c/common/unicode/
H A Durename.h1917 #define DateIntervalFormat U_ICU_ENTRY_POINT_RENAME(DateIntervalFormat) macro
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 109 milliseconds