Home
last modified time | relevance | path

Searched refs:wMonth (Results 1 – 16 of 16) sorted by relevance

/external/icu/icu4c/source/i18n/
Dwintzimpl.cpp50 … standardDate.wYear = standardDate.wMonth = standardDate.wDayOfWeek = standardDate.wDay = in getSystemTimeInformation()
52 … daylightDate.wYear = daylightDate.wMonth = daylightDate.wDayOfWeek = daylightDate.wDay = in getSystemTimeInformation()
64 standardDate.wMonth = std->getRule()->getRuleMonth() + 1; in getSystemTimeInformation()
85 daylightDate.wMonth = dst->getRule()->getRuleMonth() + 1; in getSystemTimeInformation()
/external/pdfium/fpdfsdk/include/
Dfx_systemhandler.h18 wMonth(0), in _FX_SYSTEMTIME()
26 FX_WORD wMonth; member
Dfsdk_mgr.h89 fxtime.wMonth = systime.wMonth; in FFI_GetLocalTime()
/external/skia/src/ports/
DSkTime_win.cpp34 dt->fMonth = SkToU8(st.wMonth); in GetDateTime()
/external/skia/src/animator/
DSkTime.cpp22 t->fMonth = SkToU8(syst.wMonth); in GetDateTime()
/external/google-breakpad/src/client/windows/sender/
Dcrash_report_sender.cc123 return (system_time.wYear * 10000) + (system_time.wMonth * 100) + in GetCurrentDate()
/external/lzma/CPP/Windows/
DPropVariantConversions.cpp55 s = UIntToStringSpec('-', st.wMonth, s, 2); in ConvertFileTimeToString()
/external/v8/src/base/platform/
Dplatform-win32.cc138 tzinfo_.StandardDate.wMonth = 10; in InitializeIfNeeded()
142 tzinfo_.DaylightDate.wMonth = 3; in InitializeIfNeeded()
289 st.wMonth = mon; in Win32Time()
405 if (cache->tzinfo_.StandardDate.wMonth != 0 || in InDST()
406 cache->tzinfo_.DaylightDate.wMonth != 0) { in InDST()
/external/skia/tools/
Dwin_dbghelp.cpp119 stLocalTime.wYear, stLocalTime.wMonth, stLocalTime.wDay, \
/external/pdfium/public/
Dfpdf_formfill.h250 unsigned short wMonth; /* months since January - [0,11] */ member
/external/google-breakpad/src/client/windows/tests/crash_generation_app/
Dcrash_generation_app.cc147 current_time.wMonth, in AppendTextToEditBox()
/external/zlib/src/contrib/untgz/
Duntgz.c221 st.wMonth = (WORD)loctm->tm_mon + 1; in setfiletime()
/external/pdfium/fpdfsdk/src/
Dfsdk_baseannot.cpp121 dt.month = (FX_BYTE)st.wMonth; in operator =()
381 st.wMonth = (FX_WORD)pTime->tm_mon + 1; in ToSystemTime()
/external/pdfium/fpdfsdk/src/pdfwindow/
DPWL_Note.cpp867 …swTime.Format(L"%04d-%02d-%02d %02d:%02d:%02d", time.wYear, time.wMonth, time.wDay, time.wHour, ti… in SetDateTime()
/external/sqlite/dist/
Dsqlite3.c35238 y.tm_mon = pTm.wMonth - 1;
/external/sqlite/dist/orig/
Dsqlite3.c35220 y.tm_mon = pTm.wMonth - 1;