Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/src/localization/
Dfx_datetime.cpp33 FX_BOOL FX_IsLeapYear(int32_t iYear) { in FX_IsLeapYear() function
39 return FX_IsLeapYear(iYear) ? g_FXDaysPerLeapYear : g_FXDaysPerYear; in FX_DaysInYear()
45 FX_IsLeapYear(iYear) ? g_FXDaysPerLeapMonth : g_FXDaysPerMonth; in FX_DaysInMonth()
52 FX_IsLeapYear(iYear) ? g_FXDaysBeforeLeapMonth : g_FXDaysBeforeMonth; in FX_DaysBeforeMonthInYear()
Dfx_locale.cpp4026 return FX_IsLeapYear(year) ? 29 : 28; in FX_GetSolarMonthDays()
4035 if (FX_IsLeapYear(year) && month > 2) { in FX_GetWeekDay()
/external/pdfium/xfa/src/fgas/include/
Dfx_datetime.h21 FX_BOOL FX_IsLeapYear(int32_t iYear);