Searched refs:g_FXDaysBeforeLeapMonth (Results 1 – 1 of 1) sorted by relevance
24 const int32_t g_FXDaysBeforeLeapMonth[12] = {0, 31, 60, 91, 121, 152, variable34 FX_IsLeapYear(iYear) ? g_FXDaysBeforeLeapMonth : g_FXDaysBeforeMonth; in DaysBeforeMonthInYear()