Lines Matching refs:UDate
42 …virtual void findDaylightBoundaryUsingDate(UDate d, const char* startMode, UDate expectedBoundary);
43 …virtual void findDaylightBoundaryUsingTimeZone(UDate d, UBool startsInDST, UDate expectedBoundary);
44 …virtual void findDaylightBoundaryUsingTimeZone(UDate d, UBool startsInDST, UDate expectedBoundary,…
48 UnicodeString showDate(UDate d);
56 …virtual void verifyDST(UDate d, TimeZone* time_zone, UBool expUseDaylightTime, UBool expInDaylight…
67 virtual void testUsingBinarySearch(SimpleTimeZone* tz, UDate d, UDate expectedBoundary);
77 …virtual void findBoundariesStepwise(int32_t year, UDate interval, TimeZone* z, int32_t expectedCha…
87 const UDate ONE_SECOND;
88 const UDate ONE_MINUTE;
89 const UDate ONE_HOUR;
90 const UDate ONE_DAY;
91 const UDate ONE_YEAR;
92 const UDate SIX_MONTHS;
94 static const UDate PST_1997_BEG;
95 static const UDate PST_1997_END;
96 static const UDate INTERVAL;