Home
last modified time | relevance | path

Searched refs:setEndRule (Results 1 – 16 of 16) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
Dsimpletz.h450 void setEndRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek,
477 void setEndRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek,
491 void setEndRule(int32_t month, int32_t dayOfMonth, int32_t time, UErrorCode& status);
506 void setEndRule(int32_t month, int32_t dayOfMonth, int32_t time,
525 void setEndRule(int32_t month, int32_t dayOfMonth, int32_t dayOfWeek,
546 void setEndRule(int32_t month, int32_t dayOfMonth, int32_t dayOfWeek,
902 inline void SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfWeekInMonth, in setEndRule() function
905 setEndRule(month, dayOfWeekInMonth, dayOfWeek, time, WALL_TIME, status); in setEndRule()
908 inline void SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfMonth, in setEndRule() function
910 setEndRule(month, dayOfMonth, time, WALL_TIME, status); in setEndRule()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DSTZInfo.java70 stz.setEndRule(em, edwm, edw, et); in applyTo()
72 stz.setEndRule(em, edm, et); in applyTo()
74 stz.setEndRule(em, edm, edw, et, ea); in applyTo()
DSimpleTimeZone.java445 public void setEndRule(int month, int dayOfWeekInMonth, int dayOfWeek, int time) { in setEndRule() method in SimpleTimeZone
451 setEndRule(month, dayOfWeekInMonth, dayOfWeek, time, WALL_TIME); in setEndRule()
466 public void setEndRule(int month, int dayOfMonth, int time) { in setEndRule() method in SimpleTimeZone
472 setEndRule(month, dayOfMonth, WALL_TIME, time); in setEndRule()
492 public void setEndRule(int month, int dayOfMonth, int dayOfWeek, int time, boolean after) { in setEndRule() method in SimpleTimeZone
498 setEndRule(month, dayOfMonth, dayOfWeek, time, WALL_TIME, after); in setEndRule()
501 private void setEndRule(int month, int dayOfMonth, int dayOfWeek, in setEndRule() method in SimpleTimeZone
504 setEndRule(month, after ? dayOfMonth : -dayOfMonth, -dayOfWeek, time, mode); in setEndRule()
524 private void setEndRule(int month, int dayOfWeekInMonth, int dayOfWeek, int time, int mode){ in setEndRule() method in SimpleTimeZone
/external/icu/icu4c/source/i18n/
Dsimpletz.cpp359 SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek, in setEndRule() function in SimpleTimeZone
374 SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfMonth, in setEndRule() function in SimpleTimeZone
377 setEndRule(month, dayOfMonth, 0, time, mode, status); in setEndRule()
383 SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfMonth, int32_t dayOfWeek, in setEndRule() function in SimpleTimeZone
386 setEndRule(month, after ? dayOfMonth : -dayOfMonth, in setEndRule()
/external/icu/icu4c/source/test/intltest/
Dtzregts.cpp135 z->setEndRule(UCAL_MARCH, -1, UCAL_SUNDAY, 0, status); in Test4073215()
647 zone->setEndRule(month, day, dayOfWeek, time, status); in Test4154542()
930 z2->setEndRule(UCAL_JULY, 1, 0, status); in Test4176686()
1005 z.setEndRule(UCAL_MARCH, -1, UCAL_SUNDAY, 0, status); in TestJ186()
1193 zone->setEndRule(0, -1, 0, 0, status); in Test4184229()
1200 zone->setEndRule(0, -1, 0, status); in Test4184229()
Dtztest.cpp187 zone->setEndRule (UCAL_JULY, 1, 0, endHour, status); in TestRuleAPI()
1451 zone2->setEndRule(UCAL_DECEMBER, 31, 0, 0, status); in TestDisplayName()
1608 tz.setEndRule(UCAL_OCTOBER, 20, 12 * U_MILLIS_PER_HOUR, status); in TestAlternateRules()
1639 tz.setEndRule(UCAL_OCTOBER, 20, UCAL_FRIDAY, 12 * millisPerHour, FALSE, status); in TestAlternateRules()
Dtzrulets.cpp1558 stz1->setEndRule(UCAL_NOVEMBER, 1, UCAL_SUNDAY, 2*HOUR, status); // First Sunday in November in TestSimpleTimeZoneCoverage()
1782 simpleTZ->setEndRule(1, 1, 0, status); in TestVTimeZoneCoverage()
1805 simpleTZ2.setEndRule(1, 1, 0, status); in TestVTimeZoneCoverage()
Dcalregts.cpp332 pdt->setEndRule(UCAL_OCTOBER, -1, UCAL_SUNDAY, 2 * 60 * 60 * 1000, status); in test4040996()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/
DTimeZoneTest.java383 zone2.setEndRule(Calendar.DECEMBER, 31, 86399999); in TestDisplayName()
575 zone.setEndRule (Calendar.JULY, 1, 0, endHour); in TestRuleAPI()
915 tz.setEndRule(Calendar.OCTOBER, 20, 12 * millisPerHour); in TestAlternateRules()
943 tz.setEndRule(Calendar.OCTOBER, 20, Calendar.FRIDAY, 12 * millisPerHour, false); in TestAlternateRules()
1137 stz4.setEndRule(6, 3, 4, 360000); in TestSimpleTimeZoneSerialization()
1140 stz5.setEndRule(6, 3, 4, 360000); in TestSimpleTimeZoneSerialization()
1986 stz.setEndRule(Calendar.DECEMBER, 1, Calendar.SUNDAY, 0); in checkThawed()
2088 stz.setEndRule(Calendar.DECEMBER, 1, Calendar.SUNDAY, 0); in checkFrozen()
DTimeZoneRegression.java68 z.setEndRule(Calendar.MARCH, -1, Calendar.SUNDAY, 0); in Test4073215()
510 zone.setEndRule(month, day, dayOfWeek, time); in Test4154542()
840 z2.setEndRule(Calendar.JULY, 1, 0); in Test4176686()
934 zone.setEndRule(0, -1, 0, 0); in Test4184229()
940 zone.setEndRule(0, -1, 0); in Test4184229()
DTimeZoneRuleTest.java1080 stz1.setEndRule(Calendar.NOVEMBER, 1, Calendar.SUNDAY, 2*HOUR); // First Sunday in November in TestSimpleTimeZoneCoverage()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
DSerializableTest.java173 simpleTimeZones[4].setEndRule(6, 3, 4, 360000); in getTestObjects()
177 simpleTimeZones[5].setEndRule(6, 3, 4, 360000); in getTestObjects()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DOlsonTimeZone.java219 … stz.setEndRule(end.getRuleMonth(), end.getRuleWeekInMonth(), end.getRuleDayOfWeek(), in setRawOffset()
231 stz.setEndRule(11, 31, Grego.MILLIS_PER_DAY - 1); in setRawOffset()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DCalendarRegression.java153 pdt.setEndRule(Calendar.OCTOBER, -1, Calendar.SUNDAY, 2 * 60 * 60 * 1000); in Test4040996()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/robolectric/lib/main/
Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/ ...