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