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

1 2

  /external/pdfium/fpdfsdk/
cfx_systemhandler.h 18 wMonth(0),
27 uint16_t wMonth;
cpdfsdk_datetime.cpp 85 m_month = static_cast<uint8_t>(st.wMonth);
305 st.wMonth = static_cast<uint16_t>(pTime->tm_mon) + 1;
cpdfsdk_formfillenvironment.cpp 280 fxtime.wMonth = systime.wMonth;
  /external/icu/icu4c/source/i18n/
wintzimpl.cpp 52 standardDate.wYear = standardDate.wMonth = standardDate.wDayOfWeek = standardDate.wDay =
54 daylightDate.wYear = daylightDate.wMonth = daylightDate.wDayOfWeek = daylightDate.wDay =
66 standardDate.wMonth = std->getRule()->getRuleMonth() + 1;
87 daylightDate.wMonth = 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/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/lzma/CPP/Windows/
PropVariantConv.cpp 33 UINT_TO_STR_2('-', st.wMonth);
  /external/pdfium/xfa/fxfa/parser/
xfa_localevalue.cpp 606 uint16_t wMonth = 0;
628 wMonth = (pDate[nIndex] - '0') + wMonth * 10;
651 if (wMonth < 1 || wMonth > 12) {
652 if (wMonth == 0 && nLen == wCountY) {
663 if (wMonth == 2) {
673 } else if (wDay > LastDay[wMonth - 1]) {
677 ut.Set(wYear, static_cast<uint8_t>(wMonth), static_cast<uint8_t>(wDay));
  /external/pdfium/xfa/fgas/localization/
fgas_datetime.cpp 128 uint16_t wMonth;
153 utLocal.wMonth = st.tm_mon + 1;
161 Set(utLocal.wYear, (uint8_t)utLocal.wMonth, (uint8_t)utLocal.wDay,
181 utLocal.wMonth = st.tm_mon + 1;
189 Set(utLocal.wYear, (uint8_t)utLocal.wMonth, (uint8_t)utLocal.wDay,
  /external/skia/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;
regstr.h     [all...]
  /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 332 unsigned short wMonth; /* months since January - [0,11] */
    [all...]
  /external/zlib/src/contrib/untgz/
untgz.c 221 st.wMonth = (WORD)loctm->tm_mon + 1;
  /external/libcups/cups/
tls-sspi.c 306 tm.tm_mon = systime.wMonth - 1;
360 tm.tm_mon = systime.wMonth - 1;
    [all...]
  /external/fio/os/windows/
posix.c 247 StringCchPrintfA(buf, 31, "%s %s %d %02d:%02d:%02d %04d\n", dayOfWeek[systime.wDayOfWeek % 7], monthOfYear[(systime.wMonth - 1) % 12],

Completed in 2780 milliseconds

1 2