Searched refs:setEndRule (Results 1 - 25 of 29) sorted by relevance

12

/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DSTZInfo.java49 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);
H A DSimpleTimeZone.java417 * <code>setEndRule(Calendar.OCTOBER, -1, Calendar.SUNDAY, 2*60*60*1000);</code>
432 public void setEndRule(int month, int dayOfWeekInMonth, int dayOfWeek, int time) { method in class:SimpleTimeZone
438 setEndRule(month, dayOfWeekInMonth, dayOfWeek, time, WALL_TIME);
452 public void setEndRule(int month, int dayOfMonth, int time) { method in class:SimpleTimeZone
458 setEndRule(month, dayOfMonth, WALL_TIME, time);
477 public void setEndRule(int month, int dayOfMonth, int dayOfWeek, int time, boolean after) { method in class:SimpleTimeZone
483 setEndRule(month, dayOfMonth, dayOfWeek, time, WALL_TIME, after);
486 private void setEndRule(int month, int dayOfMonth, int dayOfWeek, method in class:SimpleTimeZone
489 setEndRule(month, after ? dayOfMonth : -dayOfMonth, -dayOfWeek, time, mode);
496 * setEndRule(Calenda
509 private void setEndRule(int month, int dayOfWeekInMonth, int dayOfWeek, int time, int mode){ method in class:SimpleTimeZone
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DSTZInfo.java48 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);
H A DSimpleTimeZone.java431 * <code>setEndRule(Calendar.OCTOBER, -1, Calendar.SUNDAY, 2*60*60*1000);</code>
447 public void setEndRule(int month, int dayOfWeekInMonth, int dayOfWeek, int time) { method in class:SimpleTimeZone
453 setEndRule(month, dayOfWeekInMonth, dayOfWeek, time, WALL_TIME);
468 public void setEndRule(int month, int dayOfMonth, int time) { method in class:SimpleTimeZone
474 setEndRule(month, dayOfMonth, WALL_TIME, time);
494 public void setEndRule(int month, int dayOfMonth, int dayOfWeek, int time, boolean after) { method in class:SimpleTimeZone
500 setEndRule(month, dayOfMonth, dayOfWeek, time, WALL_TIME, after);
503 private void setEndRule(int month, int dayOfMonth, int dayOfWeek, method in class:SimpleTimeZone
506 setEndRule(month, after ? dayOfMonth : -dayOfMonth, -dayOfWeek, time, mode);
513 * setEndRule(Calenda
526 private void setEndRule(int month, int dayOfWeekInMonth, int dayOfWeek, int time, int mode){ method in class:SimpleTimeZone
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dsimpletz.h16 * 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,
904 inline void SimpleTimeZone::setEndRule(int32_ function in class:SimpleTimeZone
910 inline void SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfMonth, function in class:SimpleTimeZone
915 inline void SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfMonth, int32_t dayOfWeek, function in class:SimpleTimeZone
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dtzregts.cpp135 z->setEndRule(UCAL_MARCH, -1, UCAL_SUNDAY, 0, status);
588 * SimpleTimeZOne constructors, setStartRule(), and setEndRule() don't
647 zone->setEndRule(month, day, dayOfWeek, time, status);
652 errln(UnicodeString("setEndRule(month=") + month + ", day=" + day +
930 z2->setEndRule(UCAL_JULY, 1, 0, status);
987 * Make sure setStartRule and setEndRule set the DST savings to nonzero
1005 z.setEndRule(UCAL_MARCH, -1, UCAL_SUNDAY, 0, status);
1193 zone->setEndRule(0, -1, 0, 0, status);
1195 errln("Failed. No exception has been thrown for DOM -1 setEndRule+savings");
1200 zone->setEndRule(
[all...]
H A Dtztest.cpp164 * Test the setStartRule/setEndRule API calls.
192 zone->setEndRule (UCAL_JULY, 1, 0, endHour, status);
1478 zone2->setEndRule(UCAL_DECEMBER, 31, 0, 0, status);
1635 tz.setEndRule(UCAL_OCTOBER, 20, 12 * U_MILLIS_PER_HOUR, status);
1666 tz.setEndRule(UCAL_OCTOBER, 20, UCAL_FRIDAY, 12 * millisPerHour, FALSE, status);
H A Dtzrulets.cpp1561 stz1->setEndRule(UCAL_NOVEMBER, 1, UCAL_SUNDAY, 2*HOUR, status); // First Sunday in November
1785 simpleTZ->setEndRule(1, 1, 0, status);
1808 simpleTZ2.setEndRule(1, 1, 0, status);
H A Dcalregts.cpp337 pdt->setEndRule(UCAL_OCTOBER, -1, UCAL_SUNDAY, 2 * 60 * 60 * 1000, status);
/external/icu/icu4c/source/i18n/
H A Dsimpletz.cpp346 * setEndRule(TimeFields.OCTOBER, -1, TimeFields.SUNDAY, 2*60*60*1000);
361 SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek, function in class:SimpleTimeZone
376 SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfMonth, function in class:SimpleTimeZone
379 setEndRule(month, dayOfMonth, 0, time, mode, status);
385 SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfMonth, int32_t dayOfWeek, function in class:SimpleTimeZone
388 setEndRule(month, after ? dayOfMonth : -dayOfMonth,
801 // and setEndRule(). It uses various combinations of positive, negative,
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
H A DTimeZoneTest.java395 zone2.setEndRule(Calendar.DECEMBER, 31, 86399999);
591 zone.setEndRule (Calendar.JULY, 1, 0, endHour);
937 tz.setEndRule(Calendar.OCTOBER, 20, 12 * millisPerHour);
965 tz.setEndRule(Calendar.OCTOBER, 20, Calendar.FRIDAY, 12 * millisPerHour, false);
1164 stz4.setEndRule(6, 3, 4, 360000);
1167 stz5.setEndRule(6, 3, 4, 360000);
2029 // setEndRule
2031 stz.setEndRule(Calendar.DECEMBER, 1, Calendar.SUNDAY, 0);
2033 errln("Fail: (SimpleTimeZone)" + zaName + "[" + i + "] - setEndRule throws UnsupportedOperationException.");
2131 // setEndRule
[all...]
H A DTimeZoneRegressionTest.java76 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 +
862 z2.setEndRule(Calendar.JULY, 1, 0);
957 zone.setEndRule(0, -1, 0, 0);
958 errln("Failed. No exception has been thrown for DOM -1 setEndRule +savings");
963 zone.setEndRule(0, -1, 0);
964 errln("Failed. No exception has been thrown for DOM -1 setEndRule");
H A DTimeZoneRuleTest.java1098 stz1.setEndRule(Calendar.NOVEMBER, 1, Calendar.SUNDAY, 2*HOUR); // First Sunday in November
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
H A DTimeZoneTest.java392 zone2.setEndRule(Calendar.DECEMBER, 31, 86399999);
588 zone.setEndRule (Calendar.JULY, 1, 0, endHour);
934 tz.setEndRule(Calendar.OCTOBER, 20, 12 * millisPerHour);
962 tz.setEndRule(Calendar.OCTOBER, 20, Calendar.FRIDAY, 12 * millisPerHour, false);
1161 stz4.setEndRule(6, 3, 4, 360000);
1164 stz5.setEndRule(6, 3, 4, 360000);
2026 // setEndRule
2028 stz.setEndRule(Calendar.DECEMBER, 1, Calendar.SUNDAY, 0);
2030 errln("Fail: (SimpleTimeZone)" + zaName + "[" + i + "] - setEndRule throws UnsupportedOperationException.");
2128 // setEndRule
[all...]
H A DTimeZoneRegressionTest.java73 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 +
859 z2.setEndRule(Calendar.JULY, 1, 0);
954 zone.setEndRule(0, -1, 0, 0);
955 errln("Failed. No exception has been thrown for DOM -1 setEndRule +savings");
960 zone.setEndRule(0, -1, 0);
961 errln("Failed. No exception has been thrown for DOM -1 setEndRule");
H A DTimeZoneRuleTest.java1095 stz1.setEndRule(Calendar.NOVEMBER, 1, Calendar.SUNDAY, 2*HOUR); // First Sunday in November
/external/icu/android_icu4j/src/main/java/android/icu/impl/
H A DOlsonTimeZone.java223 stz.setEndRule(end.getRuleMonth(), end.getRuleWeekInMonth(), end.getRuleDayOfWeek(),
235 stz.setEndRule(11, 31, Grego.MILLIS_PER_DAY - 1);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
H A DSerializableTestUtility.java205 simpleTimeZones[4].setEndRule(6, 3, 4, 360000);
209 simpleTimeZones[5].setEndRule(6, 3, 4, 360000);
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DOlsonTimeZone.java221 stz.setEndRule(end.getRuleMonth(), end.getRuleWeekInMonth(), end.getRuleDayOfWeek(),
233 stz.setEndRule(11, 31, Grego.MILLIS_PER_DAY - 1);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
H A DSerializableTestUtility.java202 simpleTimeZones[4].setEndRule(6, 3, 4, 360000);
206 simpleTimeZones[5].setEndRule(6, 3, 4, 360000);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
H A DCalendarRegressionTest.java166 pdt.setEndRule(Calendar.OCTOBER, -1, Calendar.SUNDAY, 2 * 60 * 60 * 1000);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
H A DCalendarRegressionTest.java163 pdt.setEndRule(Calendar.OCTOBER, -1, Calendar.SUNDAY, 2 * 60 * 60 * 1000);
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 331 milliseconds

12