Searched refs:wMonth (Results 1 - 24 of 24) sorted by relevance

/external/pdfium/fpdfsdk/
H A Dcfx_systemhandler.h20 wMonth(0),
29 uint16_t wMonth; member in struct:FX_SYSTEMTIME
H A Dcpdfsdk_datetime.cpp85 m_month = static_cast<uint8_t>(st.wMonth);
300 st.wMonth = static_cast<uint16_t>(pTime->tm_mon) + 1;
H A Dcpdfsdk_formfillenvironment.cpp281 fxtime.wMonth = systime.wMonth;
/external/icu/icu4c/source/i18n/
H A Dwintzimpl.cpp54 standardDate.wYear = standardDate.wMonth = standardDate.wDayOfWeek = standardDate.wDay =
56 daylightDate.wYear = daylightDate.wMonth = daylightDate.wDayOfWeek = daylightDate.wDay =
68 standardDate.wMonth = static_cast<WORD>(std->getRule()->getRuleMonth()) + 1;
89 daylightDate.wMonth = static_cast<WORD>(dst->getRule()->getRuleMonth()) + 1;
/external/pdfium/core/fxcrt/
H A Dcfx_datetime.cpp68 uint16_t wMonth; member in struct:__anon17781::FXUT_SYSTEMTIME
105 utLocal.wMonth = st.tm_mon + 1;
114 return CFX_DateTime(utLocal.wYear, static_cast<uint8_t>(utLocal.wMonth),
/external/curl/docs/examples/
H A Dsynctime.c163 SYSTime.wMonth = i + 1;
328 MthStr[LOCALTime.wMonth-1], LOCALTime.wYear,
342 MthStr[LOCALTime.wMonth-1], LOCALTime.wYear,
358 MthStr[LOCALTime.wMonth-1], LOCALTime.wYear,
/external/google-breakpad/src/client/windows/sender/
H A Dcrash_report_sender.cc123 return (system_time.wYear * 10000) + (system_time.wMonth * 100) +
/external/skia/src/core/
H A DSkTime.cpp37 dt->fMonth = SkToU8(st.wMonth);
/external/skqp/src/core/
H A DSkTime.cpp37 dt->fMonth = SkToU8(st.wMonth);
/external/pdfium/xfa/fxfa/parser/
H A Dcxfa_localevalue.cpp444 uint16_t wMonth = 0; local
467 wMonth = (pDate[nIndex] - '0') + wMonth * 10;
488 if (wMonth < 1 || wMonth > 12)
489 return wMonth == 0 && nLen == wCountY;
492 if (wMonth == 2) {
499 } else if (wDay > LastDay[wMonth - 1]) {
503 unDate->SetDate(wYear, static_cast<uint8_t>(wMonth),
/external/lzma/CPP/Windows/
H A DPropVariantConv.cpp33 UINT_TO_STR_2('-', st.wMonth);
/external/skia/tools/
H A Dwin_dbghelp.cpp119 stLocalTime.wYear, stLocalTime.wMonth, stLocalTime.wDay, \
/external/skqp/tools/
H A Dwin_dbghelp.cpp119 stLocalTime.wYear, stLocalTime.wMonth, stLocalTime.wDay, \
/external/webrtc/webrtc/base/
H A Dwin32.cc328 base_st.wMonth = 1;
352 base_st.wMonth = 1;
/external/v8/src/base/platform/
H A Dplatform-win32.cc125 tzinfo_.StandardDate.wMonth = 10;
129 tzinfo_.DaylightDate.wMonth = 3;
276 st.wMonth = mon;
392 if (cache->tzinfo_.StandardDate.wMonth != 0 ||
393 cache->tzinfo_.DaylightDate.wMonth != 0) {
/external/google-breakpad/src/client/windows/tests/crash_generation_app/
H A Dcrash_generation_app.cc147 current_time.wMonth,
/external/dng_sdk/source/
H A Ddng_date_time.cpp855 localST.wMonth = (WORD) dt.fMonth;
/external/pdfium/public/
H A Dfpdf_formfill.h335 unsigned short wMonth; /* months since January - [0,11] */ member in struct:_FPDF_SYSTEMTIME
/external/zlib/src/contrib/untgz/
H A Duntgz.c221 st.wMonth = (WORD)loctm->tm_mon + 1;
/external/libchrome/base/
H A Dlogging.cc815 << std::setw(2) << local_time.wMonth
/external/libcups/cups/
H A Dtls-sspi.c306 tm.tm_mon = systime.wMonth - 1;
360 tm.tm_mon = systime.wMonth - 1;
/external/fio/os/windows/
H A Dposix.c247 StringCchPrintfA(buf, 31, "%s %s %d %02d:%02d:%02d %04d\n", dayOfWeek[systime.wDayOfWeek % 7], monthOfYear[(systime.wMonth - 1) % 12],
/external/sqlite/dist/orig/
H A Dsqlite3.c[all...]
/external/sqlite/dist/
H A Dsqlite3.c[all...]

Completed in 1177 milliseconds