Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneTest.java603 long expJulyOne = 646793100000L; in TestRuleAPI() local
604 if (julyOne != expJulyOne) in TestRuleAPI()
608 logln(" Should be " + expJulyOne + in TestRuleAPI()
609 " = " + new Date(expJulyOne)); in TestRuleAPI()
/external/icu/icu4c/source/test/intltest/
Dtztest.cpp205 UDate expJulyOne = 646793100000.0; in TestRuleAPI() local
206 if (julyOne != expJulyOne) in TestRuleAPI()
210 logln((UnicodeString)" Should be " + expJulyOne + in TestRuleAPI()
211 " = " + dateToString(expJulyOne)); in TestRuleAPI()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
DTimeZoneTest.java607 long expJulyOne = 646793100000L; in TestRuleAPI() local
608 if (julyOne != expJulyOne) in TestRuleAPI()
612 logln(" Should be " + expJulyOne + in TestRuleAPI()
613 " = " + new Date(expJulyOne)); in TestRuleAPI()