Searched refs:julyOne (Results 1 – 3 of 3) sorted by relevance
/third_party/icu/icu4c/source/test/intltest/ |
D | tztest.cpp | 200 UDate julyOne = julyOneStd + endHour - 3600000; // Adjust from wall to Std time in TestRuleAPI() local 212 if (julyOne != expJulyOne) in TestRuleAPI() 214 errln((UnicodeString)"FAIL: Expected start computed as " + julyOne + in TestRuleAPI() 215 " = " + dateToString(julyOne)); in TestRuleAPI() 221 testUsingBinarySearch(*zone, date(90, UCAL_JUNE, 1), date(90, UCAL_DECEMBER, 31), julyOne); in TestRuleAPI() 226 if (!zone->inDaylightTime(julyOne - 1000, status) || in TestRuleAPI() 227 zone->inDaylightTime(julyOne, status)) in TestRuleAPI() 232 zone->inDaylightTime(julyOne - 1000, status)) in TestRuleAPI()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
D | TimeZoneTest.java | 590 long julyOne = julyOneStd + endHour - 3600000; // Adjust from wall to Std time in TestRuleAPI() local 602 if (julyOne != expJulyOne) in TestRuleAPI() 604 errln("FAIL: Expected start computed as " + julyOne + in TestRuleAPI() 605 " = " + new Date(julyOne)); in TestRuleAPI() 619 cal2.getTimeInMillis(), julyOne); in TestRuleAPI() 624 if (!zone.inDaylightTime(new Date(julyOne - 1000)) || in TestRuleAPI() 625 zone.inDaylightTime(new Date(julyOne))) in TestRuleAPI() 630 zone.inDaylightTime(new Date(julyOne - 1000))) in TestRuleAPI()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/ |
D | TimeZoneTest.java | 594 long julyOne = julyOneStd + endHour - 3600000; // Adjust from wall to Std time in TestRuleAPI() local 606 if (julyOne != expJulyOne) in TestRuleAPI() 608 errln("FAIL: Expected start computed as " + julyOne + in TestRuleAPI() 609 " = " + new Date(julyOne)); in TestRuleAPI() 623 cal2.getTimeInMillis(), julyOne); in TestRuleAPI() 628 if (!zone.inDaylightTime(new Date(julyOne - 1000)) || in TestRuleAPI() 629 zone.inDaylightTime(new Date(julyOne))) in TestRuleAPI() 634 zone.inDaylightTime(new Date(julyOne - 1000))) in TestRuleAPI()
|