Searched defs:utc (Results 1 – 12 of 12) sorted by relevance
| /external/webkit/JavaScriptCore/runtime/ |
| D | DatePrototype.cpp | 417 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 …]
|
| D | DateConversion.cpp | 77 UString formatTime(const GregorianDateTime &t, bool utc) in formatTime()
|
| /external/webkit/JavaScriptCore/tests/mozilla/ecma/Date/ |
| D | 15.9.4.3.js | 41 function utc( year, month, date, hours, minutes, seconds, ms ) { function
|
| /external/icu4c/test/intltest/ |
| D | tzoffloc.cpp | 121 TimeZone* utc = TimeZone::createTimeZone("UTC"); in TestGetOffsetAroundTransition() local
|
| D | tzbdtest.cpp | 291 TimeZone* utc = TimeZone::createTimeZone("UTC"); in TestBoundaries() local
|
| D | utxttest.cpp | 442 UChar32 utc; // code point from UText in TestCopyMove() local 518 UChar32 utc; // code point from UText in TestReplace() local
|
| D | caltest.cpp | 754 int32_t utc = ((cal->get(UCAL_HOUR_OF_DAY, status) * 60 + in test4064654() local
|
| D | tzrulets.cpp | 1880 UDate utc = cal->getTime(status); in getUTCMillis() local
|
| /external/webkit/JavaScriptCore/wtf/ |
| D | CurrentTime.cpp | 183 double utc = syncLowResUTCTime + highResElapsed; in currentTime() local
|
| /external/icu4c/test/cintltst/ |
| D | ccaltst.c | 1063 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
|
| D | utmstest.c | 443 static const UChar utc[] = { 0x45, 0x74, 0x63, 0x2f, 0x47, 0x4d, 0x54, 0 }; /* "Etc/GMT" */ in TestDotNet() local
|
| /external/qemu/telephony/ |
| D | android_modem.c | 1301 struct tm utc, local; in handleEndOfInit() local
|