Home
last modified time | relevance | path

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

12

/third_party/node/deps/icu-small/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()
/third_party/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()
/third_party/flutter/skia/third_party/externals/icu/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()
/third_party/skia/third_party/externals/icu/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()
/third_party/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()
/third_party/glib/glib/
Dgdate.c2248 systemtime.wHour = tm->tm_hour; in win32_strftime_helper()
2380 g_array_append_vals (result, digits + systemtime.wHour/10, 1); in win32_strftime_helper()
2381 g_array_append_vals (result, digits + systemtime.wHour%10, 1); in win32_strftime_helper()
2388 if (systemtime.wHour == 0) in win32_strftime_helper()
2392 g_array_append_vals (result, digits + (systemtime.wHour%12)/10, 1); in win32_strftime_helper()
2393 g_array_append_vals (result, digits + (systemtime.wHour%12)%10, 1); in win32_strftime_helper()
2433 if (systemtime.wHour == 0) in win32_strftime_helper()
2437 g_array_append_vals (result, digits + (systemtime.wHour%12)/10, 1); in win32_strftime_helper()
2438 g_array_append_vals (result, digits + (systemtime.wHour%12)%10, 1); in win32_strftime_helper()
2460 g_array_append_vals (result, digits + systemtime.wHour/10, 1); in win32_strftime_helper()
[all …]
Dgtimezone.c704 = s_time->wHour * 3600 + s_time->wMinute * 60 + s_time->wSecond; in copy_windows_systemtime()
811 target->wHour = orig->wHour; in system_time_copy()
/third_party/node/deps/uvwasi/src/
Dclocks.c40 (time) = (((sys_system.wHour * 3600) + (sys_system.wMinute * 60) + \
43 (((sys_user.wHour * 3600) + (sys_user.wMinute * 60) + \
/third_party/boost/libs/winapi/test/run/
Dtime_abi.cpp29 …BOOST_WINAPI_TEST_STRUCT(SYSTEMTIME, (wYear)(wMonth)(wDayOfWeek)(wDay)(wHour)(wMinute)(wSecond)(wM… in main()
/third_party/boost/libs/date_time/test/posix_time/
Dtestfiletime_functions.cpp43 st.wHour, pt.time_of_day().hours()); in main()
/third_party/flutter/skia/src/core/
DSkTime.cpp43 dt->fHour = SkToU8(st.wHour); in GetDateTime()
/third_party/skia/src/core/
DSkTime.cpp43 dt->fHour = SkToU8(st.wHour); in GetDateTime()
/third_party/boost/boost/winapi/
Dtime.hpp83 WORD_ wHour; member
/third_party/flutter/skia/tools/
Dwin_dbghelp.cpp121 stLocalTime.wHour, stLocalTime.wMinute, stLocalTime.wSecond, \
/third_party/skia/tools/
Dwin_dbghelp.cpp121 stLocalTime.wHour, stLocalTime.wMinute, stLocalTime.wSecond, \
/third_party/gn/src/base/
Dlogging.cc205 << local_time.wHour << std::setw(2) << local_time.wMinute in Init()
/third_party/boost/libs/iostreams/test/
Dlarge_file_test.cpp130 ctime.tm_hour = stime.wHour; in large_file_exists()
/third_party/node/src/
Dutil.cc286 oss << "." << std::setfill('0') << std::setw(2) << tm_struct.wHour; in MakeFilename()
/third_party/boost/libs/locale/src/win32/
Dapi.hpp280 wtm.wHour = tm->tm_hour; in wcsftime_l()
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/untgz/
Duntgz.c224 st.wHour = (WORD)loctm->tm_hour; in setfiletime()
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/untgz/
Duntgz.c224 st.wHour = (WORD)loctm->tm_hour; in setfiletime()
/third_party/zlib/contrib/untgz/
Duntgz.c224 st.wHour = (WORD)loctm->tm_hour; in setfiletime()
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_date_time.cpp857 localST.wHour = (WORD) dt.fHour; in LocalTimeZone()
/third_party/libuv/src/win/
Dutil.c1062 uv_rusage->ru_utime.tv_sec = userSystemTime.wHour * 3600 + in uv_getrusage()
1067 uv_rusage->ru_stime.tv_sec = kernelSystemTime.wHour * 3600 + in uv_getrusage()
/third_party/cef/libcef/browser/devtools/
Ddevtools_frontend.cc114 << local_time.wHour << std::setw(2) << local_time.wMinute in WriteTimestamp()

12