/third_party/node/deps/icu-small/source/i18n/ |
D | simpletz.cpp | 457 || millis >= U_MILLIS_PER_DAY in getOffset() 522 double day = uprv_floor(date / U_MILLIS_PER_DAY); in getOffsetFromLocal() 523 int32_t millis = (int32_t) (date - day * U_MILLIS_PER_DAY); in getOffsetFromLocal() 552 day = uprv_floor(date / U_MILLIS_PER_DAY); in getOffsetFromLocal() 553 millis = (int32_t) (date - day * U_MILLIS_PER_DAY); in getOffsetFromLocal() 582 while (millis >= U_MILLIS_PER_DAY) { in compareToRule() 583 millis -= U_MILLIS_PER_DAY; in compareToRule() 596 millis += U_MILLIS_PER_DAY; in compareToRule() 884 if (startTime < 0 || startTime > U_MILLIS_PER_DAY || in decodeStartRule() 939 if (endTime < 0 || endTime > U_MILLIS_PER_DAY || in decodeEndRule()
|
D | olsontz.cpp | 244 … finalStartMillis = Grego::fieldsToDay(finalStartYear, 0, 1) * U_MILLIS_PER_DAY; in OlsonTimeZone() 365 || millis >= U_MILLIS_PER_DAY in getOffset() 382 UDate date = (UDate)(Grego::fieldsToDay(year, month, dom) * U_MILLIS_PER_DAY + millis); in getOffset() 442 double days = ClockMath::floorDivide(((double)ms), (double)U_MILLIS_PER_DAY, millis); in printTime()
|
D | gregoimp.h | 98 #define kOneDay (1.0 * U_MILLIS_PER_DAY) // 86,400,000
|
D | gregoimp.cpp | 140 double day = ClockMath::floorDivide((double)time, (double)U_MILLIS_PER_DAY, millisInDay); in timeToFields()
|
D | vtzone.cpp | 280 UDate time = Grego::fieldsToDay(year, month, day) * U_MILLIS_PER_DAY; in parseDateTimeString() 826 wallt += U_MILLIS_PER_DAY; in toWallTimeRule() 827 } else if (wallt >= U_MILLIS_PER_DAY) { in toWallTimeRule() 829 wallt -= U_MILLIS_PER_DAY; in toWallTimeRule() 2544 } else if (timeInDay >= U_MILLIS_PER_DAY) { in writeFinalRule() 2545 startTime = startTime - (timeInDay - (U_MILLIS_PER_DAY - 1)); in writeFinalRule()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | simpletz.cpp | 456 || millis >= U_MILLIS_PER_DAY in getOffset() 519 double day = uprv_floor(date / U_MILLIS_PER_DAY); in getOffsetFromLocal() 520 int32_t millis = (int32_t) (date - day * U_MILLIS_PER_DAY); in getOffsetFromLocal() 549 day = uprv_floor(date / U_MILLIS_PER_DAY); in getOffsetFromLocal() 550 millis = (int32_t) (date - day * U_MILLIS_PER_DAY); in getOffsetFromLocal() 579 while (millis >= U_MILLIS_PER_DAY) { in compareToRule() 580 millis -= U_MILLIS_PER_DAY; in compareToRule() 593 millis += U_MILLIS_PER_DAY; in compareToRule() 881 if (startTime < 0 || startTime > U_MILLIS_PER_DAY || in decodeStartRule() 936 if (endTime < 0 || endTime > U_MILLIS_PER_DAY || in decodeEndRule()
|
D | olsontz.cpp | 244 finalStartMillis = Grego::fieldsToDay(finalStartYear, 0, 1) * U_MILLIS_PER_DAY; in OlsonTimeZone() 365 || millis >= U_MILLIS_PER_DAY in getOffset() 382 UDate date = (UDate)(Grego::fieldsToDay(year, month, dom) * U_MILLIS_PER_DAY + millis); in getOffset() 442 double days = ClockMath::floorDivide(((double)ms), (double)U_MILLIS_PER_DAY, millis); in printTime()
|
D | gregoimp.h | 98 #define kOneDay (1.0 * U_MILLIS_PER_DAY) // 86,400,000
|
D | gregoimp.cpp | 140 double day = ClockMath::floorDivide((double)time, (double)U_MILLIS_PER_DAY, millisInDay); in timeToFields()
|
D | vtzone.cpp | 280 UDate time = Grego::fieldsToDay(year, month, day) * U_MILLIS_PER_DAY; in parseDateTimeString() 822 wallt += U_MILLIS_PER_DAY; in toWallTimeRule() 823 } else if (wallt >= U_MILLIS_PER_DAY) { in toWallTimeRule() 825 wallt -= U_MILLIS_PER_DAY; in toWallTimeRule() 2495 } else if (timeInDay >= U_MILLIS_PER_DAY) { in writeFinalRule() 2496 startTime = startTime - (timeInDay - (U_MILLIS_PER_DAY - 1)); in writeFinalRule()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | simpletz.cpp | 457 || millis >= U_MILLIS_PER_DAY in getOffset() 522 double day = uprv_floor(date / U_MILLIS_PER_DAY); in getOffsetFromLocal() 523 int32_t millis = (int32_t) (date - day * U_MILLIS_PER_DAY); in getOffsetFromLocal() 552 day = uprv_floor(date / U_MILLIS_PER_DAY); in getOffsetFromLocal() 553 millis = (int32_t) (date - day * U_MILLIS_PER_DAY); in getOffsetFromLocal() 582 while (millis >= U_MILLIS_PER_DAY) { in compareToRule() 583 millis -= U_MILLIS_PER_DAY; in compareToRule() 596 millis += U_MILLIS_PER_DAY; in compareToRule() 884 if (startTime < 0 || startTime > U_MILLIS_PER_DAY || in decodeStartRule() 939 if (endTime < 0 || endTime > U_MILLIS_PER_DAY || in decodeEndRule()
|
D | olsontz.cpp | 244 … finalStartMillis = Grego::fieldsToDay(finalStartYear, 0, 1) * U_MILLIS_PER_DAY; in OlsonTimeZone() 365 || millis >= U_MILLIS_PER_DAY in getOffset() 382 UDate date = (UDate)(Grego::fieldsToDay(year, month, dom) * U_MILLIS_PER_DAY + millis); in getOffset() 442 double days = ClockMath::floorDivide(((double)ms), (double)U_MILLIS_PER_DAY, millis); in printTime()
|
D | gregoimp.h | 98 #define kOneDay (1.0 * U_MILLIS_PER_DAY) // 86,400,000
|
D | gregoimp.cpp | 140 double day = ClockMath::floorDivide((double)time, (double)U_MILLIS_PER_DAY, millisInDay); in timeToFields()
|
D | vtzone.cpp | 280 UDate time = Grego::fieldsToDay(year, month, day) * U_MILLIS_PER_DAY; in parseDateTimeString() 826 wallt += U_MILLIS_PER_DAY; in toWallTimeRule() 827 } else if (wallt >= U_MILLIS_PER_DAY) { in toWallTimeRule() 829 wallt -= U_MILLIS_PER_DAY; in toWallTimeRule() 2561 } else if (timeInDay >= U_MILLIS_PER_DAY) { in writeFinalRule() 2562 startTime = startTime - (timeInDay - (U_MILLIS_PER_DAY - 1)); in writeFinalRule()
|
/third_party/icu/icu4c/source/i18n/ |
D | simpletz.cpp | 457 || millis >= U_MILLIS_PER_DAY in getOffset() 522 double day = uprv_floor(date / U_MILLIS_PER_DAY); in getOffsetFromLocal() 523 int32_t millis = (int32_t) (date - day * U_MILLIS_PER_DAY); in getOffsetFromLocal() 552 day = uprv_floor(date / U_MILLIS_PER_DAY); in getOffsetFromLocal() 553 millis = (int32_t) (date - day * U_MILLIS_PER_DAY); in getOffsetFromLocal() 582 while (millis >= U_MILLIS_PER_DAY) { in compareToRule() 583 millis -= U_MILLIS_PER_DAY; in compareToRule() 596 millis += U_MILLIS_PER_DAY; in compareToRule() 884 if (startTime < 0 || startTime > U_MILLIS_PER_DAY || in decodeStartRule() 939 if (endTime < 0 || endTime > U_MILLIS_PER_DAY || in decodeEndRule()
|
D | olsontz.cpp | 244 … finalStartMillis = Grego::fieldsToDay(finalStartYear, 0, 1) * U_MILLIS_PER_DAY; in OlsonTimeZone() 365 || millis >= U_MILLIS_PER_DAY in getOffset() 382 UDate date = (UDate)(Grego::fieldsToDay(year, month, dom) * U_MILLIS_PER_DAY + millis); in getOffset() 442 double days = ClockMath::floorDivide(((double)ms), (double)U_MILLIS_PER_DAY, millis); in printTime()
|
D | gregoimp.h | 98 #define kOneDay (1.0 * U_MILLIS_PER_DAY) // 86,400,000
|
D | gregoimp.cpp | 140 double day = ClockMath::floorDivide((double)time, (double)U_MILLIS_PER_DAY, millisInDay); in timeToFields()
|
D | vtzone.cpp | 280 UDate time = Grego::fieldsToDay(year, month, day) * U_MILLIS_PER_DAY; in parseDateTimeString() 826 wallt += U_MILLIS_PER_DAY; in toWallTimeRule() 827 } else if (wallt >= U_MILLIS_PER_DAY) { in toWallTimeRule() 829 wallt -= U_MILLIS_PER_DAY; in toWallTimeRule() 2561 } else if (timeInDay >= U_MILLIS_PER_DAY) { in writeFinalRule() 2562 startTime = startTime - (timeInDay - (U_MILLIS_PER_DAY - 1)); in writeFinalRule()
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
D | utypes.h | 212 #define U_MILLIS_PER_DAY (86400000) macro
|
/third_party/flutter/skia/third_party/externals/icu/source/common/unicode/ |
D | utypes.h | 212 #define U_MILLIS_PER_DAY (86400000) macro
|
/third_party/icu/icu4c/source/common/unicode/ |
D | utypes.h | 216 #define U_MILLIS_PER_DAY (86400000) macro
|
/third_party/node/deps/icu-small/source/common/unicode/ |
D | utypes.h | 212 #define U_MILLIS_PER_DAY (86400000) macro
|
/third_party/icu/icu4c/source/test/intltest/ |
D | tzregts.cpp | 376 millis += U_MILLIS_PER_DAY; in checkCalendar314() 380 while (millis >= U_MILLIS_PER_DAY) { in checkCalendar314() 381 millis -= U_MILLIS_PER_DAY; in checkCalendar314()
|