Searched refs:TimeZoneBoundaryTest (Results 1 – 3 of 3) sorted by relevance
/external/icu4c/test/intltest/ |
D | tzbdtest.cpp | 17 void TimeZoneBoundaryTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*pa… in runIndexedTest() 50 TimeZoneBoundaryTest::TimeZoneBoundaryTest() in TimeZoneBoundaryTest() function in TimeZoneBoundaryTest 61 const int32_t TimeZoneBoundaryTest::MONTH_LENGTH[] = { 65 const UDate TimeZoneBoundaryTest::PST_1997_BEG = 860320800000.0; 67 const UDate TimeZoneBoundaryTest::PST_1997_END = 877856400000.0; 69 const UDate TimeZoneBoundaryTest::INTERVAL = 10; 74 TimeZoneBoundaryTest::findDaylightBoundaryUsingDate(UDate d, const char* startMode, UDate expectedB… in findDaylightBoundaryUsingDate() 106 TimeZoneBoundaryTest::findDaylightBoundaryUsingTimeZone(UDate d, UBool startsInDST, UDate expectedB… in findDaylightBoundaryUsingTimeZone() 116 TimeZoneBoundaryTest::findDaylightBoundaryUsingTimeZone(UDate d, UBool startsInDST, UDate expectedB… in findDaylightBoundaryUsingTimeZone() 165 TimeZoneBoundaryTest::showDate(UDate d) in showDate() [all …]
|
D | tzbdtest.h | 22 class TimeZoneBoundaryTest: public CalendarTimeZoneTest { 27 TimeZoneBoundaryTest();
|
D | itformat.cpp | 93 TESTCLASS(5,TimeZoneBoundaryTest); in runIndexedTest()
|