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

  /external/icu/icu4c/source/test/intltest/
tzbdtest.h 43 virtual void findDaylightBoundaryUsingTimeZone(UDate d, UBool startsInDST, UDate expectedBoundary);
44 virtual void findDaylightBoundaryUsingTimeZone(UDate d, UBool startsInDST, UDate expectedBoundary, TimeZone* tz);
tzbdtest.cpp 108 TimeZoneBoundaryTest::findDaylightBoundaryUsingTimeZone(UDate d, UBool startsInDST, UDate expectedBoundary)
111 findDaylightBoundaryUsingTimeZone(d, startsInDST, expectedBoundary, zone);
118 TimeZoneBoundaryTest::findDaylightBoundaryUsingTimeZone(UDate d, UBool startsInDST, UDate expectedBoundary, TimeZone* tz)
353 findDaylightBoundaryUsingTimeZone(date(97, 0, 1), TRUE, 859653000000.0, z);
355 findDaylightBoundaryUsingTimeZone(date(97, 6, 1), FALSE, 877797000000.0, z);
363 findDaylightBoundaryUsingTimeZone(date(97, 0, 1), FALSE, PST_1997_BEG);
365 findDaylightBoundaryUsingTimeZone(date(97, 6, 1), TRUE, PST_1997_END);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneBoundaryTest.java 141 void findDaylightBoundaryUsingTimeZone(Date d, boolean startsInDST, long expectedBoundary)
143 findDaylightBoundaryUsingTimeZone(d, startsInDST, expectedBoundary,
147 void findDaylightBoundaryUsingTimeZone(Date d, boolean startsInDST,
475 findDaylightBoundaryUsingTimeZone(tempcal.getTime(), true, AUSTRALIA_1997_END, z);
478 findDaylightBoundaryUsingTimeZone(tempcal.getTime(), false, AUSTRALIA_1997_BEG, z);
485 findDaylightBoundaryUsingTimeZone(tempcal.getTime(), false, PST_1997_BEG);
488 findDaylightBoundaryUsingTimeZone(tempcal.getTime(), true, PST_1997_END);
803 // findDaylightBoundaryUsingTimeZone(new Date(97,6,1), true);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneBoundaryTest.java 138 void findDaylightBoundaryUsingTimeZone(Date d, boolean startsInDST, long expectedBoundary)
140 findDaylightBoundaryUsingTimeZone(d, startsInDST, expectedBoundary,
144 void findDaylightBoundaryUsingTimeZone(Date d, boolean startsInDST,
472 findDaylightBoundaryUsingTimeZone(tempcal.getTime(), true, AUSTRALIA_1997_END, z);
475 findDaylightBoundaryUsingTimeZone(tempcal.getTime(), false, AUSTRALIA_1997_BEG, z);
482 findDaylightBoundaryUsingTimeZone(tempcal.getTime(), false, PST_1997_BEG);
485 findDaylightBoundaryUsingTimeZone(tempcal.getTime(), true, PST_1997_END);
800 // findDaylightBoundaryUsingTimeZone(new Date(97,6,1), true);
    [all...]

Completed in 911 milliseconds