HomeSort by relevance Sort by last modified time
    Searched defs:wDay (Results 1 - 4 of 4) sorted by null

  /external/pdfium/fpdfsdk/
cfx_systemhandler.h 22 wDay(0),
31 uint16_t wDay;
  /external/pdfium/core/fxcrt/
cfx_datetime.cpp 70 uint16_t wDay;
107 utLocal.wDay = st.tm_mday;
115 static_cast<uint8_t>(utLocal.wDay),
  /external/pdfium/xfa/fxfa/parser/
cxfa_localevalue.cpp 445 uint16_t wDay = 0;
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));
  /external/pdfium/public/
fpdf_formfill.h 337 unsigned short wDay; /* day of the month - [1,31] */
    [all...]

Completed in 3490 milliseconds