Searched refs:U_MILLIS_PER_DAY (Results 1 - 25 of 40) sorted by relevance

12

/external/chromium_org/third_party/icu/source/i18n/
H A Dsimpletz.cpp454 || millis >= U_MILLIS_PER_DAY
517 double day = uprv_floor(date / U_MILLIS_PER_DAY);
518 int32_t millis = (int32_t) (date - day * U_MILLIS_PER_DAY);
547 day = uprv_floor(date / U_MILLIS_PER_DAY);
548 millis = (int32_t) (date - day * U_MILLIS_PER_DAY);
577 while (millis >= U_MILLIS_PER_DAY) {
578 millis -= U_MILLIS_PER_DAY;
591 millis += U_MILLIS_PER_DAY;
879 if (startTime < 0 || startTime > U_MILLIS_PER_DAY ||
934 if (endTime < 0 || endTime > U_MILLIS_PER_DAY ||
[all...]
H A Dgregoimp.h85 #define kOneDay (1.0 * U_MILLIS_PER_DAY) // 86,400,000
H A Dolsontz.cpp242 finalStartMillis = Grego::fieldsToDay(finalStartYear, 0, 1) * U_MILLIS_PER_DAY;
363 || millis >= U_MILLIS_PER_DAY
380 UDate date = (UDate)(Grego::fieldsToDay(year, month, dom) * U_MILLIS_PER_DAY + millis);
440 double days = ClockMath::floorDivide(((double)ms), (double)U_MILLIS_PER_DAY, millis);
H A Dgregoimp.cpp137 double day = ClockMath::floorDivide((double)time, (double)U_MILLIS_PER_DAY, millisInDay);
H A Dvtzone.cpp278 UDate time = Grego::fieldsToDay(year, month, day) * U_MILLIS_PER_DAY;
820 wallt += U_MILLIS_PER_DAY;
821 } else if (wallt >= U_MILLIS_PER_DAY) {
823 wallt -= U_MILLIS_PER_DAY;
2503 } else if (timeInDay >= U_MILLIS_PER_DAY) {
2504 startTime = startTime - (timeInDay - (U_MILLIS_PER_DAY - 1));
H A Dastro.cpp176 #define DAY_MS U_MILLIS_PER_DAY
H A Dtzrule.cpp309 result = ruleDay*U_MILLIS_PER_DAY + fDateTimeRule->getRuleMillisInDay();
H A Dtimezone.cpp675 double day = uprv_floor(date / U_MILLIS_PER_DAY);
676 int32_t millis = (int32_t) (date - day * U_MILLIS_PER_DAY);
H A Dgregocal.cpp147 static const UDate kPapalCutover = (2299161.0 - kEpochStartAsJulianDay) * U_MILLIS_PER_DAY;
H A Drbtz.cpp390 UDate time = (UDate)Grego::fieldsToDay(year, month, day) * U_MILLIS_PER_DAY + millis;
H A Ducal.cpp105 for (int32_t i=0; i<53; ++i, d+=U_MILLIS_PER_DAY*7.0) {
/external/icu/icu4c/source/i18n/
H A Dsimpletz.cpp454 || millis >= U_MILLIS_PER_DAY
517 double day = uprv_floor(date / U_MILLIS_PER_DAY);
518 int32_t millis = (int32_t) (date - day * U_MILLIS_PER_DAY);
547 day = uprv_floor(date / U_MILLIS_PER_DAY);
548 millis = (int32_t) (date - day * U_MILLIS_PER_DAY);
577 while (millis >= U_MILLIS_PER_DAY) {
578 millis -= U_MILLIS_PER_DAY;
591 millis += U_MILLIS_PER_DAY;
879 if (startTime < 0 || startTime > U_MILLIS_PER_DAY ||
934 if (endTime < 0 || endTime > U_MILLIS_PER_DAY ||
[all...]
H A Dgregoimp.h85 #define kOneDay (1.0 * U_MILLIS_PER_DAY) // 86,400,000
H A Dolsontz.cpp242 finalStartMillis = Grego::fieldsToDay(finalStartYear, 0, 1) * U_MILLIS_PER_DAY;
363 || millis >= U_MILLIS_PER_DAY
380 UDate date = (UDate)(Grego::fieldsToDay(year, month, dom) * U_MILLIS_PER_DAY + millis);
440 double days = ClockMath::floorDivide(((double)ms), (double)U_MILLIS_PER_DAY, millis);
H A Dgregoimp.cpp137 double day = ClockMath::floorDivide((double)time, (double)U_MILLIS_PER_DAY, millisInDay);
H A Dvtzone.cpp278 UDate time = Grego::fieldsToDay(year, month, day) * U_MILLIS_PER_DAY;
820 wallt += U_MILLIS_PER_DAY;
821 } else if (wallt >= U_MILLIS_PER_DAY) {
823 wallt -= U_MILLIS_PER_DAY;
2503 } else if (timeInDay >= U_MILLIS_PER_DAY) {
2504 startTime = startTime - (timeInDay - (U_MILLIS_PER_DAY - 1));
H A Dastro.cpp176 #define DAY_MS U_MILLIS_PER_DAY
H A Dtzrule.cpp309 result = ruleDay*U_MILLIS_PER_DAY + fDateTimeRule->getRuleMillisInDay();
H A Dtimezone.cpp675 double day = uprv_floor(date / U_MILLIS_PER_DAY);
676 int32_t millis = (int32_t) (date - day * U_MILLIS_PER_DAY);
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dutypes.h210 #define U_MILLIS_PER_DAY (86400000) macro
/external/icu/icu4c/source/common/unicode/
H A Dutypes.h214 #define U_MILLIS_PER_DAY (86400000) macro
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtzregts.cpp374 millis += U_MILLIS_PER_DAY;
378 while (millis >= U_MILLIS_PER_DAY) {
379 millis -= U_MILLIS_PER_DAY;
/external/icu/icu4c/source/test/intltest/
H A Dtzregts.cpp374 millis += U_MILLIS_PER_DAY;
378 while (millis >= U_MILLIS_PER_DAY) {
379 millis -= U_MILLIS_PER_DAY;
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcintltst.c239 (int)((diffTime%U_MILLIS_PER_DAY)/U_MILLIS_PER_HOUR),
/external/icu/icu4c/source/test/cintltst/
H A Dcintltst.c239 (int)((diffTime%U_MILLIS_PER_DAY)/U_MILLIS_PER_HOUR),

Completed in 8012 milliseconds

12