Searched refs:DAY_PARTS (Results 1 – 3 of 3) sorted by relevance
572 private static final long DAY_PARTS = 24*HOUR_PARTS; field in HebrewCalendar579 static private final long MONTH_PARTS = MONTH_DAYS*DAY_PARTS + MONTH_FRACT;614 day = months * 29 + (frac / DAY_PARTS); // Whole # part of calculation in startOfYear()615 frac = frac % DAY_PARTS; // Time of day in startOfYear()796 long m = (d * DAY_PARTS) / MONTH_PARTS; // Months (approx) in handleComputeFields()
548 private static final long DAY_PARTS = 24*HOUR_PARTS; field in HebrewCalendar555 static private final long MONTH_PARTS = MONTH_DAYS*DAY_PARTS + MONTH_FRACT;590 day = months * 29 + (frac / DAY_PARTS); // Whole # part of calculation in startOfYear()591 frac = frac % DAY_PARTS; // Time of day in startOfYear()770 long m = (d * DAY_PARTS) / MONTH_PARTS; // Months (approx) in handleComputeFields()
356 static const int32_t DAY_PARTS = 24*HOUR_PARTS; variable363 static const int32_t MONTH_PARTS = MONTH_DAYS*DAY_PARTS + MONTH_FRACT;399 day = months * 29 + (int32_t)(frac / DAY_PARTS); // Whole # part of calculation in startOfYear()400 frac = frac % DAY_PARTS; // Time of day in startOfYear()569 double m = ((d * (double)DAY_PARTS)/ (double) MONTH_PARTS); // Months (approx) in handleComputeFields()