HomeSort by relevance Sort by last modified time
    Searched refs:wMonth (Results 1 - 25 of 34) sorted by null

1 2

  /external/pdfium/fpdfsdk/
cfx_systemhandler.h 20 wMonth(0),
29 uint16_t wMonth;
cpdfsdk_datetime.cpp 85 m_month = static_cast<uint8_t>(st.wMonth);
300 st.wMonth = static_cast<uint16_t>(pTime->tm_mon) + 1;
cpdfsdk_formfillenvironment.cpp 281 fxtime.wMonth = systime.wMonth;
  /external/icu/icu4c/source/i18n/
wintzimpl.cpp 54 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;
  /device/linaro/bootloader/edk2/Nt32Pkg/RealTimeClockRuntimeDxe/
RealTimeClock.c 96 Time->Month = (UINT8) SystemTime.wMonth;
111 if (TimeZone.StandardDate.wMonth) {
112 Time->Daylight = (UINT8) TimeZone.StandardDate.wMonth;
163 TimeZone.StandardDate.wMonth = Time->Daylight;
171 SystemTime.wMonth = Time->Month;
  /external/pdfium/core/fxcrt/
cfx_datetime.cpp 68 uint16_t wMonth;
105 utLocal.wMonth = st.tm_mon + 1;
114 return CFX_DateTime(utLocal.wYear, static_cast<uint8_t>(utLocal.wMonth),
  /external/curl/docs/examples/
synctime.c 163 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/
crash_report_sender.cc 123 return (system_time.wYear * 10000) + (system_time.wMonth * 100) +
  /external/skia/src/core/
SkTime.cpp 37 dt->fMonth = SkToU8(st.wMonth);
  /external/skqp/src/core/
SkTime.cpp 37 dt->fMonth = SkToU8(st.wMonth);
  /external/lzma/CPP/Windows/
PropVariantConv.cpp 33 UINT_TO_STR_2('-', st.wMonth);
  /external/pdfium/xfa/fxfa/parser/
cxfa_localevalue.cpp 444 uint16_t wMonth = 0;
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/skia/tools/
win_dbghelp.cpp 119 stLocalTime.wYear, stLocalTime.wMonth, stLocalTime.wDay, \
  /external/skqp/tools/
win_dbghelp.cpp 119 stLocalTime.wYear, stLocalTime.wMonth, stLocalTime.wDay, \
  /external/webrtc/webrtc/base/
win32.cc 328 base_st.wMonth = 1;
352 base_st.wMonth = 1;
  /external/v8/src/base/platform/
platform-win32.cc 125 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) {
    [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtSimpleFileSystemDxe/
WinNtSimpleFileSystem.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
minwinbase.h 51 WORD wMonth;
wtypesbase.h 132 WORD wMonth;
tnef.h 94 WORD wMonth;
  /external/google-breakpad/src/client/windows/tests/crash_generation_app/
crash_generation_app.cc 147 current_time.wMonth,
  /external/dng_sdk/source/
dng_date_time.cpp 855 localST.wMonth = (WORD) dt.fMonth;
  /external/pdfium/public/
fpdf_formfill.h 335 unsigned short wMonth; /* months since January - [0,11] */
    [all...]
  /external/zlib/src/contrib/untgz/
untgz.c 221 st.wMonth = (WORD)loctm->tm_mon + 1;
  /toolchain/binutils/binutils-2.27/zlib/contrib/untgz/
untgz.c 221 st.wMonth = (WORD)loctm->tm_mon + 1;

Completed in 741 milliseconds

1 2