Home
last modified time | relevance | path

Searched refs:endHour (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DDayPeriodRules.java272 int endHour = getEndHourForDayPeriod(dayPeriod); in getMidPointForDayPeriod() local
274 double midPoint = (startHour + endHour) / 2.0; in getMidPointForDayPeriod()
276 if (startHour > endHour) { in getMidPointForDayPeriod()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DDayPeriodRules.java279 int endHour = getEndHourForDayPeriod(dayPeriod); in getMidPointForDayPeriod() local
281 double midPoint = (startHour + endHour) / 2.0; in getMidPointForDayPeriod()
283 if (startHour > endHour) { in getMidPointForDayPeriod()
/external/icu/icu4c/source/i18n/
Ddayperiodrules.cpp395 int32_t endHour = getEndHourForDayPeriod(dayPeriod, errorCode); in getMidPointForDayPeriod() local
399 double midPoint = (startHour + endHour) / 2.0; in getMidPointForDayPeriod()
401 if (startHour > endHour) { in getMidPointForDayPeriod()
/external/icu/icu4c/source/test/intltest/
Dtztest.cpp189 int32_t endHour = (int32_t)(3.5 * 3600000); in TestRuleAPI() local
192 zone->setEndRule (UCAL_JULY, 1, 0, endHour, status); in TestRuleAPI()
199 UDate julyOne = julyOneStd + endHour - 3600000; // Adjust from wall to Std time in TestRuleAPI()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneTest.java580 int endHour = (int)(3.5 * 3600000); in TestRuleAPI() local
583 zone.setEndRule (Calendar.JULY, 1, 0, endHour); in TestRuleAPI()
589 long julyOne = julyOneStd + endHour - 3600000; // Adjust from wall to Std time in TestRuleAPI()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
DTimeZoneTest.java583 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()