Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/localization/
Dfgas_datetime.cpp16 const uint8_t g_FXDaysPerMonth[12] = {31, 28, 31, 30, 31, 30, variable
45 FX_IsLeapYear(iYear) ? g_FXDaysPerLeapMonth : g_FXDaysPerMonth; in FX_DaysInMonth()