Home
last modified time | relevance | path

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

/external/pdfium/core/fxcrt/
Dcfx_datetime.cpp22 const int32_t g_FXDaysBeforeMonth[12] = {0, 31, 59, 90, 120, 151, variable
34 FX_IsLeapYear(iYear) ? g_FXDaysBeforeLeapMonth : g_FXDaysBeforeMonth; in DaysBeforeMonthInYear()