Home
last modified time | relevance | path

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

/external/pdfium/xfa/fgas/localization/
Dfgas_locale.cpp3670 static uint16_t FX_GetWeekDay(uint16_t year, uint16_t month, uint16_t day) { in FX_GetWeekDay() function
3681 uint16_t week_day = FX_GetWeekDay(year, month, 1); in FX_GetWeekOfMonth()
3696 uint16_t week_day = FX_GetWeekDay(year, 1, 1); in FX_GetWeekOfYear()
3776 uint16_t wWeekDay = FX_GetWeekDay(year, month, day); in FX_DateFormat()
3781 uint16_t wWeekDay = FX_GetWeekDay(year, month, day); in FX_DateFormat()
3786 uint16_t wWeekDay = FX_GetWeekDay(year, month, day); in FX_DateFormat()
3793 uint16_t wWeekDay = FX_GetWeekDay(year, month, day); in FX_DateFormat()