Home
last modified time | relevance | path

Searched refs:wSecond (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()
85 standardDate.wSecond = static_cast<WORD>(sec); in getSystemTimeInformation()
106 daylightDate.wSecond = static_cast<WORD>(sec); 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()
85 standardDate.wSecond = static_cast<WORD>(sec); in getSystemTimeInformation()
106 daylightDate.wSecond = static_cast<WORD>(sec); 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()
85 standardDate.wSecond = static_cast<WORD>(sec); in getSystemTimeInformation()
106 daylightDate.wSecond = static_cast<WORD>(sec); 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()
85 standardDate.wSecond = static_cast<WORD>(sec); in getSystemTimeInformation()
106 daylightDate.wSecond = static_cast<WORD>(sec); in getSystemTimeInformation()
/third_party/curl/docs/examples/
Dsynctime.c161 &SYSTime.wSecond); 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/node/deps/uvwasi/src/
Dclocks.c41 sys_system.wSecond) * NANOS_PER_SEC) + \
44 sys_user.wSecond) * NANOS_PER_SEC) + \
/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.cpp47 st.wSecond, pt.time_of_day().seconds()); in main()
/third_party/flutter/skia/src/core/
DSkTime.cpp45 dt->fSecond = SkToU8(st.wSecond); in GetDateTime()
/third_party/skia/src/core/
DSkTime.cpp45 dt->fSecond = SkToU8(st.wSecond); in GetDateTime()
/third_party/glib/glib/
Dgdate.c2250 systemtime.wSecond = tm->tm_sec; in win32_strftime_helper()
2444 g_array_append_vals (result, digits + systemtime.wSecond/10, 1); in win32_strftime_helper()
2445 g_array_append_vals (result, digits + systemtime.wSecond%10, 1); in win32_strftime_helper()
2471 g_array_append_vals (result, digits + systemtime.wSecond/10, 1); in win32_strftime_helper()
2472 g_array_append_vals (result, digits + systemtime.wSecond%10, 1); in win32_strftime_helper()
2488 g_array_append_vals (result, digits + systemtime.wSecond/10, 1); in win32_strftime_helper()
2489 g_array_append_vals (result, digits + systemtime.wSecond%10, 1); in win32_strftime_helper()
Dgtimezone.c704 = s_time->wHour * 3600 + s_time->wMinute * 60 + s_time->wSecond; in copy_windows_systemtime()
813 target->wSecond = orig->wSecond; in system_time_copy()
/third_party/boost/boost/winapi/
Dtime.hpp85 WORD_ wSecond; 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.cc206 << std::setw(2) << local_time.wSecond << '.' << std::setw(3) in Init()
/third_party/boost/libs/iostreams/test/
Dlarge_file_test.cpp132 ctime.tm_sec = stime.wSecond; in large_file_exists()
/third_party/node/src/
Dutil.cc288 oss << std::setfill('0') << std::setw(2) << tm_struct.wSecond; in MakeFilename()
/third_party/boost/libs/locale/src/win32/
Dapi.hpp282 wtm.wSecond = tm->tm_sec; in wcsftime_l()
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/untgz/
Duntgz.c226 st.wSecond = (WORD)loctm->tm_sec; in setfiletime()
/third_party/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/untgz/
Duntgz.c226 st.wSecond = (WORD)loctm->tm_sec; in setfiletime()
/third_party/zlib/contrib/untgz/
Duntgz.c226 st.wSecond = (WORD)loctm->tm_sec; in setfiletime()
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_date_time.cpp859 localST.wSecond = (WORD) dt.fSecond; in LocalTimeZone()
/third_party/libuv/src/win/
Dutil.c1064 userSystemTime.wSecond; in uv_getrusage()
1069 kernelSystemTime.wSecond; in uv_getrusage()
/third_party/cef/libcef/browser/devtools/
Ddevtools_frontend.cc115 << std::setw(2) << local_time.wSecond << '.' << std::setw(3) in WriteTimestamp()

12