Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtzbdtest.h93 static const UDate PST_1997_END; variable
Dtzbdtest.cpp67 const UDate TimeZoneBoundaryTest::PST_1997_END = 877856400000.0; member in TimeZoneBoundaryTest
343 findDaylightBoundaryUsingDate(date(97, 6, 1), "PDT", PST_1997_END); in TestBoundaries()
363 findDaylightBoundaryUsingTimeZone(date(97, 6, 1), TRUE, PST_1997_END); in TestBoundaries()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
DTimeZoneBoundaryTest.java39 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
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneBoundaryTest.java35 static final long PST_1997_END = 877856400000L; field in TimeZoneBoundaryTest
451 findDaylightBoundaryUsingDate(tempcal.getTime(), "PDT", PST_1997_END); in TestBoundaries() local
481 findDaylightBoundaryUsingTimeZone(tempcal.getTime(), true, PST_1997_END); in TestBoundaries() local