Searched refs:endHour (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
D | TimeZoneTest.java | 583 int endHour = (int)(3.5 * 3600000); in TestRuleAPI() local 586 zone.setEndRule (Calendar.JULY, 1, 0, endHour); in TestRuleAPI() 592 long julyOne = julyOneStd + endHour - 3600000; // Adjust from wall to Std time in TestRuleAPI()
|
/external/icu/icu4c/source/test/intltest/ |
D | tztest.cpp | 184 int32_t endHour = (int32_t)(3.5 * 3600000); in TestRuleAPI() local 187 zone->setEndRule (UCAL_JULY, 1, 0, endHour, status); in TestRuleAPI() 194 UDate julyOne = julyOneStd + endHour - 3600000; // Adjust from wall to Std time in TestRuleAPI()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/ |
D | TimeZoneTest.java | 587 int endHour = (int)(3.5 * 3600000); in TestRuleAPI() local 590 zone.setEndRule (Calendar.JULY, 1, 0, endHour); in TestRuleAPI() 596 long julyOne = julyOneStd + endHour - 3600000; // Adjust from wall to Std time in TestRuleAPI()
|