Searched refs:PST_1997_END (Results 1 – 4 of 4) sorted by relevance
/third_party/icu/icu4c/source/test/intltest/ |
D | tzbdtest.h | 95 static const UDate PST_1997_END; variable
|
D | tzbdtest.cpp | 69 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()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/ |
D | TimeZoneBoundaryTest.java | 45 static final long PST_1997_END = 877856400000L; field in TimeZoneBoundaryTest 458 findDaylightBoundaryUsingDate(tempcal.getTime(), "PDT", PST_1997_END); in TestBoundaries() local 488 findDaylightBoundaryUsingTimeZone(tempcal.getTime(), true, PST_1997_END); in TestBoundaries() local
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
D | TimeZoneBoundaryTest.java | 42 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
|