Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dcfx_datetime.cpp20 const uint8_t g_FXDaysPerLeapMonth[12] = {31, 29, 31, 30, 31, 30, variable
84 FX_IsLeapYear(iYear) ? g_FXDaysPerLeapMonth : g_FXDaysPerMonth; in FX_DaysInMonth()