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