Searched refs:month_day (Results 1 – 1 of 1) sorted by relevance
/external/pdfium/xfa/fgas/crt/ |
D | cfgas_formatstring.cpp | 523 static const uint16_t month_day[] = {0, 3, 3, 6, 1, 4, 6, 2, 5, 0, 3, 5}; in GetWeekDay() local 526 nDays += month_day[month - 1] + day; in GetWeekDay()
|