Home
last modified time | relevance | path

Searched refs:DAYS_BEFORE (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/i18n/
Dgregoimp.cpp77 const int16_t Grego::DAYS_BEFORE[24] = member in Grego
91 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()
Dgregoimp.h249 static const int16_t DAYS_BEFORE[24];