Searched refs:expInDaylightTime (Results 1 - 4 of 4) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Dtzbdtest.h56 virtual void verifyDST(UDate d, TimeZone* time_zone, UBool expUseDaylightTime, UBool expInDaylightTime, UDate expZoneOffset, UDate expDSTOffset);
H A Dtzbdtest.cpp191 TimeZoneBoundaryTest::verifyDST(UDate d, TimeZone* time_zone, UBool expUseDaylightTime, UBool expInDaylightTime, UDate expZoneOffset, UDate expDSTOffset) argument
196 if (time_zone->inDaylightTime(d, status) == expInDaylightTime)
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
H A DTimeZoneBoundaryTest.java246 boolean expUseDaylightTime, boolean expInDaylightTime,
255 if (time_zone.inDaylightTime(d) == expInDaylightTime)
245 verifyDST(String tag, Calendar cal, TimeZone time_zone, boolean expUseDaylightTime, boolean expInDaylightTime, int expRawOffset, int expOffset) argument
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
H A DTimeZoneBoundaryTest.java243 boolean expUseDaylightTime, boolean expInDaylightTime,
252 if (time_zone.inDaylightTime(d) == expInDaylightTime)
242 verifyDST(String tag, Calendar cal, TimeZone time_zone, boolean expUseDaylightTime, boolean expInDaylightTime, int expRawOffset, int expOffset) argument

Completed in 171 milliseconds