HomeSort by relevance Sort by last modified time
    Searched defs:setEndRule (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/icu/android_icu4j/src/main/java/android/icu/util/
STZInfo.java 49 stz.setEndRule(em, edwm, edw, et);
51 stz.setEndRule(em, edm, et);
53 stz.setEndRule(em, edm, edw, et, ea);
73 stz.setEndRule(em, edwm, edw, et);
75 stz.setEndRule(em, edm, et);
77 stz.setEndRule(em, edm, edw, et, ea);
SimpleTimeZone.java 417 * <code>setEndRule(Calendar.OCTOBER, -1, Calendar.SUNDAY, 2*60*60*1000);</code>
432 public void setEndRule(int month, int dayOfWeekInMonth, int dayOfWeek, int time) {
438 setEndRule(month, dayOfWeekInMonth, dayOfWeek, time, WALL_TIME);
452 public void setEndRule(int month, int dayOfMonth, int time) {
458 setEndRule(month, dayOfMonth, WALL_TIME, time);
477 public void setEndRule(int month, int dayOfMonth, int dayOfWeek, int time, boolean after) {
483 setEndRule(month, dayOfMonth, dayOfWeek, time, WALL_TIME, after);
486 private void setEndRule(int month, int dayOfMonth, int dayOfWeek,
489 setEndRule(month, after ? dayOfMonth : -dayOfMonth, -dayOfWeek, time, mode);
496 * setEndRule(Calendar.NOVEMBER, 1, Calendar.SUNDAY, 2*60*60*1000)
    [all...]
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
STZInfo.java 48 stz.setEndRule(em, edwm, edw, et);
50 stz.setEndRule(em, edm, et);
52 stz.setEndRule(em, edm, edw, et, ea);
72 stz.setEndRule(em, edwm, edw, et);
74 stz.setEndRule(em, edm, et);
76 stz.setEndRule(em, edm, edw, et, ea);
SimpleTimeZone.java 431 * <code>setEndRule(Calendar.OCTOBER, -1, Calendar.SUNDAY, 2*60*60*1000);</code>
447 public void setEndRule(int month, int dayOfWeekInMonth, int dayOfWeek, int time) {
453 setEndRule(month, dayOfWeekInMonth, dayOfWeek, time, WALL_TIME);
468 public void setEndRule(int month, int dayOfMonth, int time) {
474 setEndRule(month, dayOfMonth, WALL_TIME, time);
494 public void setEndRule(int month, int dayOfMonth, int dayOfWeek, int time, boolean after) {
500 setEndRule(month, dayOfMonth, dayOfWeek, time, WALL_TIME, after);
503 private void setEndRule(int month, int dayOfMonth, int dayOfWeek,
506 setEndRule(month, after ? dayOfMonth : -dayOfMonth, -dayOfWeek, time, mode);
513 * setEndRule(Calendar.NOVEMBER, 1, Calendar.SUNDAY, 2*60*60*1000)
    [all...]
  /external/icu/icu4c/source/i18n/unicode/
simpletz.h 16 * Added setStartRule() / setEndRule() overloads
435 * setEndRule(UCAL_OCTOBER, -1, UCAL_SUNDAY, 2*60*60*1000);
452 void setEndRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek,
460 * setEndRule(UCAL_OCTOBER, -1, UCAL_SUNDAY, 2*60*60*1000);
479 void setEndRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek,
493 void setEndRule(int32_t month, int32_t dayOfMonth, int32_t time, UErrorCode& status);
508 void setEndRule(int32_t month, int32_t dayOfMonth, int32_t time,
527 void setEndRule(int32_t month, int32_t dayOfMonth, int32_t dayOfWeek,
548 void setEndRule(int32_t month, int32_t dayOfMonth, int32_t dayOfWeek,
    [all...]
  /external/icu/icu4c/source/i18n/
simpletz.cpp 346 * setEndRule(TimeFields.OCTOBER, -1, TimeFields.SUNDAY, 2*60*60*1000);
361 SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek,
376 SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfMonth,
379 setEndRule(month, dayOfMonth, 0, time, mode, status);
385 SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfMonth, int32_t dayOfWeek,
388 setEndRule(month, after ? dayOfMonth : -dayOfMonth,
801 // and setEndRule(). It uses various combinations of positive, negative,
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
SimpleTimeZoneTest.java 280 st1.setEndRule(11, 1, 1, 1);
443 st.setEndRule(11, 1, 1, 1);
459 * java.util.SimpleTimeZone#setEndRule(int, int, int)
464 st.setEndRule(Calendar.NOVEMBER, 20, 0);
474 st.setEndRule(13, 20, 0);
481 st.setEndRule(1, 32, 0);
488 st.setEndRule(1, 30, 10);
496 * java.util.SimpleTimeZone#setEndRule(int, int, int, int)
499 // Test for method void java.util.SimpleTimeZone.setEndRule(int, int,
505 st.setEndRule(Calendar.NOVEMBER, -1, Calendar.SUNDAY, 0)
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
TimeZoneTest.java 395 zone2.setEndRule(Calendar.DECEMBER, 31, 86399999);
591 zone.setEndRule (Calendar.JULY, 1, 0, endHour);
    [all...]
TimeZoneRegressionTest.java 76 z.setEndRule(Calendar.MARCH, -1, Calendar.SUNDAY, 0);
471 * SimpleTimeZone constructors, setStartRule(), and setEndRule() don't
527 zone.setEndRule(month, day, dayOfWeek, time);
532 errln("setEndRule(month=" + month + ", day=" + day +
    [all...]
TimeZoneRuleTest.java     [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
TimeZoneTest.java 392 zone2.setEndRule(Calendar.DECEMBER, 31, 86399999);
588 zone.setEndRule (Calendar.JULY, 1, 0, endHour);
    [all...]
TimeZoneRegressionTest.java 73 z.setEndRule(Calendar.MARCH, -1, Calendar.SUNDAY, 0);
468 * SimpleTimeZone constructors, setStartRule(), and setEndRule() don't
524 zone.setEndRule(month, day, dayOfWeek, time);
529 errln("setEndRule(month=" + month + ", day=" + day +
    [all...]
TimeZoneRuleTest.java     [all...]
  /libcore/ojluni/src/main/java/java/util/
SimpleTimeZone.java 450 * <code>setEndRule(Calendar.OCTOBER, -1, Calendar.SUNDAY, 2*60*60*1000);</code>
465 public void setEndRule(int endMonth, int endDay, int endDayOfWeek,
480 * <pre><code>setEndRule(endMonth, endDay, 0, endTime)</code></pre>
493 public void setEndRule(int endMonth, int endDay, int endTime)
495 setEndRule(endMonth, endDay, 0, endTime);
518 public void setEndRule(int endMonth, int endDay, int endDayOfWeek, int endTime, boolean after)
521 setEndRule(endMonth, endDay, -endDayOfWeek, endTime);
523 setEndRule(endMonth, -endDay, -endDayOfWeek, endTime);
    [all...]
  /libcore/luni/src/test/java/libcore/java/util/
TimeZoneTest.java 208 @Override public void setEndRule(int m, int d, int dow, int time) {
211 @Override public void setEndRule(int m, int d, int dow, int time, boolean after) {
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
CalendarRegressionTest.java 166 pdt.setEndRule(Calendar.OCTOBER, -1, Calendar.SUNDAY, 2 * 60 * 60 * 1000);
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
CalendarRegressionTest.java 163 pdt.setEndRule(Calendar.OCTOBER, -1, Calendar.SUNDAY, 2 * 60 * 60 * 1000);
    [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/3.1.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.4.2/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
icu4j-53.1.jar 
  /prebuilts/misc/common/robolectric/3.6.1/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/54.1.1/
icu4j-54.1.1.jar 

Completed in 191 milliseconds

1 2 3