Searched refs:MONTH_LENGTH (Results 1 – 5 of 5) sorted by relevance
251 static const int8_t MONTH_LENGTH[24]; variable265 return MONTH_LENGTH[month + (isLeapYear(year) ? 12 : 0)]; in monthLength()
72 static const int8_t MONTH_LENGTH[][3] = { variable515 return MONTH_LENGTH[month][yearType(extendedYear)]; in handleGetMonthLength()519 return MONTH_LENGTH[month][0]; in handleGetMonthLength()
81 const int8_t Grego::MONTH_LENGTH[24] = member in Grego
91 static const int32_t MONTH_LENGTH[]; variable
61 const int32_t TimeZoneBoundaryTest::MONTH_LENGTH[] = { member in TimeZoneBoundaryTest