Home
last modified time | relevance | path

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

/external/icu4c/test/intltest/
Dtzbdtest.h54 …_zone, UBool expUseDaylightTime, UBool expInDaylightTime, UDate expZoneOffset, UDate expDSTOffset);
Dtzbdtest.cpp189 …e_zone, UBool expUseDaylightTime, UBool expInDaylightTime, UDate expZoneOffset, UDate expDSTOffset) in verifyDST() argument
218 if (offset == expDSTOffset) logln(UnicodeString("PASS: getOffset() = ") + (offset / ONE_HOUR)); in verifyDST()
219 …eString("FAIL: getOffset() = ") + (offset / ONE_HOUR) + "; expected " + (expDSTOffset / ONE_HOUR)); in verifyDST()