Searched refs:untilTime (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/i18n/unicode/ |
D | vtzone.h | 388 int32_t month, int32_t dayOfMonth, UDate startTime, UDate untilTime, 393 UDate startTime, UDate untilTime, UErrorCode& status) const; 397 UDate startTime, UDate untilTime, UErrorCode& status) const; 400 … UDate untilTime, int32_t fromOffset, UErrorCode& status) const; 404 UDate startTime, UDate untilTime, UErrorCode& status) const;
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | VTimeZone.java | 1068 long untilTime = MIN_TIME; 1096 untilTime = parseDateTimeString(value, 0); 1194 until[0] = untilTime; 1538 int month, int dayOfMonth, long startTime, long untilTime) throws IOException { in writeZonePropsByDOM() argument 1546 if (untilTime != MAX_TIME) { in writeZonePropsByDOM() 1547 appendUNTIL(writer, getDateTimeString(untilTime + fromOffset)); in writeZonePropsByDOM() 1558 … int month, int weekInMonth, int dayOfWeek, long startTime, long untilTime) throws IOException { in writeZonePropsByDOW() argument 1567 if (untilTime != MAX_TIME) { in writeZonePropsByDOW() 1568 appendUNTIL(writer, getDateTimeString(untilTime + fromOffset)); in writeZonePropsByDOW() 1579 … int month, int dayOfMonth, int dayOfWeek, long startTime, long untilTime) throws IOException { in writeZonePropsByDOW_GEQ_DOM() argument [all …]
|
/external/icu/icu4c/source/i18n/ |
D | vtzone.cpp | 2260 int32_t month, int32_t dayOfMonth, UDate startTime, UDate untilTime, in writeZonePropsByDOM() argument 2278 if (untilTime != MAX_MILLIS) { in writeZonePropsByDOM() 2279 appendUNTIL(writer, getDateTimeString(untilTime + fromOffset, dstr), status); in writeZonePropsByDOM() 2295 UDate startTime, UDate untilTime, UErrorCode& status) const { in writeZonePropsByDOW() argument 2314 if (untilTime != MAX_MILLIS) { in writeZonePropsByDOW() 2315 appendUNTIL(writer, getDateTimeString(untilTime + fromOffset, dstr), status); in writeZonePropsByDOW() 2331 UDate startTime, UDate untilTime, UErrorCode& status) const { in writeZonePropsByDOW_GEQ_DOM() argument 2339 month, (dayOfMonth + 6)/7, dayOfWeek, startTime, untilTime, status); in writeZonePropsByDOW_GEQ_DOM() 2346 … month, -1*((MONTHLENGTH[month] - dayOfMonth + 1)/7), dayOfWeek, startTime, untilTime, status); in writeZonePropsByDOW_GEQ_DOM() 2393 untilTime, fromOffset, status); in writeZonePropsByDOW_GEQ_DOM() [all …]
|