Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/localization/
Dfgas_datetime.cpp20 const int32_t g_FXDaysBeforeMonth[12] = {0, 31, 59, 90, 120, 151, variable
52 FX_IsLeapYear(iYear) ? g_FXDaysBeforeLeapMonth : g_FXDaysBeforeMonth; in FX_DaysBeforeMonthInYear()