Searched refs:_gAfxIsLeapYear (Results 1 – 1 of 1) sorted by relevance
22 FX_BOOL _gAfxIsLeapYear(int16_t year) { in _gAfxIsLeapYear() function27 return (_gAfxIsLeapYear(year) == TRUE ? 366 : 365); in _gAfxGetYearDays()51 if (_gAfxIsLeapYear(year) == TRUE) in _gAfxGetMonthDays()