Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
DTimeZoneTest.java599 long julyOne = julyOneStd + endHour - 3600000; // Adjust from wall to Std time in TestRuleAPI() local
611 if (julyOne != expJulyOne) in TestRuleAPI()
613 errln("FAIL: Expected start computed as " + julyOne + in TestRuleAPI()
614 " = " + new Date(julyOne)); in TestRuleAPI()
628 cal2.getTimeInMillis(), julyOne); in TestRuleAPI()
633 if (!zone.inDaylightTime(new Date(julyOne - 1000)) || in TestRuleAPI()
634 zone.inDaylightTime(new Date(julyOne))) in TestRuleAPI()
639 zone.inDaylightTime(new Date(julyOne - 1000))) in TestRuleAPI()
/external/icu/icu4c/source/test/intltest/
Dtztest.cpp196 UDate julyOne = julyOneStd + endHour - 3600000; // Adjust from wall to Std time in TestRuleAPI() local
208 if (julyOne != expJulyOne) in TestRuleAPI()
210 errln((UnicodeString)"FAIL: Expected start computed as " + julyOne + in TestRuleAPI()
211 " = " + dateToString(julyOne)); in TestRuleAPI()
217 testUsingBinarySearch(*zone, date(90, UCAL_JUNE, 1), date(90, UCAL_DECEMBER, 31), julyOne); in TestRuleAPI()
222 if (!zone->inDaylightTime(julyOne - 1000, status) || in TestRuleAPI()
223 zone->inDaylightTime(julyOne, status)) in TestRuleAPI()
228 zone->inDaylightTime(julyOne - 1000, status)) in TestRuleAPI()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneTest.java598 long julyOne = julyOneStd + endHour - 3600000; // Adjust from wall to Std time in TestRuleAPI() local
610 if (julyOne != expJulyOne) in TestRuleAPI()
612 errln("FAIL: Expected start computed as " + julyOne + in TestRuleAPI()
613 " = " + new Date(julyOne)); in TestRuleAPI()
627 cal2.getTimeInMillis(), julyOne); in TestRuleAPI()
632 if (!zone.inDaylightTime(new Date(julyOne - 1000)) || in TestRuleAPI()
633 zone.inDaylightTime(new Date(julyOne))) in TestRuleAPI()
638 zone.inDaylightTime(new Date(julyOne - 1000))) in TestRuleAPI()