HomeSort by relevance Sort by last modified time
    Searched refs:endHour (Results 1 - 10 of 10) sorted by null

  /device/google/marlin/telephony/ims/src/org/codeaurora/ims/internal/
IQtiImsExtListener.aidl 50 * @param endHour indicates ending hour
60 void onGetCallForwardUncondTimer(int startHour, int endHour, int startMinute,
IQtiImsExt.aidl 44 * @param endHour indicates ending hour
59 void setCallForwardUncondTimer(int startHour, int startMinute, int endHour, int endMinute,
  /device/google/marlin/telephony/ims/src/org/codeaurora/ims/
QtiImsExtListenerBaseImpl.java 44 public void onGetCallForwardUncondTimer(int startHour, int endHour, int startMinute,
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
DayPeriodRules.java 279 int endHour = getEndHourForDayPeriod(dayPeriod);
281 double midPoint = (startHour + endHour) / 2.0;
283 if (startHour > endHour) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DayPeriodRules.java 272 int endHour = getEndHourForDayPeriod(dayPeriod);
274 double midPoint = (startHour + endHour) / 2.0;
276 if (startHour > endHour) {
  /external/icu/icu4c/source/i18n/
dayperiodrules.cpp 395 int32_t endHour = getEndHourForDayPeriod(dayPeriod, errorCode);
396 // Can't obtain startHour or endHour; bail out.
399 double midPoint = (startHour + endHour) / 2.0;
401 if (startHour > endHour) {
  /external/icu/icu4c/source/test/intltest/
tztest.cpp 189 int32_t endHour = (int32_t)(3.5 * 3600000);
192 zone->setEndRule (UCAL_JULY, 1, 0, endHour, status);
199 UDate julyOne = julyOneStd + endHour - 3600000; // Adjust from wall to Std time
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneTest.java 583 int endHour = (int)(3.5 * 3600000);
586 zone.setEndRule (Calendar.JULY, 1, 0, endHour);
592 long julyOne = julyOneStd + endHour - 3600000; // Adjust from wall to Std time
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneTest.java 580 int endHour = (int)(3.5 * 3600000);
583 zone.setEndRule (Calendar.JULY, 1, 0, endHour);
589 long julyOne = julyOneStd + endHour - 3600000; // Adjust from wall to Std time
    [all...]
  /external/cldr/tools/java/libs/
icu4j.jar 

Completed in 550 milliseconds