Lines Matching refs:UDate
40 virtual void findDaylightBoundaryUsingDate(UDate d, const char* startMode, UDate expectedBoundary);
41 virtual void findDaylightBoundaryUsingTimeZone(UDate d, UBool startsInDST, UDate expectedBoundary);
42 virtual void findDaylightBoundaryUsingTimeZone(UDate d, UBool startsInDST, UDate expectedBoundary, TimeZone* tz);
46 UnicodeString showDate(UDate d);
54 virtual void verifyDST(UDate d, TimeZone* time_zone, UBool expUseDaylightTime, UBool expInDaylightTime, UDate expZoneOffset, UDate expDSTOffset);
65 virtual void testUsingBinarySearch(SimpleTimeZone* tz, UDate d, UDate expectedBoundary);
75 virtual void findBoundariesStepwise(int32_t year, UDate interval, TimeZone* z, int32_t expectedChanges);
85 const UDate ONE_SECOND;
86 const UDate ONE_MINUTE;
87 const UDate ONE_HOUR;
88 const UDate ONE_DAY;
89 const UDate ONE_YEAR;
90 const UDate SIX_MONTHS;
92 static const UDate PST_1997_BEG;
93 static const UDate PST_1997_END;
94 static const UDate INTERVAL;