Searched refs:endHour (Results 1 – 9 of 9) sorted by relevance
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | DayPeriodRules.java | 279 int endHour = getEndHourForDayPeriod(dayPeriod); in getMidPointForDayPeriod() local 281 double midPoint = (startHour + endHour) / 2.0; in getMidPointForDayPeriod() 283 if (startHour > endHour) { in getMidPointForDayPeriod()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | DayPeriodRules.java | 272 int endHour = getEndHourForDayPeriod(dayPeriod); in getMidPointForDayPeriod() local 274 double midPoint = (startHour + endHour) / 2.0; in getMidPointForDayPeriod() 276 if (startHour > endHour) { in getMidPointForDayPeriod()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | dayperiodrules.cpp | 395 int32_t endHour = getEndHourForDayPeriod(dayPeriod, errorCode); in getMidPointForDayPeriod() local 399 double midPoint = (startHour + endHour) / 2.0; in getMidPointForDayPeriod() 401 if (startHour > endHour) { in getMidPointForDayPeriod()
|
/third_party/icu/icu4c/source/i18n/ |
D | dayperiodrules.cpp | 395 int32_t endHour = getEndHourForDayPeriod(dayPeriod, errorCode); in getMidPointForDayPeriod() local 399 double midPoint = (startHour + endHour) / 2.0; in getMidPointForDayPeriod() 401 if (startHour > endHour) { in getMidPointForDayPeriod()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | dayperiodrules.cpp | 395 int32_t endHour = getEndHourForDayPeriod(dayPeriod, errorCode); in getMidPointForDayPeriod() local 399 double midPoint = (startHour + endHour) / 2.0; in getMidPointForDayPeriod() 401 if (startHour > endHour) { in getMidPointForDayPeriod()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | dayperiodrules.cpp | 395 int32_t endHour = getEndHourForDayPeriod(dayPeriod, errorCode); in getMidPointForDayPeriod() local 399 double midPoint = (startHour + endHour) / 2.0; in getMidPointForDayPeriod() 401 if (startHour > endHour) { in getMidPointForDayPeriod()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | tztest.cpp | 190 int32_t endHour = (int32_t)(3.5 * 3600000); in TestRuleAPI() local 193 zone->setEndRule (UCAL_JULY, 1, 0, endHour, status); in TestRuleAPI() 200 UDate julyOne = julyOneStd + endHour - 3600000; // Adjust from wall to Std time in TestRuleAPI()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
D | TimeZoneTest.java | 581 int endHour = (int)(3.5 * 3600000); in TestRuleAPI() local 584 zone.setEndRule (Calendar.JULY, 1, 0, endHour); in TestRuleAPI() 590 long julyOne = julyOneStd + endHour - 3600000; // Adjust from wall to Std time in TestRuleAPI()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/ |
D | TimeZoneTest.java | 585 int endHour = (int)(3.5 * 3600000); in TestRuleAPI() local 588 zone.setEndRule (Calendar.JULY, 1, 0, endHour); in TestRuleAPI() 594 long julyOne = julyOneStd + endHour - 3600000; // Adjust from wall to Std time in TestRuleAPI()
|