HomeSort by relevance Sort by last modified time
    Searched refs:WALL_TIME (Results 1 - 25 of 52) sorted by null

1 2 3

  /external/icu/icu4c/source/i18n/unicode/
simpletz.h 76 WALL_TIME = 0,
    [all...]
dtrule.h 52 WALL_TIME = 0, /**< The local wall clock time */
65 * @param timeType The time type, <code>WALL_TIME</code> or <code>STANDARD_TIME</code>
83 * @param timeType The time type, <code>WALL_TIME</code> or <code>STANDARD_TIME</code>
101 * @param timeType The time type, <code>WALL_TIME</code> or <code>STANDARD_TIME</code>
163 * @return The time rule type, either <code>WALL_TIME</code> or <code>STANDARD_TIME</code>
  /external/icu/android_icu4j/src/main/java/android/icu/util/
DateTimeRule.java 52 public static final int WALL_TIME = 0;
82 * @param timeType The time type, <code>WALL_TIME</code> or <code>STANDARD_TIME</code>
110 * @param timeType The time type, <code>WALL_TIME</code> or <code>STANDARD_TIME</code>
138 * @param timeType The time type, <code>WALL_TIME</code> or <code>STANDARD_TIME</code>
207 * @return The time rule type, either <code>WALL_TIME</code> or <code>STANDARD_TIME</code>
251 case WALL_TIME:
SimpleTimeZone.java 39 public static final int WALL_TIME = 0;
64 0, WALL_TIME,
66 0, WALL_TIME,
133 startTime, WALL_TIME,
135 endTime, WALL_TIME,
142 * The mode specifies either {@link #WALL_TIME} or {@link #STANDARD_TIME}
225 startTime, WALL_TIME,
227 endTime, WALL_TIME,
311 setStartRule(month, dayOfWeekInMonth, dayOfWeek, time, WALL_TIME);
382 setStartRule(month, dayOfMonth, 0, time, WALL_TIME);
    [all...]
BasicTimeZone.java 305 if (timeType == DateTimeRule.WALL_TIME) {
365 * <code>DateTimeRule.DOW</code> for date and <code>DateTimeRule.WALL_TIME</code>
400 dtfields[5], DateTimeRule.WALL_TIME);
432 dtfields[5], DateTimeRule.WALL_TIME);
465 dtfields[5], DateTimeRule.WALL_TIME);
TimeArrayTimeZoneRule.java 38 * <code>DataTimeRule.WALL_TIME</code>, <code>STANDARD_TIME</code>
64 * is either <code>DateTimeRule.WALL_TIME</code> or <code>DateTimeRule.STANDARD_TIME</code>
145 if (timeType == DateTimeRule.WALL_TIME) {
AnnualTimeZoneRule.java 149 if (dateTimeRule.getTimeRuleType() == DateTimeRule.WALL_TIME) {
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DateTimeRule.java 61 public static final int WALL_TIME = 0;
95 * @param timeType The time type, <code>WALL_TIME</code> or <code>STANDARD_TIME</code>
125 * @param timeType The time type, <code>WALL_TIME</code> or <code>STANDARD_TIME</code>
155 * @param timeType The time type, <code>WALL_TIME</code> or <code>STANDARD_TIME</code>
236 * @return The time rule type, either <code>WALL_TIME</code> or <code>STANDARD_TIME</code>
286 case WALL_TIME:
SimpleTimeZone.java 39 public static final int WALL_TIME = 0;
67 0, WALL_TIME,
69 0, WALL_TIME,
137 startTime, WALL_TIME,
139 endTime, WALL_TIME,
146 * The mode specifies either {@link #WALL_TIME} or {@link #STANDARD_TIME}
231 startTime, WALL_TIME,
233 endTime, WALL_TIME,
323 setStartRule(month, dayOfWeekInMonth, dayOfWeek, time, WALL_TIME);
395 setStartRule(month, dayOfMonth, 0, time, WALL_TIME);
    [all...]
BasicTimeZone.java 316 if (timeType == DateTimeRule.WALL_TIME) {
376 * <code>DateTimeRule.DOW</code> for date and <code>DateTimeRule.WALL_TIME</code>
413 dtfields[5], DateTimeRule.WALL_TIME);
445 dtfields[5], DateTimeRule.WALL_TIME);
478 dtfields[5], DateTimeRule.WALL_TIME);
TimeArrayTimeZoneRule.java 37 * <code>DataTimeRule.WALL_TIME</code>, <code>STANDARD_TIME</code>
66 * is either <code>DateTimeRule.WALL_TIME</code> or <code>DateTimeRule.STANDARD_TIME</code>
154 if (timeType == DateTimeRule.WALL_TIME) {
AnnualTimeZoneRule.java 159 if (dateTimeRule.getTimeRuleType() == DateTimeRule.WALL_TIME) {
  /libcore/luni/src/test/java/libcore/java/util/
SimpleTimeZoneTest.java 132 Calendar.MARCH, 2, Calendar.SUNDAY, 7200000, SimpleTimeZone.WALL_TIME,
133 Calendar.NOVEMBER, 1, Calendar.SUNDAY, 7200000, SimpleTimeZone.WALL_TIME,
168 Calendar.MARCH, 9, 0, 7200000, SimpleTimeZone.WALL_TIME,
169 Calendar.NOVEMBER, 2, 0, 7200000, SimpleTimeZone.WALL_TIME,
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneRuleTest.java 54 Calendar.SEPTEMBER, -30, -Calendar.SATURDAY, 1*HOUR, SimpleTimeZone.WALL_TIME,
55 Calendar.FEBRUARY, 2, Calendar.SUNDAY, 1*HOUR, SimpleTimeZone.WALL_TIME,
71 1*HOUR, DateTimeRule.WALL_TIME); // SUN<=30 in September, at 1AM wall time
77 1*HOUR, DateTimeRule.WALL_TIME); // 2nd Sunday in February, at 1AM wall time
86 1*HOUR, DateTimeRule.WALL_TIME); // Last Sunday in September at 1AM wall time
90 1*HOUR, DateTimeRule.WALL_TIME); // SUN>=8 in February, at 1AM wall time
185 dtr = new DateTimeRule(Calendar.OCTOBER, 15, 1*HOUR, DateTimeRule.WALL_TIME);
226 2*HOUR, DateTimeRule.WALL_TIME); // Last Sunday in October, at 2AM wall time
231 true, 2*HOUR, DateTimeRule.WALL_TIME); // SUN>=1 in November, at 2AM wall time
237 2*HOUR, DateTimeRule.WALL_TIME); // Last Sunday in April, at 2AM wall tim
    [all...]
