Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
DTimeZoneTest.java610 long expJulyOne = 646793100000L; in TestRuleAPI() local
611 if (julyOne != expJulyOne) in TestRuleAPI()
615 logln(" Should be " + expJulyOne + in TestRuleAPI()
616 " = " + new Date(expJulyOne)); in TestRuleAPI()
/external/icu/icu4c/source/test/intltest/
Dtztest.cpp207 UDate expJulyOne = 646793100000.0; in TestRuleAPI() local
208 if (julyOne != expJulyOne) in TestRuleAPI()
212 logln((UnicodeString)" Should be " + expJulyOne + in TestRuleAPI()
213 " = " + dateToString(expJulyOne)); in TestRuleAPI()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneTest.java609 long expJulyOne = 646793100000L; in TestRuleAPI() local
610 if (julyOne != expJulyOne) in TestRuleAPI()
614 logln(" Should be " + expJulyOne + in TestRuleAPI()
615 " = " + new Date(expJulyOne)); in TestRuleAPI()