Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/impl/
DDayPeriodRules.java276 int endHour = getEndHourForDayPeriod(dayPeriod); in getMidPointForDayPeriod() local
278 double midPoint = (startHour + endHour) / 2.0; in getMidPointForDayPeriod()
280 if (startHour > endHour) { in getMidPointForDayPeriod()
/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/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/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
DTimeZoneTest.java590 int endHour = (int)(3.5 * 3600000); in TestRuleAPI() local
593 zone.setEndRule (Calendar.JULY, 1, 0, endHour); in TestRuleAPI()
599 long julyOne = julyOneStd + endHour - 3600000; // Adjust from wall to Std time in TestRuleAPI()
/external/icu/icu4c/source/test/intltest/
Dtztest.cpp186 int32_t endHour = (int32_t)(3.5 * 3600000); in TestRuleAPI() local
189 zone->setEndRule (UCAL_JULY, 1, 0, endHour, status); in TestRuleAPI()
196 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.java589 int endHour = (int)(3.5 * 3600000); in TestRuleAPI() local
592 zone.setEndRule (Calendar.JULY, 1, 0, endHour); in TestRuleAPI()
598 long julyOne = julyOneStd + endHour - 3600000; // Adjust from wall to Std time in TestRuleAPI()