HomeSort by relevance Sort by last modified time
    Searched refs:PST_1997_END (Results 1 - 4 of 4) sorted by null

  /external/icu/icu4c/source/test/intltest/
tzbdtest.h 95 static const UDate PST_1997_END;
tzbdtest.cpp 69 const UDate TimeZoneBoundaryTest::PST_1997_END = 877856400000.0;
345 findDaylightBoundaryUsingDate(date(97, 6, 1), "PDT", PST_1997_END);
365 findDaylightBoundaryUsingTimeZone(date(97, 6, 1), TRUE, PST_1997_END);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneBoundaryTest.java 45 static final long PST_1997_END = 877856400000L;
458 findDaylightBoundaryUsingDate(tempcal.getTime(), "PDT", PST_1997_END);
488 findDaylightBoundaryUsingTimeZone(tempcal.getTime(), true, PST_1997_END);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneBoundaryTest.java 42 static final long PST_1997_END = 877856400000L;
455 findDaylightBoundaryUsingDate(tempcal.getTime(), "PDT", PST_1997_END);
485 findDaylightBoundaryUsingTimeZone(tempcal.getTime(), true, PST_1997_END);
    [all...]

Completed in 291 milliseconds