Searched refs:DateInterval (Results 1 - 8 of 8) sorted by relevance

/external/icu4c/common/
H A Ddtintrv.cpp18 UOBJECT_DEFINE_RTTI_IMPLEMENTATION(DateInterval)
20 //DateInterval::DateInterval(){}
23 DateInterval::DateInterval(UDate from, UDate to) function in class:DateInterval
29 DateInterval::~DateInterval(){}
32 DateInterval::DateInterval(const DateInterval function in class:DateInterval
[all...]
/external/icu4c/common/unicode/
H A Ddtintrv.h32 class U_COMMON_API DateInterval : public UObject { class in inherits:UObject
36 * Construct a DateInterval given a from date and a to date.
41 DateInterval(UDate fromDate, UDate toDate);
47 virtual ~DateInterval();
95 DateInterval(const DateInterval& other);
101 DateInterval& operator=(const DateInterval&);
108 virtual UBool operator==(const DateInterval& other) const;
115 UBool operator!=(const DateInterval
[all...]
H A Durename.h1916 #define DateInterval U_ICU_ENTRY_POINT_RENAME(DateInterval) macro
/external/icu4c/test/intltest/
H A Ddtifmtts.cpp229 DateInterval* dtitv = new DateInterval(3600*24*365, 3600*24*366);
274 DateInterval * dtitv12 = new DateInterval(date1, date2);
318 //====== test DateInterval class (better coverage)
319 DateInterval dtitv1(3600*24*365, 3600*24*366);
320 DateInterval dtitv2(dtitv1);
323 errln("ERROR: Copy constructor failed for DateInterval.");
326 DateInterval dtitv3(3600*365, 3600*366);
329 errln("ERROR: Equal operator failed for DateInterval
[all...]
/external/icu4c/i18n/
H A Dudateintervalformat.cpp92 DateInterval interval = DateInterval(fromDate,toDate);
H A Ddtitvfmt.cpp246 const DateInterval* interval = dynamic_cast<const DateInterval*>(formatObj);
257 DateIntervalFormat::format(const DateInterval* dtInterval,
/external/icu4c/i18n/unicode/
H A Ddtitvfmt.h42 * We introduced class DateInterval to represent it.
43 * DateInterval is a pair of UDate, which is
47 * DateIntervalFormat formats a DateInterval into
51 * And it parses text into DateInterval,
60 * So, formatting a DateInterval is pattern-driven. It is very
204 * DateInterval* dtInterval = new DateInterval(1000*3600*24, 1000*3600*24*2);
370 * objects with a DateInterval type.
371 * If a the Formattable object type is not a DateInterval,
375 * Must be a DateInterval
[all...]
/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 118 milliseconds