Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtzbdtest.h56 …fyDST(UDate d, TimeZone* time_zone, UBool expUseDaylightTime, UBool expInDaylightTime, UDate expZo…
Dtzbdtest.cpp191 …fyDST(UDate d, TimeZone* time_zone, UBool expUseDaylightTime, UBool expInDaylightTime, UDate expZo… in verifyDST() argument
196 if (time_zone->inDaylightTime(d, status) == expInDaylightTime) in verifyDST()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
DTimeZoneBoundaryTest.java246 boolean expUseDaylightTime, boolean expInDaylightTime, in verifyDST() argument
255 if (time_zone.inDaylightTime(d) == expInDaylightTime) in verifyDST()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneBoundaryTest.java243 boolean expUseDaylightTime, boolean expInDaylightTime, in verifyDST() argument
252 if (time_zone.inDaylightTime(d) == expInDaylightTime) in verifyDST()