Home
last modified time | relevance | path

Searched refs:wHour (Results 1 – 20 of 20) sorted by relevance

/external/icu/icu4c/source/i18n/
Dwintzimpl.cpp55 …standardDate.wHour = standardDate.wMinute = standardDate.wSecond = standardDate.wMilliseconds =… in getSystemTimeInformation()
57 …daylightDate.wHour = daylightDate.wMinute = daylightDate.wSecond = daylightDate.wMilliseconds =… in getSystemTimeInformation()
83 standardDate.wHour = static_cast<WORD>(hour); in getSystemTimeInformation()
104 daylightDate.wHour = static_cast<WORD>(hour); in getSystemTimeInformation()
/external/pdfium/core/fxcrt/
Dcfx_datetime.cpp76 uint16_t wHour; member
114 utLocal.wHour = st.tm_hour; in Now()
122 static_cast<uint8_t>(utLocal.wHour), in Now()
/external/curl/docs/examples/
Dsynctime.c160 &SYSTime.wHour, &SYSTime.wMinute, in SyncTime_CURL_WriteHeader()
334 LOCALTime.wHour, LOCALTime.wMinute, LOCALTime.wSecond, in main()
348 LOCALTime.wHour, LOCALTime.wMinute, LOCALTime.wSecond, in main()
364 LOCALTime.wHour, LOCALTime.wMinute, LOCALTime.wSecond, in main()
/external/rust/crates/chrono/src/sys/
Dwindows.rs48 sys.wHour = tm.tm_hour as WORD; in tm_to_system_time()
59 tm.tm_hour = sys.wHour as i32; in system_time_to_tm()
/external/pdfium/xfa/fgas/crt/
Dcfgas_stringformatter.cpp336 uint32_t* wHour, in ResolveZone() argument
338 int32_t iMinuteDiff = *wHour * 60 + *wMinute; in ResolveZone()
349 *wHour = iMinuteDiff / 60; in ResolveZone()
636 uint16_t wHour = hour; in TimeFormat() local
639 if (wHour >= 12) in TimeFormat()
661 if (wHour > 12) in TimeFormat()
662 wHour -= 12; in TimeFormat()
663 wsResult += NumToString(symbol.GetLength(), wHour == 0 ? 12 : wHour); in TimeFormat()
665 wsResult += NumToString(symbol.GetLength(), wHour == 0 ? 24 : wHour); in TimeFormat()
667 if (wHour > 12) in TimeFormat()
[all …]
/external/pdfium/xfa/fxfa/parser/
Dcxfa_localevalue.cpp454 uint16_t wHour = 0; in ValidateCanonicalTime() local
463 wHour = spTime[nIndex] - '0' + wHour * 10; in ValidateCanonicalTime()
539 return nIndex == spTime.size() && wHour < 24 && wMinute < 60 && in ValidateCanonicalTime()
/external/skia/src/core/
DSkTime.cpp43 dt->fHour = SkToU8(st.wHour); in GetDateTime()
/external/skqp/src/core/
DSkTime.cpp43 dt->fHour = SkToU8(st.wHour); in GetDateTime()
/external/lzma/CPP/Windows/
DPropVariantConv.cpp41 UINT_TO_STR_2(' ', st.wHour); in ConvertUtcFileTimeToString()
/external/skqp/tools/
Dwin_dbghelp.cpp121 stLocalTime.wHour, stLocalTime.wMinute, stLocalTime.wSecond, \
/external/skia/tools/
Dwin_dbghelp.cpp121 stLocalTime.wHour, stLocalTime.wMinute, stLocalTime.wSecond, \
/external/google-breakpad/src/client/windows/tests/crash_generation_app/
Dcrash_generation_app.cc150 current_time.wHour, in AppendTextToEditBox()
/external/pdfium/public/
Dfpdf_formfill.h349 unsigned short wHour; /* hours since midnight - [0,23] */ member
/external/rust/crates/libz-sys/src/zlib/contrib/untgz/
Duntgz.c224 st.wHour = (WORD)loctm->tm_hour; in setfiletime()
/external/dng_sdk/source/
Ddng_date_time.cpp869 localST.wHour = (WORD) dt.fHour; in LocalTimeZone()
/external/libchrome/base/
Dlogging.cc893 << std::setw(2) << local_time.wHour in Init()
/external/libcups/cups/
Dtls-sspi.c304 tm.tm_hour = systime.wHour; in httpCredentialsGetExpiration()
357 tm.tm_hour = systime.wHour; in httpCredentialsString()
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c43898 y.tm_hour = pTm.wHour;
/external/sqlite/dist/orig/
Dsqlite3.c43810 y.tm_hour = pTm.wHour;
/external/sqlite/dist/
Dsqlite3.c43826 y.tm_hour = pTm.wHour;