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

1 2

  /external/pdfium/fpdfsdk/
cfx_systemhandler.h 23 wHour(0),
32 uint16_t wHour;
cpdfsdk_datetime.cpp 87 m_hour = static_cast<uint8_t>(st.wHour);
303 st.wHour = static_cast<uint16_t>(pTime->tm_hour);
cpdfsdk_formfillenvironment.cpp 278 fxtime.wHour = systime.wHour;
  /external/webrtc/webrtc/system_wrappers/source/
trace_win.cc 48 sprintf(trace_message, "(%2u:%2u:%2u:%3u |%5u) ", system_time.wHour,
65 sprintf(trace_message, "(%2u:%2u:%2u:%3u |%5u) ", system_time.wHour,
  /external/icu/icu4c/source/i18n/
wintzimpl.cpp 55 standardDate.wHour = standardDate.wMinute = standardDate.wSecond = standardDate.wMilliseconds = 0;
57 daylightDate.wHour = daylightDate.wMinute = daylightDate.wSecond = daylightDate.wMilliseconds = 0;
83 standardDate.wHour = static_cast<WORD>(hour);
104 daylightDate.wHour = static_cast<WORD>(hour);
  /external/pdfium/core/fxcrt/
cfx_datetime.cpp 71 uint16_t wHour;
108 utLocal.wHour = st.tm_hour;
116 static_cast<uint8_t>(utLocal.wHour),
  /external/curl/docs/examples/
synctime.c 157 &SYSTime.wHour, &SYSTime.wMinute, &SYSTime.wSecond);
329 LOCALTime.wHour, LOCALTime.wMinute, LOCALTime.wSecond,
343 LOCALTime.wHour, LOCALTime.wMinute, LOCALTime.wSecond,
359 LOCALTime.wHour, LOCALTime.wMinute, LOCALTime.wSecond,
  /external/skia/src/core/
SkTime.cpp 40 dt->fHour = SkToU8(st.wHour);
  /external/skqp/src/core/
SkTime.cpp 40 dt->fHour = SkToU8(st.wHour);
  /external/lzma/CPP/Windows/
PropVariantConv.cpp 37 UINT_TO_STR_2(' ', st.wHour);
  /device/linaro/bootloader/edk2/Nt32Pkg/RealTimeClockRuntimeDxe/
RealTimeClock.c 98 Time->Hour = (UINT8) SystemTime.wHour;
173 SystemTime.wHour = Time->Hour;
  /external/skia/tools/
win_dbghelp.cpp 120 stLocalTime.wHour, stLocalTime.wMinute, stLocalTime.wSecond, \
  /external/skqp/tools/
win_dbghelp.cpp 120 stLocalTime.wHour, stLocalTime.wMinute, stLocalTime.wSecond, \
  /external/pdfium/xfa/fgas/crt/
cfgas_formatstring.cpp 325 uint32_t* wHour,
327 int32_t iMinuteDiff = *wHour * 60 + *wMinute;
338 *wHour = iMinuteDiff / 60;
635 uint16_t wHour = hour;
638 if (wHour >= 12)
661 if (wHour > 12)
662 wHour -= 12;
663 wsResult += NumToString(symbol.GetLength(), wHour == 0 ? 12 : wHour);
665 wsResult += NumToString(symbol.GetLength(), wHour == 0 ? 24 : wHour)
    [all...]
  /external/pdfium/xfa/fxfa/parser/
cxfa_localevalue.cpp 518 uint16_t wHour = 0;
528 wHour = pTime[nIndex] - '0' + wHour * 10;
599 return nIndex == nLen && wHour < 24 && wMinute < 60 && wSecond < 60 &&
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
minwinbase.h 54 WORD wHour;
wtypesbase.h 135 WORD wHour;
tnef.h 96 WORD wHour;
  /device/linaro/bootloader/edk2/Nt32Pkg/WinNtSimpleFileSystemDxe/
WinNtSimpleFileSystem.c     [all...]
  /external/google-breakpad/src/client/windows/tests/crash_generation_app/
crash_generation_app.cc 150 current_time.wHour,
  /external/v8/src/base/platform/
platform-win32.cc 127 tzinfo_.StandardDate.wHour = 3;
131 tzinfo_.DaylightDate.wHour = 2;
278 st.wHour = hour;
    [all...]
  /external/dng_sdk/source/
dng_date_time.cpp 857 localST.wHour = (WORD) dt.fHour;
  /external/pdfium/public/
fpdf_formfill.h 338 unsigned short wHour; /* hours since midnight - [0,23] */
    [all...]
  /external/zlib/src/contrib/untgz/
untgz.c 224 st.wHour = (WORD)loctm->tm_hour;
  /toolchain/binutils/binutils-2.27/zlib/contrib/untgz/
untgz.c 224 st.wHour = (WORD)loctm->tm_hour;

Completed in 504 milliseconds

1 2