HomeSort by relevance Sort by last modified time
    Searched refs:U_MILLIS_PER_DAY (Results 1 - 20 of 20) sorted by null

  /external/icu/icu4c/source/i18n/
simpletz.cpp 456 || millis >= U_MILLIS_PER_DAY
519 double day = uprv_floor(date / U_MILLIS_PER_DAY);
520 int32_t millis = (int32_t) (date - day * U_MILLIS_PER_DAY);
549 day = uprv_floor(date / U_MILLIS_PER_DAY);
550 millis = (int32_t) (date - day * U_MILLIS_PER_DAY);
579 while (millis >= U_MILLIS_PER_DAY) {
580 millis -= U_MILLIS_PER_DAY;
593 millis += U_MILLIS_PER_DAY;
    [all...]
gregoimp.h 87 #define kOneDay (1.0 * U_MILLIS_PER_DAY) // 86,400,000
gregoimp.cpp 135 double day = ClockMath::floorDivide((double)time, (double)U_MILLIS_PER_DAY, millisInDay);
olsontz.cpp 244 finalStartMillis = Grego::fieldsToDay(finalStartYear, 0, 1) * U_MILLIS_PER_DAY;
365 || millis >= U_MILLIS_PER_DAY
382 UDate date = (UDate)(Grego::fieldsToDay(year, month, dom) * U_MILLIS_PER_DAY + millis);
442 double days = ClockMath::floorDivide(((double)ms), (double)U_MILLIS_PER_DAY, millis);
    [all...]
vtzone.cpp 280 UDate time = Grego::fieldsToDay(year, month, day) * U_MILLIS_PER_DAY;
822 wallt += U_MILLIS_PER_DAY;
823 } else if (wallt >= U_MILLIS_PER_DAY) {
825 wallt -= U_MILLIS_PER_DAY;
    [all...]
astro.cpp 178 #define DAY_MS U_MILLIS_PER_DAY
    [all...]
tzrule.cpp 311 result = ruleDay*U_MILLIS_PER_DAY + fDateTimeRule->getRuleMillisInDay();
ucal.cpp 108 for (int32_t i=0; i<53; ++i, d+=U_MILLIS_PER_DAY*7.0) {
timezone.cpp 701 double day = uprv_floor(date / U_MILLIS_PER_DAY);
702 int32_t millis = (int32_t) (date - day * U_MILLIS_PER_DAY);
    [all...]
gregocal.cpp 149 static const UDate kPapalCutover = (2299161.0 - kEpochStartAsJulianDay) * U_MILLIS_PER_DAY;
    [all...]
rbtz.cpp 392 UDate time = (UDate)Grego::fieldsToDay(year, month, day) * U_MILLIS_PER_DAY + millis;
zonemeta.cpp 214 UDate date = Grego::fieldsToDay(year, month - 1, day) * U_MILLIS_PER_DAY
tzgnames.cpp 50 static const double kDstCheckRange = (double)184*U_MILLIS_PER_DAY;
    [all...]
  /external/icu/icu4c/source/common/unicode/
utypes.h 212 #define U_MILLIS_PER_DAY (86400000)
  /external/icu/icu4c/source/test/intltest/
tzregts.cpp 374 millis += U_MILLIS_PER_DAY;
378 while (millis >= U_MILLIS_PER_DAY) {
379 millis -= U_MILLIS_PER_DAY;
    [all...]
transrt.cpp 47 logln((UnicodeString)#test " took " + t/U_MILLIS_PER_DAY + " seconds"); \
    [all...]
intltest.cpp     [all...]
  /external/icu/icu4c/source/test/cintltst/
cintltst.c 249 (int)((diffTime%U_MILLIS_PER_DAY)/U_MILLIS_PER_HOUR),
  /external/icu/icu4c/source/test/iotest/
iotest.cpp     [all...]
  /external/icu/icu4c/source/test/letest/
letest.cpp     [all...]

Completed in 2967 milliseconds