Home
last modified time | relevance | path

Searched refs:U_MILLIS_PER_DAY (Results 1 – 24 of 24) sorted by relevance

/external/icu4c/i18n/
Dsimpletz.cpp453 || 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()
Dolsontz.cpp241 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()
Dgregoimp.h85 #define kOneDay (1.0 * U_MILLIS_PER_DAY) // 86,400,000
Dvtzone.cpp278 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()
2487 } else if (timeInDay >= U_MILLIS_PER_DAY) { in writeFinalRule()
2488 startTime = startTime - (timeInDay - (U_MILLIS_PER_DAY - 1)); in writeFinalRule()
Dgregoimp.cpp137 double day = ClockMath::floorDivide((double)time, (double)U_MILLIS_PER_DAY, millisInDay); in timeToFields()
Dtzrule.cpp309 result = ruleDay*U_MILLIS_PER_DAY + fDateTimeRule->getRuleMillisInDay(); in getStartInYear()
Ducal.cpp104 for (int32_t i=0; i<53; ++i, d+=U_MILLIS_PER_DAY*7.0) { in ucal_getDSTSavings()
Dastro.cpp177 #define DAY_MS U_MILLIS_PER_DAY
Dtimezone.cpp614 double day = uprv_floor(date / U_MILLIS_PER_DAY); in getOffset()
615 int32_t millis = (int32_t) (date - day * U_MILLIS_PER_DAY); in getOffset()
Dzonemeta.cpp205 UDate date = Grego::fieldsToDay(year, month - 1, day) * U_MILLIS_PER_DAY in parseDate()
Dgregocal.cpp147 static const UDate kPapalCutover = (2299161.0 - kEpochStartAsJulianDay) * U_MILLIS_PER_DAY;
Drbtz.cpp374 UDate time = (UDate)Grego::fieldsToDay(year, month, day) * U_MILLIS_PER_DAY + millis; in getOffset()
Dtzgnames.cpp48 static const double kDstCheckRange = (double)184*U_MILLIS_PER_DAY;
/external/webkit/Source/JavaScriptGlue/icu/unicode/
Dutypes.h248 #define U_MILLIS_PER_DAY (86400000) macro
/external/webkit/Source/WebCore/icu/unicode/
Dutypes.h248 #define U_MILLIS_PER_DAY (86400000) macro
/external/webkit/Source/JavaScriptCore/icu/unicode/
Dutypes.h248 #define U_MILLIS_PER_DAY (86400000) macro
/external/webkit/Source/WebKit/mac/icu/unicode/
Dutypes.h248 #define U_MILLIS_PER_DAY (86400000) macro
/external/icu4c/common/unicode/
Dutypes.h323 #define U_MILLIS_PER_DAY (86400000) macro
/external/icu4c/test/intltest/
Dtzregts.cpp374 millis += U_MILLIS_PER_DAY; in checkCalendar314()
378 while (millis >= U_MILLIS_PER_DAY) { in checkCalendar314()
379 millis -= U_MILLIS_PER_DAY; in checkCalendar314()
Dtransrt.cpp44 … logln((UnicodeString)#test " took " + t/U_MILLIS_PER_DAY + " seconds"); \
Dintltest.cpp1400 (int)((diffTime%U_MILLIS_PER_DAY)/U_MILLIS_PER_HOUR), in main()
/external/icu4c/test/cintltst/
Dcintltst.c232 (int)((diffTime%U_MILLIS_PER_DAY)/U_MILLIS_PER_HOUR), in main()
/external/icu4c/test/iotest/
Diotest.cpp876 (int)((diffTime%U_MILLIS_PER_DAY)/U_MILLIS_PER_HOUR), in main()
/external/icu4c/test/letest/
Dletest.cpp1119 (int)((diffTime%U_MILLIS_PER_DAY)/U_MILLIS_PER_HOUR), in main()