Searched defs:gregShift (Results 1 – 6 of 6) sorted by relevance
430 int32_t gregShift = Grego::gregorianShift(eyear); in handleComputeFields() local513 int32_t gregShift = Grego::gregorianShift(internalGet(UCAL_EXTENDED_YEAR)); in handleComputeJulianDay() local561 int32_t gregShift = Grego::gregorianShift(eyear); in handleComputeMonthStart() local
303 …int32_t gregShift = static_cast<int32_t>(ClockMath::floorDivide(y, (int64_t)400) - ClockMath::floo… in gregorianShift() local
429 int32_t gregShift = Grego::gregorianShift(eyear); in handleComputeFields() local518 int32_t gregShift = Grego::gregorianShift(internalGet(UCAL_EXTENDED_YEAR)); in handleComputeJulianDay() local574 int32_t gregShift = Grego::gregorianShift(eyear); in handleComputeMonthStart() local
322 …int64_t gregShift = ClockMath::floorDivideInt64(y, 400LL) - ClockMath::floorDivideInt64(y, 100LL) … in gregorianShift() local