Searched refs:_gAfxIsLeapYear (Results 1 – 1 of 1) sorted by relevance
20 FX_BOOL _gAfxIsLeapYear(FX_SHORT year) in _gAfxIsLeapYear() function27 return (_gAfxIsLeapYear(year) == TRUE ? 366 : 365); in _gAfxGetYearDays()53 if (_gAfxIsLeapYear(year) == TRUE) in _gAfxGetMonthDays()