Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/crt/
Dcfgas_formatstring.cpp506 bool MonthHas30Days(uint32_t month) { in MonthHas30Days() function
511 return month != 2 && !MonthHas30Days(month); in MonthHas31Days()
519 return MonthHas30Days(month) ? 30 : 31; in GetSolarMonthDays()
752 (MonthHas30Days(month) && day > 30)) { in FX_DateFromCanonical()