HomeSort by relevance Sort by last modified time
    Searched defs:wDay (Results 1 - 11 of 11) 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...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tnef.h 95 WORD wDay;
wtypesbase.h 134 WORD wDay;
minwinbase.h 53 WORD wDay;
regstr.h     [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 

Completed in 248 milliseconds