/external/icu/icu4c/source/i18n/ |
D | simpletz.cpp | 454 || millis >= U_MILLIS_PER_DAY in getOffset() 517 double day = uprv_floor(date / U_MILLIS_PER_DAY); in getOffsetFromLocal() 518 int32_t millis = (int32_t) (date - day * U_MILLIS_PER_DAY); in getOffsetFromLocal() 547 day = uprv_floor(date / U_MILLIS_PER_DAY); in getOffsetFromLocal() 548 millis = (int32_t) (date - day * U_MILLIS_PER_DAY); in getOffsetFromLocal() 577 while (millis >= U_MILLIS_PER_DAY) { in compareToRule() 578 millis -= U_MILLIS_PER_DAY; in compareToRule() 591 millis += U_MILLIS_PER_DAY; in compareToRule() 879 if (startTime < 0 || startTime > U_MILLIS_PER_DAY || in decodeStartRule() 934 if (endTime < 0 || endTime > U_MILLIS_PER_DAY || in decodeEndRule()
|
D | gregoimp.h | 85 #define kOneDay (1.0 * U_MILLIS_PER_DAY) // 86,400,000
|
D | olsontz.cpp | 242 finalStartMillis = Grego::fieldsToDay(finalStartYear, 0, 1) * U_MILLIS_PER_DAY; in OlsonTimeZone() 363 || millis >= U_MILLIS_PER_DAY in getOffset() 380 UDate date = (UDate)(Grego::fieldsToDay(year, month, dom) * U_MILLIS_PER_DAY + millis); in getOffset() 440 double days = ClockMath::floorDivide(((double)ms), (double)U_MILLIS_PER_DAY, millis); in printTime()
|
D | gregoimp.cpp | 137 double day = ClockMath::floorDivide((double)time, (double)U_MILLIS_PER_DAY, millisInDay); in timeToFields()
|
D | vtzone.cpp | 278 UDate time = Grego::fieldsToDay(year, month, day) * U_MILLIS_PER_DAY; in parseDateTimeString() 820 wallt += U_MILLIS_PER_DAY; in toWallTimeRule() 821 } else if (wallt >= U_MILLIS_PER_DAY) { in toWallTimeRule() 823 wallt -= U_MILLIS_PER_DAY; in toWallTimeRule() 2503 } else if (timeInDay >= U_MILLIS_PER_DAY) { in writeFinalRule() 2504 startTime = startTime - (timeInDay - (U_MILLIS_PER_DAY - 1)); in writeFinalRule()
|
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 | 675 double day = uprv_floor(date / U_MILLIS_PER_DAY); in getOffset() 676 int32_t millis = (int32_t) (date - day * U_MILLIS_PER_DAY); in getOffset()
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | simpletz.cpp | 454 || millis >= U_MILLIS_PER_DAY in getOffset() 517 double day = uprv_floor(date / U_MILLIS_PER_DAY); in getOffsetFromLocal() 518 int32_t millis = (int32_t) (date - day * U_MILLIS_PER_DAY); in getOffsetFromLocal() 547 day = uprv_floor(date / U_MILLIS_PER_DAY); in getOffsetFromLocal() 548 millis = (int32_t) (date - day * U_MILLIS_PER_DAY); in getOffsetFromLocal() 577 while (millis >= U_MILLIS_PER_DAY) { in compareToRule() 578 millis -= U_MILLIS_PER_DAY; in compareToRule() 591 millis += U_MILLIS_PER_DAY; in compareToRule() 879 if (startTime < 0 || startTime > U_MILLIS_PER_DAY || in decodeStartRule() 934 if (endTime < 0 || endTime > U_MILLIS_PER_DAY || in decodeEndRule()
|
D | gregoimp.h | 85 #define kOneDay (1.0 * U_MILLIS_PER_DAY) // 86,400,000
|
D | olsontz.cpp | 242 finalStartMillis = Grego::fieldsToDay(finalStartYear, 0, 1) * U_MILLIS_PER_DAY; in OlsonTimeZone() 363 || millis >= U_MILLIS_PER_DAY in getOffset() 380 UDate date = (UDate)(Grego::fieldsToDay(year, month, dom) * U_MILLIS_PER_DAY + millis); in getOffset() 440 double days = ClockMath::floorDivide(((double)ms), (double)U_MILLIS_PER_DAY, millis); in printTime()
|
D | gregoimp.cpp | 137 double day = ClockMath::floorDivide((double)time, (double)U_MILLIS_PER_DAY, millisInDay); in timeToFields()
|
D | vtzone.cpp | 278 UDate time = Grego::fieldsToDay(year, month, day) * U_MILLIS_PER_DAY; in parseDateTimeString() 820 wallt += U_MILLIS_PER_DAY; in toWallTimeRule() 821 } else if (wallt >= U_MILLIS_PER_DAY) { in toWallTimeRule() 823 wallt -= U_MILLIS_PER_DAY; in toWallTimeRule() 2503 } else if (timeInDay >= U_MILLIS_PER_DAY) { in writeFinalRule() 2504 startTime = startTime - (timeInDay - (U_MILLIS_PER_DAY - 1)); in writeFinalRule()
|
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 | 675 double day = uprv_floor(date / U_MILLIS_PER_DAY); in getOffset() 676 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()
|
/external/icu/icu4c/source/common/unicode/ |
D | utypes.h | 214 #define U_MILLIS_PER_DAY (86400000) macro
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
D | utypes.h | 210 #define U_MILLIS_PER_DAY (86400000) macro
|
/external/icu/icu4c/source/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()
|
/external/chromium_org/third_party/icu/source/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()
|
/external/icu/icu4c/source/test/cintltst/ |
D | cintltst.c | 239 (int)((diffTime%U_MILLIS_PER_DAY)/U_MILLIS_PER_HOUR), in main()
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
D | cintltst.c | 239 (int)((diffTime%U_MILLIS_PER_DAY)/U_MILLIS_PER_HOUR), in main()
|
/external/icu/icu4c/source/test/iotest/ |
D | iotest.cpp | 877 (int)((diffTime%U_MILLIS_PER_DAY)/U_MILLIS_PER_HOUR), in main()
|
/external/chromium_org/third_party/icu/source/test/iotest/ |
D | iotest.cpp | 877 (int)((diffTime%U_MILLIS_PER_DAY)/U_MILLIS_PER_HOUR), in main()
|