Home
last modified time | relevance | path

Searched defs:utc (Results 1 – 12 of 12) sorted by relevance

/external/webkit/JavaScriptCore/runtime/
DDatePrototype.cpp417 const bool utc = false; in dateProtoFuncToString() local
434 const bool utc = true; in dateProtoFuncToUTCString() local
451 const bool utc = true; in dateProtoFuncToISOString() local
473 const bool utc = false; in dateProtoFuncToDateString() local
490 const bool utc = false; in dateProtoFuncToTimeString() local
559 const bool utc = false; in dateProtoFuncGetFullYear() local
576 const bool utc = true; in dateProtoFuncGetUTCFullYear() local
593 const bool utc = true; in dateProtoFuncToGMTString() local
610 const bool utc = false; in dateProtoFuncGetMonth() local
627 const bool utc = true; in dateProtoFuncGetUTCMonth() local
[all …]
DDateConversion.cpp77 UString formatTime(const GregorianDateTime &t, bool utc) in formatTime()
/external/webkit/JavaScriptCore/tests/mozilla/ecma/Date/
D15.9.4.3.js41 function utc( year, month, date, hours, minutes, seconds, ms ) { function
/external/icu4c/test/intltest/
Dtzoffloc.cpp121 TimeZone* utc = TimeZone::createTimeZone("UTC"); in TestGetOffsetAroundTransition() local
Dtzbdtest.cpp291 TimeZone* utc = TimeZone::createTimeZone("UTC"); in TestBoundaries() local
Dutxttest.cpp442 UChar32 utc; // code point from UText in TestCopyMove() local
518 UChar32 utc; // code point from UText in TestReplace() local
Dcaltest.cpp754 int32_t utc = ((cal->get(UCAL_HOUR_OF_DAY, status) * 60 + in test4064654() local
Dtzrulets.cpp1880 UDate utc = cal->getTime(status); in getUTCMillis() local
/external/webkit/JavaScriptCore/wtf/
DCurrentTime.cpp183 double utc = syncLowResUTCTime + highResElapsed; in currentTime() local
/external/icu4c/test/cintltst/
Dccaltst.c1063 int32_t offset,utc, expected; in testZones() local
1292 static const UChar utc[] = { 0x45, 0x74, 0x63, 0x2f, 0x47, 0x4d, 0x54, 0 }; /* "Etc/GMT" */ in TestGregorianChange() local
Dutmstest.c443 static const UChar utc[] = { 0x45, 0x74, 0x63, 0x2f, 0x47, 0x4d, 0x54, 0 }; /* "Etc/GMT" */ in TestDotNet() local
/external/qemu/telephony/
Dandroid_modem.c1301 struct tm utc, local; in handleEndOfInit() local