Searched refs:julyOne (Results 1 – 3 of 3) sorted by relevance
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/ |
D | TimeZoneTest.java | 596 long julyOne = julyOneStd + endHour - 3600000; // Adjust from wall to Std time in TestRuleAPI() local 608 if (julyOne != expJulyOne) in TestRuleAPI() 610 errln("FAIL: Expected start computed as " + julyOne + in TestRuleAPI() 611 " = " + new Date(julyOne)); in TestRuleAPI() 625 cal2.getTimeInMillis(), julyOne); in TestRuleAPI() 630 if (!zone.inDaylightTime(new Date(julyOne - 1000)) || in TestRuleAPI() 631 zone.inDaylightTime(new Date(julyOne))) in TestRuleAPI() 636 zone.inDaylightTime(new Date(julyOne - 1000))) in TestRuleAPI()
|
/external/icu/icu4c/source/test/intltest/ |
D | tztest.cpp | 194 UDate julyOne = julyOneStd + endHour - 3600000; // Adjust from wall to Std time in TestRuleAPI() local 206 if (julyOne != expJulyOne) in TestRuleAPI() 208 errln((UnicodeString)"FAIL: Expected start computed as " + julyOne + in TestRuleAPI() 209 " = " + dateToString(julyOne)); in TestRuleAPI() 215 testUsingBinarySearch(*zone, date(90, UCAL_JUNE, 1), date(90, UCAL_DECEMBER, 31), julyOne); in TestRuleAPI() 220 if (!zone->inDaylightTime(julyOne - 1000, status) || in TestRuleAPI() 221 zone->inDaylightTime(julyOne, status)) in TestRuleAPI() 226 zone->inDaylightTime(julyOne - 1000, status)) in TestRuleAPI()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
D | TimeZoneTest.java | 592 long julyOne = julyOneStd + endHour - 3600000; // Adjust from wall to Std time in TestRuleAPI() local 604 if (julyOne != expJulyOne) in TestRuleAPI() 606 errln("FAIL: Expected start computed as " + julyOne + in TestRuleAPI() 607 " = " + new Date(julyOne)); in TestRuleAPI() 621 cal2.getTimeInMillis(), julyOne); in TestRuleAPI() 626 if (!zone.inDaylightTime(new Date(julyOne - 1000)) || in TestRuleAPI() 627 zone.inDaylightTime(new Date(julyOne))) in TestRuleAPI() 632 zone.inDaylightTime(new Date(julyOne - 1000))) in TestRuleAPI()
|