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 454 || 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;
    [all...]
gregoimp.h 85 #define kOneDay (1.0 * U_MILLIS_PER_DAY) // 86,400,000
olsontz.cpp 242 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);
    [all...]
gregoimp.cpp 137 double day = ClockMath::floorDivide((double)time, (double)U_MILLIS_PER_DAY, millisInDay);
vtzone.cpp 278 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;
    [all...]
astro.cpp 176 #define DAY_MS U_MILLIS_PER_DAY
    [all...]
tzrule.cpp 309 result = ruleDay*U_MILLIS_PER_DAY + fDateTimeRule->getRuleMillisInDay();
timezone.cpp 697 double day = uprv_floor(date / U_MILLIS_PER_DAY);
698 int32_t millis = (int32_t) (date - day * U_MILLIS_PER_DAY);
    [all...]
gregocal.cpp 147 static const UDate kPapalCutover = (2299161.0 - kEpochStartAsJulianDay) * U_MILLIS_PER_DAY;
    [all...]
rbtz.cpp 390 UDate time = (UDate)Grego::fieldsToDay(year, month, day) * U_MILLIS_PER_DAY + millis;
ucal.cpp 105 for (int32_t i=0; i<53; ++i, d+=U_MILLIS_PER_DAY*7.0) {
zonemeta.cpp 212 UDate date = Grego::fieldsToDay(year, month - 1, day) * U_MILLIS_PER_DAY
tzgnames.cpp 48 static const double kDstCheckRange = (double)184*U_MILLIS_PER_DAY;
    [all...]
  /external/icu/icu4c/source/common/unicode/
utypes.h 214 #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 45 logln((UnicodeString)#test " took " + t/U_MILLIS_PER_DAY + " seconds"); \
    [all...]
intltest.cpp     [all...]
  /external/icu/icu4c/source/test/cintltst/
cintltst.c 239 (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 380 milliseconds