Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/crt/
Dcfgas_stringformatter.cpp527 static const uint8_t kMonthDay[] = {0, 3, 3, 6, 1, 4, 6, 2, 5, 0, 3, 5}; in GetWeekDay() local
530 nDays += kMonthDay[month - 1] + day; in GetWeekDay()