Home
last modified time | relevance | path

Searched refs:julyOne (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Dtztest.cpp199 UDate julyOne = julyOneStd + endHour - 3600000; // Adjust from wall to Std time in TestRuleAPI() local
211 if (julyOne != expJulyOne) in TestRuleAPI()
213 errln((UnicodeString)"FAIL: Expected start computed as " + julyOne + in TestRuleAPI()
214 " = " + dateToString(julyOne)); in TestRuleAPI()
220 testUsingBinarySearch(*zone, date(90, UCAL_JUNE, 1), date(90, UCAL_DECEMBER, 31), julyOne); in TestRuleAPI()
225 if (!zone->inDaylightTime(julyOne - 1000, status) || in TestRuleAPI()
226 zone->inDaylightTime(julyOne, status)) in TestRuleAPI()
231 zone->inDaylightTime(julyOne - 1000, status)) in TestRuleAPI()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
DTimeZoneTest.java592 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()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneTest.java589 long julyOne = julyOneStd + endHour - 3600000; // Adjust from wall to Std time in TestRuleAPI() local
601 if (julyOne != expJulyOne) in TestRuleAPI()
603 errln("FAIL: Expected start computed as " + julyOne + in TestRuleAPI()
604 " = " + new Date(julyOne)); in TestRuleAPI()
618 cal2.getTimeInMillis(), julyOne); in TestRuleAPI()
623 if (!zone.inDaylightTime(new Date(julyOne - 1000)) || in TestRuleAPI()
624 zone.inDaylightTime(new Date(julyOne))) in TestRuleAPI()
629 zone.inDaylightTime(new Date(julyOne - 1000))) in TestRuleAPI()