/external/icu4c/i18n/ |
D | simpletz.cpp | 453 || millis >= U_MILLIS_PER_DAY in getOffset() 516 double day = uprv_floor(date / U_MILLIS_PER_DAY); in getOffsetFromLocal() 517 int32_t millis = (int32_t) (date - day * U_MILLIS_PER_DAY); in getOffsetFromLocal() 546 day = uprv_floor(date / U_MILLIS_PER_DAY); in getOffsetFromLocal() 547 millis = (int32_t) (date - day * U_MILLIS_PER_DAY); in getOffsetFromLocal() 576 while (millis >= U_MILLIS_PER_DAY) { in compareToRule() 577 millis -= U_MILLIS_PER_DAY; in compareToRule() 590 millis += U_MILLIS_PER_DAY; in compareToRule() 878 if (startTime < 0 || startTime > U_MILLIS_PER_DAY || in decodeStartRule() 933 if (endTime < 0 || endTime > U_MILLIS_PER_DAY || in decodeEndRule()
|
D | olsontz.cpp | 241 finalStartMillis = Grego::fieldsToDay(finalStartYear, 0, 1) * U_MILLIS_PER_DAY; in OlsonTimeZone() 362 || millis >= U_MILLIS_PER_DAY in getOffset() 379 UDate date = (UDate)(Grego::fieldsToDay(year, month, dom) * U_MILLIS_PER_DAY + millis); in getOffset() 439 double days = ClockMath::floorDivide(((double)ms), (double)U_MILLIS_PER_DAY, millis); in printTime()
|
D | gregoimp.h | 85 #define kOneDay (1.0 * U_MILLIS_PER_DAY) // 86,400,000
|
D | vtzone.cpp | 277 UDate time = Grego::fieldsToDay(year, month, day) * U_MILLIS_PER_DAY; in parseDateTimeString() 819 wallt += U_MILLIS_PER_DAY; in toWallTimeRule() 820 } else if (wallt >= U_MILLIS_PER_DAY) { in toWallTimeRule() 822 wallt -= U_MILLIS_PER_DAY; in toWallTimeRule() 2492 } else if (timeInDay >= U_MILLIS_PER_DAY) { in writeFinalRule() 2493 startTime = startTime - (timeInDay - (U_MILLIS_PER_DAY - 1)); in writeFinalRule()
|
D | gregoimp.cpp | 137 double day = ClockMath::floorDivide((double)time, (double)U_MILLIS_PER_DAY, millisInDay); in timeToFields()
|
D | tzrule.cpp | 309 result = ruleDay*U_MILLIS_PER_DAY + fDateTimeRule->getRuleMillisInDay(); in getStartInYear()
|
D | astro.cpp | 176 #define DAY_MS U_MILLIS_PER_DAY
|
D | timezone.cpp | 625 double day = uprv_floor(date / U_MILLIS_PER_DAY); in getOffset() 626 int32_t millis = (int32_t) (date - day * U_MILLIS_PER_DAY); in getOffset()
|
D | ucal.cpp | 105 for (int32_t i=0; i<53; ++i, d+=U_MILLIS_PER_DAY*7.0) { in ucal_getDSTSavings()
|
D | zonemeta.cpp | 206 UDate date = Grego::fieldsToDay(year, month - 1, day) * U_MILLIS_PER_DAY in parseDate()
|
D | gregocal.cpp | 147 static const UDate kPapalCutover = (2299161.0 - kEpochStartAsJulianDay) * U_MILLIS_PER_DAY;
|
D | rbtz.cpp | 374 UDate time = (UDate)Grego::fieldsToDay(year, month, day) * U_MILLIS_PER_DAY + millis; in getOffset()
|
D | tzgnames.cpp | 49 static const double kDstCheckRange = (double)184*U_MILLIS_PER_DAY;
|
/external/webkit/Source/JavaScriptCore/icu/unicode/ |
D | utypes.h | 248 #define U_MILLIS_PER_DAY (86400000) macro
|
/external/webkit/Source/WebCore/icu/unicode/ |
D | utypes.h | 248 #define U_MILLIS_PER_DAY (86400000) macro
|
/external/webkit/Source/WebKit/mac/icu/unicode/ |
D | utypes.h | 248 #define U_MILLIS_PER_DAY (86400000) macro
|
/external/webkit/Source/JavaScriptGlue/icu/unicode/ |
D | utypes.h | 248 #define U_MILLIS_PER_DAY (86400000) macro
|
/external/icu4c/common/unicode/ |
D | utypes.h | 214 #define U_MILLIS_PER_DAY (86400000) macro
|
/external/icu4c/test/intltest/ |
D | tzregts.cpp | 374 millis += U_MILLIS_PER_DAY; in checkCalendar314() 378 while (millis >= U_MILLIS_PER_DAY) { in checkCalendar314() 379 millis -= U_MILLIS_PER_DAY; in checkCalendar314()
|
D | transrt.cpp | 45 … logln((UnicodeString)#test " took " + t/U_MILLIS_PER_DAY + " seconds"); \
|
D | intltest.cpp | 1434 (int)((diffTime%U_MILLIS_PER_DAY)/U_MILLIS_PER_HOUR), in main()
|
/external/icu4c/test/cintltst/ |
D | cintltst.c | 244 (int)((diffTime%U_MILLIS_PER_DAY)/U_MILLIS_PER_HOUR), in main()
|
/external/icu4c/test/iotest/ |
D | iotest.cpp | 877 (int)((diffTime%U_MILLIS_PER_DAY)/U_MILLIS_PER_HOUR), in main()
|
/external/icu4c/test/letest/ |
D | letest.cpp | 1119 (int)((diffTime%U_MILLIS_PER_DAY)/U_MILLIS_PER_HOUR), in main()
|