Searched refs:MAX_MILLIS (Results 1 – 4 of 4) sorted by relevance
/external/icu4c/i18n/ |
D | vtzone.cpp | 160 } else if (date > MAX_MILLIS) { in appendMillis() 161 number = (int64_t)MAX_MILLIS; in appendMillis() 957 lastmod(MAX_MILLIS) { in UOBJECT_DEFINE_RTTI_IMPLEMENTATION() 1144 if (lastmod != MAX_MILLIS) { in getLastModified() 1369 UDate firstStart = MAX_MILLIS; // the earliest rule start time in parse() 1540 UDate actualStart = MAX_MILLIS; in parse() 2104 … dstMonth, dstWeekInMonth, dstDayOfWeek, dstStartTime, MAX_MILLIS, status); in writeZone() 2141 …stdMonth, stdWeekInMonth, stdDayOfWeek, stdStartTime, MAX_MILLIS, status); … in writeZone() 2193 if (lastmod != MAX_MILLIS) { in writeHeaders() 2267 if (untilTime != MAX_MILLIS) { in writeZonePropsByDOM() [all …]
|
D | gregoimp.h | 126 #define MAX_MILLIS ((MAX_JULIAN - kEpochStartAsJulianDay) * kOneDay) macro
|
D | rbtz.cpp | 183 UDate nextTransitionTime = MAX_MILLIS; in complete()
|
D | calendar.cpp | 1063 if (millis > MAX_MILLIS) { in setTimeInMillis() 1065 millis = MAX_MILLIS; in setTimeInMillis()
|