Home
last modified time | relevance | path

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

/external/pdfium/xfa/src/fgas/src/localization/
Dfx_datetime.cpp48 static int32_t FX_DaysBeforeMonthInYear(int32_t iYear, uint8_t iMonth) { in FX_DaysBeforeMonthInYear() function
62 int64_t iDays = FX_DaysBeforeMonthInYear(iYear, iMonth); in FX_DateToDays()
248 return FX_DaysBeforeMonthInYear(iYear, iMonth) + iDay; in GetDayOfYear()
414 return FX_DaysBeforeMonthInYear(m_DateTime.Date.sDate.year, in GetDayOfYear()