Searched refs:expZoneOffset (Results 1 – 2 of 2) sorted by relevance
191 …* time_zone, UBool expUseDaylightTime, UBool expInDaylightTime, UDate expZoneOffset, UDate expDSTO… in verifyDST() argument206 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()
56 …* time_zone, UBool expUseDaylightTime, UBool expInDaylightTime, UDate expZoneOffset, UDate expDSTO…