Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dtztest.cpp210 UDate expJulyOne = 646793100000.0; in TestRuleAPI() local
211 if (julyOne != expJulyOne) in TestRuleAPI()
215 logln((UnicodeString)" Should be " + expJulyOne + in TestRuleAPI()
216 " = " + dateToString(expJulyOne)); in TestRuleAPI()
/external/icu/android_icu4j/src/main/tests/android/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/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneTest.java600 long expJulyOne = 646793100000L; in TestRuleAPI() local
601 if (julyOne != expJulyOne) in TestRuleAPI()
605 logln(" Should be " + expJulyOne + in TestRuleAPI()
606 " = " + new Date(expJulyOne)); in TestRuleAPI()