Home
last modified time | relevance | path

Searched refs:PST_1997_END (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dtzbdtest.h95 static const UDate PST_1997_END; variable
Dtzbdtest.cpp69 const UDate TimeZoneBoundaryTest::PST_1997_END = 877856400000.0; member in TimeZoneBoundaryTest
345 findDaylightBoundaryUsingDate(date(97, 6, 1), "PDT", PST_1997_END); in TestBoundaries()
365 findDaylightBoundaryUsingTimeZone(date(97, 6, 1), TRUE, PST_1997_END); in TestBoundaries()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneBoundaryTest.java42 static final long PST_1997_END = 877856400000L; field in TimeZoneBoundaryTest
455 findDaylightBoundaryUsingDate(tempcal.getTime(), "PDT", PST_1997_END); in TestBoundaries() local
485 findDaylightBoundaryUsingTimeZone(tempcal.getTime(), true, PST_1997_END); in TestBoundaries() local