Searched refs:U_MILLIS_PER_DAY (Results 1 – 21 of 21) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | simpletz.cpp | 456 || millis >= U_MILLIS_PER_DAY in getOffset() 519 double day = uprv_floor(date / U_MILLIS_PER_DAY); in getOffsetFromLocal() 520 int32_t millis = (int32_t) (date - day * U_MILLIS_PER_DAY); in getOffsetFromLocal() 549 day = uprv_floor(date / U_MILLIS_PER_DAY); in getOffsetFromLocal() 550 millis = (int32_t) (date - day * U_MILLIS_PER_DAY); in getOffsetFromLocal() 579 while (millis >= U_MILLIS_PER_DAY) { in compareToRule() 580 millis -= U_MILLIS_PER_DAY; in compareToRule() 593 millis += U_MILLIS_PER_DAY; in compareToRule() 881 if (startTime < 0 || startTime > U_MILLIS_PER_DAY || in decodeStartRule() 936 if (endTime < 0 || endTime > U_MILLIS_PER_DAY || in decodeEndRule()
|
D | olsontz.cpp | 244 finalStartMillis = Grego::fieldsToDay(finalStartYear, 0, 1) * U_MILLIS_PER_DAY; in OlsonTimeZone() 365 || millis >= U_MILLIS_PER_DAY in getOffset() 382 UDate date = (UDate)(Grego::fieldsToDay(year, month, dom) * U_MILLIS_PER_DAY + millis); in getOffset() 442 double days = ClockMath::floorDivide(((double)ms), (double)U_MILLIS_PER_DAY, millis); in printTime()
|
D | gregoimp.h | 98 #define kOneDay (1.0 * U_MILLIS_PER_DAY) // 86,400,000
|
D | gregoimp.cpp | 140 double day = ClockMath::floorDivide((double)time, (double)U_MILLIS_PER_DAY, millisInDay); in timeToFields()
|
D | vtzone.cpp | 280 UDate time = Grego::fieldsToDay(year, month, day) * U_MILLIS_PER_DAY; in parseDateTimeString() 822 wallt += U_MILLIS_PER_DAY; in toWallTimeRule() 823 } else if (wallt >= U_MILLIS_PER_DAY) { in toWallTimeRule() 825 wallt -= U_MILLIS_PER_DAY; in toWallTimeRule() 2495 } else if (timeInDay >= U_MILLIS_PER_DAY) { in writeFinalRule() 2496 startTime = startTime - (timeInDay - (U_MILLIS_PER_DAY - 1)); in writeFinalRule()
|
D | tzrule.cpp | 311 result = ruleDay*U_MILLIS_PER_DAY + fDateTimeRule->getRuleMillisInDay(); in getStartInYear()
|
D | astro.cpp | 178 #define DAY_MS U_MILLIS_PER_DAY
|
D | timezone.cpp | 701 double day = uprv_floor(date / U_MILLIS_PER_DAY); in getOffset() 702 int32_t millis = (int32_t) (date - day * U_MILLIS_PER_DAY); in getOffset()
|
D | ucal.cpp | 108 for (int32_t i=0; i<53; ++i, d+=U_MILLIS_PER_DAY*7.0) { in ucal_getDSTSavings()
|
D | gregocal.cpp | 149 static const UDate kPapalCutover = (2299161.0 - kEpochStartAsJulianDay) * U_MILLIS_PER_DAY;
|
D | zonemeta.cpp | 215 UDate date = Grego::fieldsToDay(year, month - 1, day) * U_MILLIS_PER_DAY in parseDate()
|
D | rbtz.cpp | 392 UDate time = (UDate)Grego::fieldsToDay(year, month, day) * U_MILLIS_PER_DAY + millis; in getOffset()
|
D | tzgnames.cpp | 51 static const double kDstCheckRange = (double)184*U_MILLIS_PER_DAY;
|
/external/icu/libandroidicu/include/unicode/ |
D | utypes.h | 212 #define U_MILLIS_PER_DAY (86400000) macro
|
/external/icu/icu4c/source/common/unicode/ |
D | utypes.h | 212 #define U_MILLIS_PER_DAY (86400000) macro
|
/external/icu/icu4c/source/test/intltest/ |
D | tzregts.cpp | 376 millis += U_MILLIS_PER_DAY; in checkCalendar314() 380 while (millis >= U_MILLIS_PER_DAY) { in checkCalendar314() 381 millis -= U_MILLIS_PER_DAY; in checkCalendar314()
|
D | transrt.cpp | 47 … logln((UnicodeString)#test " took " + t/U_MILLIS_PER_DAY + " seconds"); \
|
D | intltest.cpp | 1579 (int)((diffTime%U_MILLIS_PER_DAY)/U_MILLIS_PER_HOUR), in main()
|
/external/icu/icu4c/source/test/cintltst/ |
D | cintltst.c | 249 (int)((diffTime%U_MILLIS_PER_DAY)/U_MILLIS_PER_HOUR), in main()
|
/external/icu/icu4c/source/test/iotest/ |
D | iotest.cpp | 878 (int)((diffTime%U_MILLIS_PER_DAY)/U_MILLIS_PER_HOUR), in main()
|
/external/icu/icu4c/source/test/letest/ |
D | letest.cpp | 1127 (int)((diffTime%U_MILLIS_PER_DAY)/U_MILLIS_PER_HOUR), in main()
|