Searched refs:U_MILLIS_PER_SECOND (Results 1 – 20 of 20) sorted by relevance
/external/icu4c/i18n/ |
D | olsontz.cpp | 210 ruleRaw * U_MILLIS_PER_SECOND, in OlsonTimeZone() 213 ruleData[3] * U_MILLIS_PER_SECOND, in OlsonTimeZone() 216 ruleData[8] * U_MILLIS_PER_SECOND, in OlsonTimeZone() 218 ruleData[10] * U_MILLIS_PER_SECOND, ec); in OlsonTimeZone() 430 getOffset((double) uprv_getUTCtime() * U_MILLIS_PER_SECOND, in getRawOffset() 478 double sec = uprv_floor(date / U_MILLIS_PER_SECOND); in getHistoricalOffset() 481 rawoff = initialRawOffset() * U_MILLIS_PER_SECOND; in getHistoricalOffset() 482 dstoff = initialDstOffset() * U_MILLIS_PER_SECOND; in getHistoricalOffset() 537 rawoff = rawOffsetAt(transIdx) * U_MILLIS_PER_SECOND; in getHistoricalOffset() 538 dstoff = dstOffsetAt(transIdx) * U_MILLIS_PER_SECOND; in getHistoricalOffset() [all …]
|
D | olsontz.h | 404 return (double)transitionTimeInSeconds(transIdx) * U_MILLIS_PER_SECOND; in transitionTime()
|
D | rbtz.cpp | 468 getOffset(uprv_getUTCtime() * U_MILLIS_PER_SECOND, in getRawOffset() 479 UDate now = uprv_getUTCtime() * U_MILLIS_PER_SECOND; in useDaylightTime()
|
D | astro.cpp | 155 #define SECOND_MS U_MILLIS_PER_SECOND
|
D | vtzone.cpp | 203 int32_t sec = t / U_MILLIS_PER_SECOND; in getDateTimeString() 278 time += (hour * U_MILLIS_PER_HOUR + min * U_MILLIS_PER_MINUTE + sec * U_MILLIS_PER_SECOND); in parseDateTimeString()
|
D | timezone.cpp | 489 rawOffset = uprv_timezone() * -U_MILLIS_PER_SECOND; in initDefault()
|
/external/icu4c/test/compat/ |
D | tzdate.c | 62 getICUCurrentTime(icutime, systemtime * U_MILLIS_PER_SECOND); in main()
|
/external/icu4c/test/cintltst/ |
D | cintltst.c | 246 (int)((diffTime%U_MILLIS_PER_MINUTE)/U_MILLIS_PER_SECOND), in main() 247 (int)(diffTime%U_MILLIS_PER_SECOND)); in main()
|
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
D | utypes.h | 242 #define U_MILLIS_PER_SECOND (1000) macro
|
/external/webkit/Source/WebCore/icu/unicode/ |
D | utypes.h | 242 #define U_MILLIS_PER_SECOND (1000) macro
|
/external/webkit/Source/WebKit/mac/icu/unicode/ |
D | utypes.h | 242 #define U_MILLIS_PER_SECOND (1000) macro
|
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
D | utypes.h | 242 #define U_MILLIS_PER_SECOND (1000) macro
|
/external/icu4c/common/ |
D | putil.cpp | 248 return (UDate)(((int64_t)posixTime.tv_sec * U_MILLIS_PER_SECOND) + (posixTime.tv_usec/1000)); in getUTCtime_real() 321 return (UDate)(t2 - t1) * U_MILLIS_PER_SECOND; /* GMT (or UTC) in seconds since 1970*/ in uprv_getRawUTCtime() 332 return (UDate)(((int64_t)posixTime.tv_sec * U_MILLIS_PER_SECOND) + (posixTime.tv_usec/1000)); in uprv_getRawUTCtime() 336 return (UDate)epochtime * U_MILLIS_PER_SECOND; in uprv_getRawUTCtime()
|
/external/icu4c/common/unicode/ |
D | utypes.h | 208 #define U_MILLIS_PER_SECOND (1000) macro
|
/external/icu4c/test/iotest/ |
D | iotest.cpp | 879 (int)((diffTime%U_MILLIS_PER_MINUTE)/U_MILLIS_PER_SECOND), in main() 880 (int)(diffTime%U_MILLIS_PER_SECOND)); in main()
|
/external/icu4c/test/letest/ |
D | letest.cpp | 1121 (int)((diffTime%U_MILLIS_PER_MINUTE)/U_MILLIS_PER_SECOND), in main() 1122 (int)(diffTime%U_MILLIS_PER_SECOND)); in main()
|
/external/icu4c/test/intltest/ |
D | tzregts.cpp | 1080 TimeZone *pst = new SimpleTimeZone(-28800*U_MILLIS_PER_SECOND, in TestJDK12API() 1088 TimeZone *cst1 = new SimpleTimeZone(-21600*U_MILLIS_PER_SECOND, in TestJDK12API()
|
D | intltest.cpp | 1436 (int)((diffTime%U_MILLIS_PER_MINUTE)/U_MILLIS_PER_SECOND), in main() 1437 (int)(diffTime%U_MILLIS_PER_SECOND)); in main()
|
D | tsmthred.cpp | 943 if (((int32_t)(endTime - startTime)/U_MILLIS_PER_SECOND) > PATIENCE_SECONDS) { in TestThreadedIntl()
|
D | tztest.cpp | 1802 UDate when = (double) DATA[i].time * U_MILLIS_PER_SECOND; in TestHistorical()
|