Searched refs:PERSIAN_EPOCH (Results 1 – 6 of 6) sorted by relevance
94 private static final int PERSIAN_EPOCH = 1948320; field in PersianCalendar375 int julianDay = PERSIAN_EPOCH - 1 + 365 * (eyear - 1) + floorDivide(8 * eyear + 21, 33); in handleComputeMonthStart()422 long daysSinceEpoch = julianDay - PERSIAN_EPOCH; in handleComputeFields()
96 private static final int PERSIAN_EPOCH = 1948320; field in PersianCalendar377 int julianDay = PERSIAN_EPOCH - 1 + 365 * (eyear - 1) + floorDivide(8 * eyear + 21, 33); in handleComputeMonthStart()424 long daysSinceEpoch = julianDay - PERSIAN_EPOCH; in handleComputeFields()
65 static const int32_t PERSIAN_EPOCH = 1948320; variable175 …int32_t julianDay = PERSIAN_EPOCH - 1 + 365 * (eyear - 1) + ClockMath::floorDivide(8 * eyear + 21,… in handleComputeMonthStart()215 int32_t daysSinceEpoch = julianDay - PERSIAN_EPOCH; in handleComputeFields()