Home
last modified time | relevance | path

Searched refs:expZoneOffset (Results 1 – 2 of 2) sorted by relevance

/third_party/icu/icu4c/source/test/intltest/
Dtzbdtest.cpp191 …* time_zone, UBool expUseDaylightTime, UBool expInDaylightTime, UDate expZoneOffset, UDate expDSTO… in verifyDST() argument
206 if (time_zone->getRawOffset() == expZoneOffset) in verifyDST()
207 logln(UnicodeString("PASS: getRawOffset() = ") + (expZoneOffset / ONE_HOUR)); in verifyDST()
209 …set() = ") + (time_zone->getRawOffset() / ONE_HOUR) + "; expected " + (expZoneOffset / ONE_HOUR)); in verifyDST()
Dtzbdtest.h56 …* time_zone, UBool expUseDaylightTime, UBool expInDaylightTime, UDate expZoneOffset, UDate expDSTO…