Home | History | Annotate | Download | only in unicode

Lines Matching defs:DateIntervalFormat

34  * 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 {
222 * Construct a DateIntervalFormat from skeleton and the default locale.
234 static DateIntervalFormat* U_EXPORT2 createInstance(
239 * Construct a DateIntervalFormat from skeleton and a given locale.
251 * DateIntervalFormat::createInstance(UDAT_MONTH_DAY, status)
267 static DateIntervalFormat* U_EXPORT2 createInstance(
273 * Construct a DateIntervalFormat from skeleton
287 static DateIntervalFormat* U_EXPORT2 createInstance(
293 * Construct a DateIntervalFormat from skeleton
306 * DateIntervalFormat::createInstance(UDAT_MONTH_DAY, status)
327 static DateIntervalFormat* U_EXPORT2 createInstance(
337 virtual ~DateIntervalFormat();
521 DateIntervalFormat(const DateIntervalFormat&);
527 DateIntervalFormat& operator=(const DateIntervalFormat&);
569 DateIntervalFormat();
572 * Construct a DateIntervalFormat from DateFormat,
580 * Note: the DateIntervalFormat takes ownership of both
590 DateIntervalFormat(const Locale& locale, DateIntervalInfo* dtItvInfo,
595 * Construct a DateIntervalFormat from DateFormat
607 static DateIntervalFormat* U_EXPORT2 create(const Locale& locale,
963 DateIntervalFormat::operator!=(const Format& other) const {