Searched refs:g_FXDaysBeforeMonth (Results 1 – 1 of 1) sorted by relevance
12 const int32_t g_FXDaysBeforeMonth[12] = {0, 31, 59, 90, 120, 151, variable52 FX_IsLeapYear(iYear) ? g_FXDaysBeforeLeapMonth : g_FXDaysBeforeMonth; in FX_DaysBeforeMonthInYear()