TimeZoneOffsetLocalTest.java 137 2*HOUR, DateTimeRule.WALL_TIME); // 1st Sunday in April, at 2AM wall time
144 2*HOUR, DateTimeRule.WALL_TIME); // last Sunday in October, at 2AM wall time
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneRuleTest.java 50 Calendar.SEPTEMBER, -30, -Calendar.SATURDAY, 1*HOUR, SimpleTimeZone.WALL_TIME,
51 Calendar.FEBRUARY, 2, Calendar.SUNDAY, 1*HOUR, SimpleTimeZone.WALL_TIME,
67 1*HOUR, DateTimeRule.WALL_TIME); // SUN<=30 in September, at 1AM wall time
73 1*HOUR, DateTimeRule.WALL_TIME); // 2nd Sunday in February, at 1AM wall time
82 1*HOUR, DateTimeRule.WALL_TIME); // Last Sunday in September at 1AM wall time
86 1*HOUR, DateTimeRule.WALL_TIME); // SUN>=8 in February, at 1AM wall time
181 dtr = new DateTimeRule(Calendar.OCTOBER, 15, 1*HOUR, DateTimeRule.WALL_TIME);
222 2*HOUR, DateTimeRule.WALL_TIME); // Last Sunday in October, at 2AM wall time
227 true, 2*HOUR, DateTimeRule.WALL_TIME); // SUN>=1 in November, at 2AM wall time
233 2*HOUR, DateTimeRule.WALL_TIME); // Last Sunday in April, at 2AM wall tim
    [all...]
TimeZoneOffsetLocalTest.java 133 2*HOUR, DateTimeRule.WALL_TIME); // 1st Sunday in April, at 2AM wall time
140 2*HOUR, DateTimeRule.WALL_TIME); // last Sunday in October, at 2AM wall time
  /libcore/ojluni/src/main/java/java/util/
