Searched defs:wDay (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/fpdfsdk/
H A Dcfx_systemhandler.h22 wDay(0),
31 uint16_t wDay; member in struct:FX_SYSTEMTIME
/external/pdfium/core/fxcrt/
H A Dcfx_datetime.cpp70 uint16_t wDay; member in struct:__anon17781::FXUT_SYSTEMTIME
107 utLocal.wDay = st.tm_mday;
115 static_cast<uint8_t>(utLocal.wDay),
/external/pdfium/public/
H A Dfpdf_formfill.h337 unsigned short wDay; /* day of the month - [1,31] */ member in struct:_FPDF_SYSTEMTIME
/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_localevalue.cpp445 uint16_t wDay = 0; local
481 wDay = (pDate[nIndex] - '0') + wDay * 10;
490 if (wDay < 1)
491 return wDay == 0 && (nLen == wCountY + wCountM);
494 if (wDay > 29)
496 } else if (wDay > 28) {
499 } else if (wDay > LastDay[wMonth - 1]) {
504 static_cast<uint8_t>(wDay));

Completed in 540 milliseconds