Searched refs:DAYS_BEFORE (Results 1 – 2 of 2) sorted by relevance
77 const int16_t Grego::DAYS_BEFORE[24] = member in Grego91 DAYS_BEFORE[month + (isLeapYear(year) ? 12 : 0)] + dom; // => month/dom in fieldsToDay()130 dom = doy - DAYS_BEFORE[month + (isLeap ? 12 : 0)] + 1; // one-based DOM in dayToFields()
249 static const int16_t DAYS_BEFORE[24];