SimpleTimeZone.java 103 * <em>mode</em>s to specify the time: {@link #WALL_TIME}, {@link
107 * milliseconds in the {@link #WALL_TIME} mode. In this case, the wall clock time
180 * SimpleTimeZone.{@link #WALL_TIME},
185 * SimpleTimeZone.{@link #WALL_TIME},
219 startMonth, startDay, startDayOfWeek, startTime, WALL_TIME,
220 endMonth, endDay, endDayOfWeek, endTime, WALL_TIME,
237 * SimpleTimeZone.{@link #WALL_TIME},
242 * SimpleTimeZone.{@link #WALL_TIME},
278 startMonth, startDay, startDayOfWeek, startTime, WALL_TIME,
279 endMonth, endDay, endDayOfWeek, endTime, WALL_TIME,
    [all...]
  /external/icu/icu4c/source/i18n/
simpletz.cpp 68 startTimeMode(WALL_TIME),
69 endTimeMode(WALL_TIME),
97 savingsStartTime, WALL_TIME,
99 savingsEndTime, WALL_TIME,
116 savingsStartTime, WALL_TIME,
118 savingsEndTime, WALL_TIME,
491 endTimeMode == WALL_TIME ? dstSavings :
    [all...]
basictz.cpp 169 DateTimeRule *dtr = new DateTimeRule(month, weekInMonth, dow, mid, DateTimeRule::WALL_TIME);
196 dtr = new DateTimeRule(month, weekInMonth, dow, mid, DateTimeRule::WALL_TIME);
226 dtr = new DateTimeRule(month, weekInMonth, dow, mid, DateTimeRule::WALL_TIME);
436 if (timeType == DateTimeRule::WALL_TIME) {
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
SerializableTest.java 199 new DateTimeRule(Calendar.OCTOBER, -1, Calendar.SUNDAY, 2*HOUR, DateTimeRule.WALL_TIME),
203 new DateTimeRule(Calendar.NOVEMBER, 1, Calendar.SUNDAY, true, 2*HOUR, DateTimeRule.WALL_TIME),
207 new DateTimeRule(Calendar.APRIL, -1, Calendar.SUNDAY, 2*HOUR, DateTimeRule.WALL_TIME),
211 new DateTimeRule(Calendar.JANUARY, 6, 2*HOUR, DateTimeRule.WALL_TIME),
215 new DateTimeRule(Calendar.FEBRUARY, 23, 2*HOUR, DateTimeRule.WALL_TIME),
219 new DateTimeRule(Calendar.APRIL, -1, Calendar.SUNDAY, 2*HOUR, DateTimeRule.WALL_TIME),
223 new DateTimeRule(Calendar.APRIL, 1, Calendar.SUNDAY, true, 2*HOUR, DateTimeRule.WALL_TIME),
227 new DateTimeRule(Calendar.MARCH, 8, Calendar.SUNDAY, true, 2*HOUR, DateTimeRule.WALL_TIME),
262 rules[1] = new DateTimeRule(Calendar.MARCH, 2, Calendar.SUNDAY, 2*HOUR, DateTimeRule.WALL_TIME);
268 rules[3] = new DateTimeRule(Calendar.AUGUST, 31, Calendar.SATURDAY, false, 1*HOUR, DateTimeRule.WALL_TIME);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
SerializableTest.java 195 new DateTimeRule(Calendar.OCTOBER, -1, Calendar.SUNDAY, 2*HOUR, DateTimeRule.WALL_TIME),
199 new DateTimeRule(Calendar.NOVEMBER, 1, Calendar.SUNDAY, true, 2*HOUR, DateTimeRule.WALL_TIME),
203 new DateTimeRule(Calendar.APRIL, -1, Calendar.SUNDAY, 2*HOUR, DateTimeRule.WALL_TIME),
207 new DateTimeRule(Calendar.JANUARY, 6, 2*HOUR, DateTimeRule.WALL_TIME),
211 new DateTimeRule(Calendar.FEBRUARY, 23, 2*HOUR, DateTimeRule.WALL_TIME),
215 new DateTimeRule(Calendar.APRIL, -1, Calendar.SUNDAY, 2*HOUR, DateTimeRule.WALL_TIME),
219 new DateTimeRule(Calendar.APRIL, 1, Calendar.SUNDAY, true, 2*HOUR, DateTimeRule.WALL_TIME),
223 new DateTimeRule(Calendar.MARCH, 8, Calendar.SUNDAY, true, 2*HOUR, DateTimeRule.WALL_TIME),
258 rules[1] = new DateTimeRule(Calendar.MARCH, 2, Calendar.SUNDAY, 2*HOUR, DateTimeRule.WALL_TIME);
264 rules[3] = new DateTimeRule(Calendar.AUGUST, 31, Calendar.SATURDAY, false, 1*HOUR, DateTimeRule.WALL_TIME);
    [all...]
  /external/icu/icu4c/source/test/intltest/
tzrulets.cpp 153 UCAL_SEPTEMBER, -30, -UCAL_SATURDAY, 1*HOUR, SimpleTimeZone::WALL_TIME,
154 UCAL_FEBRUARY, 2, UCAL_SUNDAY, 1*HOUR, SimpleTimeZone::WALL_TIME,
172 1*HOUR, DateTimeRule::WALL_TIME); // SUN<=30 in September, at 1AM wall time
181 1*HOUR, DateTimeRule::WALL_TIME); // 2nd Sunday in February, at 1AM wall time
197 1*HOUR, DateTimeRule::WALL_TIME); // Last Sunday in September at 1AM wall time
204 1*HOUR, DateTimeRule::WALL_TIME); // SUN>=8 in February, at 1AM wall time
397 dtr = new DateTimeRule(UCAL_OCTOBER, 15, 1*HOUR, DateTimeRule::WALL_TIME);
443 2*HOUR, DateTimeRule::WALL_TIME); // Last Sunday in October, at 2AM wall time
451 true, 2*HOUR, DateTimeRule::WALL_TIME); // SUN>=1 in November, at 2AM wall time
460 2*HOUR, DateTimeRule::WALL_TIME); // Last Sunday in April, at 2AM wall tim
    [all...]
tzoffloc.cpp 153 2*HOUR, DateTimeRule::WALL_TIME); // 1st Sunday in April, at 2AM wall time
164 2*HOUR, DateTimeRule::WALL_TIME); // last Sunday in October, at 2AM wall time
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
SimpleTimeZoneTest.java 177 SimpleTimeZone.WALL_TIME,
178 SimpleTimeZone.WALL_TIME,
193 SimpleTimeZone.WALL_TIME,
    [all...]

Completed in 1465 milliseconds

1 2 3