Home
last modified time | relevance | path

Searched refs:U_MILLIS_PER_SECOND (Results 1 – 20 of 20) sorted by relevance

/external/icu4c/i18n/
Dolsontz.cpp210 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 …]
Dolsontz.h404 return (double)transitionTimeInSeconds(transIdx) * U_MILLIS_PER_SECOND; in transitionTime()
Drbtz.cpp468 getOffset(uprv_getUTCtime() * U_MILLIS_PER_SECOND, in getRawOffset()
479 UDate now = uprv_getUTCtime() * U_MILLIS_PER_SECOND; in useDaylightTime()
Dastro.cpp155 #define SECOND_MS U_MILLIS_PER_SECOND
Dvtzone.cpp203 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()
Dtimezone.cpp489 rawOffset = uprv_timezone() * -U_MILLIS_PER_SECOND; in initDefault()
/external/icu4c/test/compat/
Dtzdate.c62 getICUCurrentTime(icutime, systemtime * U_MILLIS_PER_SECOND); in main()
/external/icu4c/test/cintltst/
Dcintltst.c246 (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/
Dutypes.h242 #define U_MILLIS_PER_SECOND (1000) macro
/external/webkit/Source/WebCore/icu/unicode/
Dutypes.h242 #define U_MILLIS_PER_SECOND (1000) macro
/external/webkit/Source/WebKit/mac/icu/unicode/
Dutypes.h242 #define U_MILLIS_PER_SECOND (1000) macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
Dutypes.h242 #define U_MILLIS_PER_SECOND (1000) macro
/external/icu4c/common/
Dputil.cpp248 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/
Dutypes.h208 #define U_MILLIS_PER_SECOND (1000) macro
/external/icu4c/test/iotest/
Diotest.cpp879 (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/
Dletest.cpp1121 (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/
Dtzregts.cpp1080 TimeZone *pst = new SimpleTimeZone(-28800*U_MILLIS_PER_SECOND, in TestJDK12API()
1088 TimeZone *cst1 = new SimpleTimeZone(-21600*U_MILLIS_PER_SECOND, in TestJDK12API()
Dintltest.cpp1436 (int)((diffTime%U_MILLIS_PER_MINUTE)/U_MILLIS_PER_SECOND), in main()
1437 (int)(diffTime%U_MILLIS_PER_SECOND)); in main()
Dtsmthred.cpp943 if (((int32_t)(endTime - startTime)/U_MILLIS_PER_SECOND) > PATIENCE_SECONDS) { in TestThreadedIntl()
Dtztest.cpp1802 UDate when = (double) DATA[i].time * U_MILLIS_PER_SECOND; in TestHistorical()