/external/chromium_org/third_party/icu/source/i18n/ |
simpletz.cpp | 453 || millis >= U_MILLIS_PER_DAY 516 double day = uprv_floor(date / U_MILLIS_PER_DAY); 517 int32_t millis = (int32_t) (date - day * U_MILLIS_PER_DAY); 546 day = uprv_floor(date / U_MILLIS_PER_DAY); 547 millis = (int32_t) (date - day * U_MILLIS_PER_DAY); 576 while (millis >= U_MILLIS_PER_DAY) { 577 millis -= U_MILLIS_PER_DAY; 590 millis += U_MILLIS_PER_DAY; [all...] |
gregoimp.h | 85 #define kOneDay (1.0 * U_MILLIS_PER_DAY) // 86,400,000
|
olsontz.cpp | 237 finalStartMillis = Grego::fieldsToDay(finalStartYear, 0, 1) * U_MILLIS_PER_DAY; 353 || millis >= U_MILLIS_PER_DAY 370 UDate date = (UDate)(Grego::fieldsToDay(year, month, dom) * U_MILLIS_PER_DAY + millis); 430 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 | 177 #define DAY_MS U_MILLIS_PER_DAY [all...] |
tzrule.cpp | 309 result = ruleDay*U_MILLIS_PER_DAY + fDateTimeRule->getRuleMillisInDay();
|
ucal.cpp | 97 for (int32_t i=0; i<53; ++i, d+=U_MILLIS_PER_DAY*7.0) {
|
zonemeta.cpp | 180 UDate date = Grego::fieldsToDay(year, month - 1, day) * U_MILLIS_PER_DAY
|
timezone.cpp | 633 double day = uprv_floor(date / U_MILLIS_PER_DAY); 634 int32_t millis = (int32_t) (date - day * U_MILLIS_PER_DAY); [all...] |
/external/icu4c/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 | 277 UDate time = Grego::fieldsToDay(year, month, day) * U_MILLIS_PER_DAY; 819 wallt += U_MILLIS_PER_DAY; 820 } else if (wallt >= U_MILLIS_PER_DAY) { 822 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();
|
ucal.cpp | 105 for (int32_t i=0; i<53; ++i, d+=U_MILLIS_PER_DAY*7.0) {
|
/external/chromium_org/third_party/icu/source/common/unicode/ |
utypes.h | 316 #define U_MILLIS_PER_DAY (86400000) [all...] |
/external/icu4c/common/unicode/ |
utypes.h | 214 #define U_MILLIS_PER_DAY (86400000)
|
/external/chromium_org/third_party/icu/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...] |
/external/icu4c/test/intltest/ |
tzregts.cpp | 374 millis += U_MILLIS_PER_DAY; 378 while (millis >= U_MILLIS_PER_DAY) { 379 millis -= U_MILLIS_PER_DAY; [all...] |
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cintltst.c | 232 (int)((diffTime%U_MILLIS_PER_DAY)/U_MILLIS_PER_HOUR),
|
/external/icu4c/test/cintltst/ |
cintltst.c | 244 (int)((diffTime%U_MILLIS_PER_DAY)/U_MILLIS_PER_HOUR),
|
/external/chromium_org/third_party/icu/source/test/iotest/ |
iotest.cpp | [all...] |