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

1 2

  /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 =
67 standardDate.wDay = std->getRule()->getRuleWeekInMonth();
68 if (standardDate.wDay < 0) {
69 standardDate.wDay = 5;
88 daylightDate.wDay = dst->getRule()->getRuleWeekInMonth();
89 if (daylightDate.wDay < 0) {
90 daylightDate.wDay = 5;
  /external/pdfium/fpdfsdk/
cfx_systemhandler.h 20 wDay(0),
29 uint16_t wDay;
cpdfsdk_datetime.cpp 86 m_day = static_cast<uint8_t>(st.wDay);
306 st.wDay = static_cast<uint16_t>(pTime->tm_mday);
cpdfsdk_formfillenvironment.cpp 275 fxtime.wDay = systime.wDay;
  /external/curl/docs/examples/
synctime.c 156 TmpStr1, &SYSTime.wDay, TmpStr2, &SYSTime.wYear,
327 DayStr[LOCALTime.wDayOfWeek], LOCALTime.wDay,
341 DayStr[LOCALTime.wDayOfWeek], LOCALTime.wDay,
357 DayStr[LOCALTime.wDayOfWeek], LOCALTime.wDay,
  /external/google-breakpad/src/client/windows/sender/
crash_report_sender.cc 124 system_time.wDay;
  /external/skia/src/core/
SkTime.cpp 39 dt->fDay = SkToU8(st.wDay);
  /external/lzma/CPP/Windows/
PropVariantConv.cpp 34 UINT_TO_STR_2('-', st.wDay);
  /external/pdfium/xfa/fxfa/parser/
xfa_localevalue.cpp 607 uint16_t wDay = 0;
642 wDay = (pDate[nIndex] - '0') + wDay * 10;
657 if (wDay < 1) {
658 if (wDay == 0 && (nLen == wCountY + wCountM)) {
665 if (wDay > 29) {
669 if (wDay > 28) {
673 } else if (wDay > LastDay[wMonth - 1]) {
677 ut.Set(wYear, static_cast<uint8_t>(wMonth), static_cast<uint8_t>(wDay));
  /device/linaro/bootloader/edk2/Nt32Pkg/RealTimeClockRuntimeDxe/
RealTimeClock.c 97 Time->Day = (UINT8) SystemTime.wDay;
172 SystemTime.wDay = Time->Day;
  /external/pdfium/xfa/fgas/localization/
fgas_datetime.cpp 130 uint16_t wDay;
155 utLocal.wDay = st.tm_mday;
161 Set(utLocal.wYear, (uint8_t)utLocal.wMonth, (uint8_t)utLocal.wDay,
183 utLocal.wDay = st.tm_mday;
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 327 base_st.wDay = 1;
351 base_st.wDay = 1;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
minwinbase.h 53 WORD wDay;
wtypesbase.h 134 WORD wDay;
tnef.h 95 WORD wDay;
regstr.h     [all...]
  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtSimpleFileSystemDxe/
WinNtSimpleFileSystem.c     [all...]
  /external/google-breakpad/src/client/windows/tests/crash_generation_app/
crash_generation_app.cc 148 current_time.wDay,
  /external/v8/src/base/platform/
platform-win32.cc 126 tzinfo_.StandardDate.wDay = 5;
130 tzinfo_.DaylightDate.wDay = 5;
277 st.wDay = day;
    [all...]
  /external/dng_sdk/source/
dng_date_time.cpp 856 localST.wDay = (WORD) dt.fDay;
  /external/pdfium/public/
fpdf_formfill.h 334 unsigned short wDay; /* day of the month - [1,31] */
    [all...]
  /external/zlib/src/contrib/untgz/
untgz.c 223 st.wDay = (WORD)loctm->tm_mday;
  /external/libcups/cups/
tls-sspi.c 307 tm.tm_mday = systime.wDay;
361 tm.tm_mday = systime.wDay;
    [all...]
  /external/fio/os/windows/
posix.c 248 systime.wDay, systime.wHour, systime.wMinute, systime.wSecond, systime.wYear);

Completed in 653 milliseconds

1 2