Searched defs:untilTime (Results 1 – 4 of 4) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | ZoneParser.java | 481 public Time untilTime; field in ZoneParser.ZoneLine 520 …vate long resolveTime(int gmtOffset, int untilYear, int untilMonth, Day untilDay, Time untilTime) { in resolveTime()
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | VTimeZone.java | 1513 int month, int dayOfMonth, long startTime, long untilTime) throws IOException { in writeZonePropsByDOM() 1533 … int month, int weekInMonth, int dayOfWeek, long startTime, long untilTime) throws IOException { in writeZonePropsByDOW() 1554 … int month, int dayOfMonth, int dayOfWeek, long startTime, long untilTime) throws IOException { in writeZonePropsByDOW_GEQ_DOM() 1605 … int dayOfMonth, int dayOfWeek, int numDays, long untilTime, int fromOffset) throws IOException { in writeZonePropsByDOW_GEQ_DOM_sub() 1637 … int month, int dayOfMonth, int dayOfWeek, long startTime, long untilTime) throws IOException { in writeZonePropsByDOW_LEQ_DOM()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | VTimeZone.java | 1544 int month, int dayOfMonth, long startTime, long untilTime) throws IOException { in writeZonePropsByDOM() 1564 … int month, int weekInMonth, int dayOfWeek, long startTime, long untilTime) throws IOException { in writeZonePropsByDOW() 1585 … int month, int dayOfMonth, int dayOfWeek, long startTime, long untilTime) throws IOException { in writeZonePropsByDOW_GEQ_DOM() 1636 … int dayOfMonth, int dayOfWeek, int numDays, long untilTime, int fromOffset) throws IOException { in writeZonePropsByDOW_GEQ_DOM_sub() 1668 … int month, int dayOfMonth, int dayOfWeek, long startTime, long untilTime) throws IOException { in writeZonePropsByDOW_LEQ_DOM()
|
/external/icu/icu4c/source/i18n/ |
D | vtzone.cpp | 2252 int32_t month, int32_t dayOfMonth, UDate startTime, UDate untilTime, in writeZonePropsByDOM() 2287 UDate startTime, UDate untilTime, UErrorCode& status) const { in writeZonePropsByDOW() 2323 UDate startTime, UDate untilTime, UErrorCode& status) const { in writeZonePropsByDOW_GEQ_DOM() 2399 … UDate untilTime, int32_t fromOffset, UErrorCode& status) const { in writeZonePropsByDOW_GEQ_DOM_sub() 2447 UDate startTime, UDate untilTime, UErrorCode& status) const { in writeZonePropsByDOW_LEQ_DOM()
|