Searched refs:DAY_PARTS (Results 1 – 3 of 3) sorted by relevance
570 private static final long DAY_PARTS = 24*HOUR_PARTS; field in HebrewCalendar577 static private final long MONTH_PARTS = MONTH_DAYS*DAY_PARTS + MONTH_FRACT;612 day = months * 29 + (frac / DAY_PARTS); // Whole # part of calculation in startOfYear()613 frac = frac % DAY_PARTS; // Time of day in startOfYear()794 long m = (d * DAY_PARTS) / MONTH_PARTS; // Months (approx) in handleComputeFields()
546 private static final long DAY_PARTS = 24*HOUR_PARTS; field in HebrewCalendar553 static private final long MONTH_PARTS = MONTH_DAYS*DAY_PARTS + MONTH_FRACT;588 day = months * 29 + (frac / DAY_PARTS); // Whole # part of calculation in startOfYear()589 frac = frac % DAY_PARTS; // Time of day in startOfYear()768 long m = (d * DAY_PARTS) / MONTH_PARTS; // Months (approx) in handleComputeFields()
353 static const int32_t DAY_PARTS = 24*HOUR_PARTS; variable360 static const int32_t MONTH_PARTS = MONTH_DAYS*DAY_PARTS + MONTH_FRACT;396 day = months * 29 + (int32_t)(frac / DAY_PARTS); // Whole # part of calculation in startOfYear()397 frac = frac % DAY_PARTS; // Time of day in startOfYear()566 double m = ((d * (double)DAY_PARTS)/ (double) MONTH_PARTS); // Months (approx) in handleComputeFields()