Searched refs:MonthHas30Days (Results 1 – 1 of 1) sorted by relevance
506 bool MonthHas30Days(uint32_t month) { in MonthHas30Days() function511 return month != 2 && !MonthHas30Days(month); in MonthHas31Days()519 return MonthHas30Days(month) ? 30 : 31; in GetSolarMonthDays()752 (MonthHas30Days(month) && day > 30)) { in FX_DateFromCanonical()