Searched refs:MAX_TIME (Results 1 – 7 of 7) sorted by relevance
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | VTimeZone.java | 383 private static final long MAX_TIME = Long.MAX_VALUE; field in VTimeZone 553 long firstStart = MAX_TIME; // the earliest rule start time in parse() 1398 dstMonth, dstWeekInMonth, dstDayOfWeek, dstStartTime, MAX_TIME); in writeZone() 1433 stdMonth, stdWeekInMonth, stdDayOfWeek, stdStartTime, MAX_TIME); in writeZone() 1521 if (untilTime != MAX_TIME) { in writeZonePropsByDOM() 1542 if (untilTime != MAX_TIME) { in writeZonePropsByDOW() 1582 …EQ_DOM_sub(writer, prevMonth, -prevMonthDays, dayOfWeek, prevMonthDays, MAX_TIME /* Do not use UNT… in writeZonePropsByDOW_GEQ_DOM() 1594 …ePropsByDOW_GEQ_DOM_sub(writer, nextMonth, 1, dayOfWeek, nextMonthDays, MAX_TIME /* Do not use UNT… in writeZonePropsByDOW_GEQ_DOM() 1627 if (untilTime != MAX_TIME) { in writeZonePropsByDOW_GEQ_DOM_sub() 1680 dtrule.getRuleMonth(), dtrule.getRuleDayOfMonth(), startTime, MAX_TIME); in writeFinalRule() [all …]
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | VTimeZone.java | 414 private static final long MAX_TIME = Long.MAX_VALUE; field in VTimeZone 584 long firstStart = MAX_TIME; // the earliest rule start time in parse() 1429 dstMonth, dstWeekInMonth, dstDayOfWeek, dstStartTime, MAX_TIME); in writeZone() 1464 stdMonth, stdWeekInMonth, stdDayOfWeek, stdStartTime, MAX_TIME); in writeZone() 1552 if (untilTime != MAX_TIME) { in writeZonePropsByDOM() 1573 if (untilTime != MAX_TIME) { in writeZonePropsByDOW() 1613 …EQ_DOM_sub(writer, prevMonth, -prevMonthDays, dayOfWeek, prevMonthDays, MAX_TIME /* Do not use UNT… in writeZonePropsByDOW_GEQ_DOM() 1625 …ePropsByDOW_GEQ_DOM_sub(writer, nextMonth, 1, dayOfWeek, nextMonthDays, MAX_TIME /* Do not use UNT… in writeZonePropsByDOW_GEQ_DOM() 1658 if (untilTime != MAX_TIME) { in writeZonePropsByDOW_GEQ_DOM_sub() 1711 dtrule.getRuleMonth(), dtrule.getRuleDayOfMonth(), startTime, MAX_TIME); in writeFinalRule() [all …]
|
/external/iperf3/src/ |
D | iperf.h | 383 #define MAX_TIME 86400 macro
|
D | iperf_error.c | 111 snprintf(errstr, len, "test duration too long (maximum = %d seconds)", MAX_TIME); in iperf_strerror()
|
D | iperf_api.c | 939 if (test->duration > MAX_TIME) { in iperf_parse_arguments()
|
/external/libxml2/ |
D | testlimits.c | 43 #define MAX_TIME 2 /* seconds */ macro 55 if (((tnow - t0) / CLOCKS_PER_SEC) > MAX_TIME) { in check_time()
|
/external/cldr/tools/java/libs/ |
D | icu4j.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ ... |