Home
last modified time | relevance | path

Searched defs:utc (Results 1 - 24 of 24) sorted by relevance

/third_party/lzma/CPP/Windows/
H A DPropVariantConv.cpp12 bool ConvertUtcFileTimeToString2(const FILETIME &utc, unsigned ns100, char *s, int level) throw() in ConvertUtcFileTimeToString2() argument
92 bool ConvertUtcFileTimeToString(const FILETIME &utc, char *s, int level) throw() in ConvertUtcFileTimeToString() argument
H A DTimeUtils.h137 FILETIME localFileTime, utc; in PropVariant_SetFrom_DosTime() local
H A DTimeUtils.cpp125 bool UtcFileTime_To_LocalDosTime(const FILETIME &utc, UInt32 &dosTime) throw() in UtcFileTime_To_LocalDosTime() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
H A Dformat_test.cc351 const absl::TimeZone utc = absl::UTCTimeZone(); in TEST() local
H A Dcivil_time.cc40 const TimeZone utc = UTCTimeZone(); in FormatYearAnd() local
58 const TimeZone utc = UTCTimeZone(); in ParseYearAnd() local
H A Dtime_test.cc683 const absl::TimeZone utc = absl::UTCTimeZone(); in TEST() local
723 const absl::TimeZone utc = absl::UTCTimeZone(); TEST() local
952 const absl::TimeZone utc = absl::UTCTimeZone(); TEST() local
1158 const absl::TimeZone utc = absl::UTCTimeZone(); TEST() local
1175 const absl::TimeZone utc = absl::UTCTimeZone(); TEST() local
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Dtzoffloc.cpp123 TimeZone* utc = TimeZone::createTimeZone("UTC"); in TestGetOffsetAroundTransition() local
H A Dtzbdtest.cpp293 TimeZone* utc = TimeZone::createTimeZone("UTC"); in TestBoundaries() local
H A Dutxttest.cpp450 UChar32 utc; // code point from UText in TestCopyMove() local
526 UChar32 utc; // code point from UText in TestReplace() local
H A Dcaltest.cpp979 int32_t utc = ((cal->get(UCAL_HOUR_OF_DAY, status) * 60 + in test4064654() local
H A Dtzrulets.cpp2110 TimeZone *utc = TimeZone::createTimeZone("Etc/GMT"); in TestT6216() local
2314 UDate utc = cal->getTime(status); in getUTCMillis() local
/third_party/icu/icu4c/source/test/cintltst/
H A Dutmstest.c447 static const UChar utc[] = { 0x45, 0x74, 0x63, 0x2f, 0x47, 0x4d, 0x54, 0 }; /* "Etc/GMT" */ in TestDotNet() local
H A Dreapits.c109 UChar32 utc = 0; in equals_utf8_utext() local
H A Dccaltst.c1319 int32_t offset,utc, expected; in testZones() local
1548 static const UChar utc[] = { 0x45, 0x74, 0x63, 0x2f, 0x47, 0x4d, 0x54, 0 }; /* "Etc/GMT" */ in TestGregorianChange() local
2569 static const UChar utc[] = u"Etc/GMT"; in TestGetTimeZoneOffsetFromLocal() local
[all...]
/third_party/lzma/CPP/Common/
H A DMyWindows.cpp157 time_t utc = time(NULL); in TIME_GetBias() local
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-cygwin.cc88 time_t utc = time(nullptr); in LocalTimeOffset() local
H A Dplatform-aix.cc73 time_t utc = time(nullptr); in LocalTimeOffset() local
/third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/
H A Dtime_zone_format_test.cc76 const time_zone utc = utc_time_zone(); in TEST() local
105 const time_zone utc = utc_time_zone(); in TEST() local
594 const time_zone utc = utc_time_zone(); TEST() local
683 const time_zone utc = utc_time_zone(); TEST() local
716 const time_zone utc = utc_time_zone(); TEST() local
757 const time_zone utc = utc_time_zone(); TEST() local
1295 const time_zone utc = utc_time_zone(); TEST() local
1326 const time_zone utc = utc_time_zone(); TEST() local
1373 const time_zone utc = utc_time_zone(); TEST() local
1427 const time_zone utc = utc_time_zone(); TEST() local
1470 const time_zone utc = utc_time_zone(); TEST() local
1492 const time_zone utc = utc_time_zone(); TEST() local
1572 time_zone utc = utc_time_zone(); TEST() local
1581 const time_zone utc = utc_time_zone(); TEST() local
1591 const time_zone utc = utc_time_zone(); TEST() local
[all...]
H A Dtime_zone_lookup_test.cc721 const time_zone utc = utc_time_zone(); in TEST() local
733 const time_zone utc = utc_time_zone(); in TEST() local
830 const time_zone utc = utc_time_zone(); in TEST() local
833 ExpectTime(chrono::time_point_cast<chrono::nanoseconds>(t0), utc, 1970, 1, 1, in TEST() local
835 ExpectTime(chrono::time_point_cast<chrono::microseconds>(t0), utc, 1970, 1, 1, in TEST() local
837 ExpectTime(chrono::time_point_cast<chrono::milliseconds>(t0), utc, 1970, 1, 1, in TEST() local
839 ExpectTime(chrono::time_point_cast<chrono::seconds>(t0), utc, 197 in TEST() local
842 utc, 1970, 1, 1, 0, 0, 0, 0, false, "UTC"); TEST() local
843 ExpectTime(chrono::time_point_cast<chrono::minutes>(t0), utc, 1970, 1, 1, 0, TEST() local
845 ExpectTime(chrono::time_point_cast<chrono::hours>(t0), utc, 1970, 1, 1, 0, 0, TEST() local
904 const time_zone utc = utc_time_zone(); TEST() local
949 const time_zone utc = utc_time_zone(); TEST() local
[all...]
/third_party/lzma/C/Util/7z/
H A D7zMain.c331 const time_t utc = time(NULL); in TIME_GetBias() local
/third_party/tzdata/
H A Dlocaltime.c75 static char const *utc = etc_utc + sizeof "Etc/" - 1; variable
/third_party/python/Lib/test/
H A Dtest_logging.py3871 utc = UTC() variable
/third_party/node/deps/v8/src/objects/
H A Djs-temporal-objects.cc2521 Handle<BigInt> utc; in ParseTemporalInstant() local
/third_party/toybox/generated/
H A Dglobals.h285 int utc; member

Completed in 61 milliseconds