Searched defs:gregShift (Results 1 – 2 of 2) sorted by relevance
427 int32_t gregShift = Grego::gregorianShift(eyear); in handleComputeFields() local509 int32_t gregShift = Grego::gregorianShift(internalGet(UCAL_EXTENDED_YEAR)); in handleComputeJulianDay() local557 int32_t gregShift = Grego::gregorianShift(eyear); in handleComputeMonthStart() local
290 int32_t gregShift = ClockMath::floorDivide(y, 400) - ClockMath::floorDivide(y, 100) + 2; in gregorianShift() local