Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/crt/
Dcfgas_stringformatter.cpp526 uint16_t GetWeekDay(uint16_t year, uint16_t month, uint16_t day) { in GetWeekDay() function
537 uint16_t week_day = GetWeekDay(year, month, 1); in GetWeekOfMonth()
552 uint16_t week_day = GetWeekDay(year, 1, 1); in GetWeekOfYear()
604 uint16_t wWeekDay = GetWeekDay(year, month, day); in DateFormat()
609 wsResult += pLocale->GetDayName(GetWeekDay(year, month, day), in DateFormat()