Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/intltest/
Dtztest.cpp202 UDate expMarchOne = 636251400000.0; in TestRuleAPI() local
203 if (marchOne != expMarchOne) in TestRuleAPI()
207 logln((UnicodeString)" Should be " + expMarchOne + in TestRuleAPI()
208 " = " + dateToString(expMarchOne)); in TestRuleAPI()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneTest.java592 long expMarchOne = 636251400000L; in TestRuleAPI() local
593 if (marchOne != expMarchOne) in TestRuleAPI()
597 logln(" Should be " + expMarchOne + in TestRuleAPI()
598 " = " + new Date(expMarchOne)); in TestRuleAPI()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/
DTimeZoneTest.java596 long expMarchOne = 636251400000L; in TestRuleAPI() local
597 if (marchOne != expMarchOne) in TestRuleAPI()
601 logln(" Should be " + expMarchOne + in TestRuleAPI()
602 " = " + new Date(expMarchOne)); in TestRuleAPI()