Home
last modified time | relevance | path

Searched refs:g_FXDaysBeforeLeapMonth (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/xfa/fgas/localization/
Dfgas_datetime.cpp22 const int32_t g_FXDaysBeforeLeapMonth[12] = {0, 31, 60, 91, 121, 152, variable
52 FX_IsLeapYear(iYear) ? g_FXDaysBeforeLeapMonth : g_FXDaysBeforeMonth; in FX_DaysBeforeMonthInYear()