Home
last modified time | relevance | path

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

12

/external/icu/icu4c/source/i18n/unicode/
Dsimpletz.h452 void setEndRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek,
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_t month, int32_t dayOfWeekInMonth, in setEndRule() function
907 setEndRule(month, dayOfWeekInMonth, dayOfWeek, time, WALL_TIME, status); in setEndRule()
910 inline void SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfMonth, in setEndRule() function
912 setEndRule(month, dayOfMonth, time, WALL_TIME, status); in setEndRule()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DSTZInfo.java72 stz.setEndRule(em, edwm, edw, et); in applyTo()
74 stz.setEndRule(em, edm, et); in applyTo()
76 stz.setEndRule(em, edm, edw, et, ea); in applyTo()
DSimpleTimeZone.java447 public void setEndRule(int month, int dayOfWeekInMonth, int dayOfWeek, int time) { in setEndRule() method in SimpleTimeZone
453 setEndRule(month, dayOfWeekInMonth, dayOfWeek, time, WALL_TIME); in setEndRule()
468 public void setEndRule(int month, int dayOfMonth, int time) { in setEndRule() method in SimpleTimeZone
474 setEndRule(month, dayOfMonth, WALL_TIME, time); in setEndRule()
494 public void setEndRule(int month, int dayOfMonth, int dayOfWeek, int time, boolean after) { in setEndRule() method in SimpleTimeZone
500 setEndRule(month, dayOfMonth, dayOfWeek, time, WALL_TIME, after); in setEndRule()
503 private void setEndRule(int month, int dayOfMonth, int dayOfWeek, in setEndRule() method in SimpleTimeZone
506 setEndRule(month, after ? dayOfMonth : -dayOfMonth, -dayOfWeek, time, mode); in setEndRule()
526 private void setEndRule(int month, int dayOfWeekInMonth, int dayOfWeek, int time, int mode){ in setEndRule() method in SimpleTimeZone
/external/icu/android_icu4j/src/main/java/android/icu/util/
DSTZInfo.java73 stz.setEndRule(em, edwm, edw, et); in applyTo()
75 stz.setEndRule(em, edm, et); in applyTo()
77 stz.setEndRule(em, edm, edw, et, ea); in applyTo()
DSimpleTimeZone.java432 public void setEndRule(int month, int dayOfWeekInMonth, int dayOfWeek, int time) { in setEndRule() method in SimpleTimeZone
438 setEndRule(month, dayOfWeekInMonth, dayOfWeek, time, WALL_TIME); in setEndRule()
452 public void setEndRule(int month, int dayOfMonth, int time) { in setEndRule() method in SimpleTimeZone
458 setEndRule(month, dayOfMonth, WALL_TIME, time); in setEndRule()
477 public void setEndRule(int month, int dayOfMonth, int dayOfWeek, int time, boolean after) { in setEndRule() method in SimpleTimeZone
483 setEndRule(month, dayOfMonth, dayOfWeek, time, WALL_TIME, after); in setEndRule()
486 private void setEndRule(int month, int dayOfMonth, int dayOfWeek, in setEndRule() method in SimpleTimeZone
489 setEndRule(month, after ? dayOfMonth : -dayOfMonth, -dayOfWeek, time, mode); in setEndRule()
509 private void setEndRule(int month, int dayOfWeekInMonth, int dayOfWeek, int time, int mode){ in setEndRule() method in SimpleTimeZone
/external/icu/icu4c/source/i18n/
Dsimpletz.cpp361 SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek, in setEndRule() function in SimpleTimeZone
376 SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfMonth, in setEndRule() function in SimpleTimeZone
379 setEndRule(month, dayOfMonth, 0, time, mode, status); in setEndRule()
385 SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfMonth, int32_t dayOfWeek, in setEndRule() function in SimpleTimeZone
388 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.cpp189 zone->setEndRule (UCAL_JULY, 1, 0, endHour, status); in TestRuleAPI()
1453 zone2->setEndRule(UCAL_DECEMBER, 31, 0, 0, status); in TestDisplayName()
1610 tz.setEndRule(UCAL_OCTOBER, 20, 12 * U_MILLIS_PER_HOUR, status); in TestAlternateRules()
1641 tz.setEndRule(UCAL_OCTOBER, 20, UCAL_FRIDAY, 12 * millisPerHour, FALSE, status); in TestAlternateRules()
Dtzrulets.cpp1560 stz1->setEndRule(UCAL_NOVEMBER, 1, UCAL_SUNDAY, 2*HOUR, status); // First Sunday in November in TestSimpleTimeZoneCoverage()
1784 simpleTZ->setEndRule(1, 1, 0, status); in TestVTimeZoneCoverage()
1807 simpleTZ2.setEndRule(1, 1, 0, status); in TestVTimeZoneCoverage()
Dcalregts.cpp334 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.java386 zone2.setEndRule(Calendar.DECEMBER, 31, 86399999); in TestDisplayName()
592 zone.setEndRule (Calendar.JULY, 1, 0, endHour); in TestRuleAPI()
938 tz.setEndRule(Calendar.OCTOBER, 20, 12 * millisPerHour); in TestAlternateRules()
966 tz.setEndRule(Calendar.OCTOBER, 20, Calendar.FRIDAY, 12 * millisPerHour, false); in TestAlternateRules()
1165 stz4.setEndRule(6, 3, 4, 360000); in TestSimpleTimeZoneSerialization()
1168 stz5.setEndRule(6, 3, 4, 360000); in TestSimpleTimeZoneSerialization()
2027 stz.setEndRule(Calendar.DECEMBER, 1, Calendar.SUNDAY, 0); in checkThawed()
2129 stz.setEndRule(Calendar.DECEMBER, 1, Calendar.SUNDAY, 0); in checkFrozen()
DTimeZoneRegressionTest.java70 z.setEndRule(Calendar.MARCH, -1, Calendar.SUNDAY, 0); in Test4073215()
521 zone.setEndRule(month, day, dayOfWeek, time); in Test4154542()
856 z2.setEndRule(Calendar.JULY, 1, 0); in Test4176686()
951 zone.setEndRule(0, -1, 0, 0); in Test4184229()
957 zone.setEndRule(0, -1, 0); in Test4184229()
DTimeZoneRuleTest.java1092 stz1.setEndRule(Calendar.NOVEMBER, 1, Calendar.SUNDAY, 2*HOUR); // First Sunday in November in TestSimpleTimeZoneCoverage()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/timezone/
DTimeZoneTest.java387 zone2.setEndRule(Calendar.DECEMBER, 31, 86399999); in TestDisplayName()
593 zone.setEndRule (Calendar.JULY, 1, 0, endHour); in TestRuleAPI()
939 tz.setEndRule(Calendar.OCTOBER, 20, 12 * millisPerHour); in TestAlternateRules()
967 tz.setEndRule(Calendar.OCTOBER, 20, Calendar.FRIDAY, 12 * millisPerHour, false); in TestAlternateRules()
1166 stz4.setEndRule(6, 3, 4, 360000); in TestSimpleTimeZoneSerialization()
1169 stz5.setEndRule(6, 3, 4, 360000); in TestSimpleTimeZoneSerialization()
2028 stz.setEndRule(Calendar.DECEMBER, 1, Calendar.SUNDAY, 0); in checkThawed()
2130 stz.setEndRule(Calendar.DECEMBER, 1, Calendar.SUNDAY, 0); in checkFrozen()
DTimeZoneRegressionTest.java71 z.setEndRule(Calendar.MARCH, -1, Calendar.SUNDAY, 0); in Test4073215()
522 zone.setEndRule(month, day, dayOfWeek, time); in Test4154542()
857 z2.setEndRule(Calendar.JULY, 1, 0); in Test4176686()
952 zone.setEndRule(0, -1, 0, 0); in Test4184229()
958 zone.setEndRule(0, -1, 0); in Test4184229()
DTimeZoneRuleTest.java1093 stz1.setEndRule(Calendar.NOVEMBER, 1, Calendar.SUNDAY, 2*HOUR); // First Sunday in November in TestSimpleTimeZoneCoverage()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DOlsonTimeZone.java221 … stz.setEndRule(end.getRuleMonth(), end.getRuleWeekInMonth(), end.getRuleDayOfWeek(), in setRawOffset()
233 stz.setEndRule(11, 31, Grego.MILLIS_PER_DAY - 1); in setRawOffset()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DOlsonTimeZone.java223 … stz.setEndRule(end.getRuleMonth(), end.getRuleWeekInMonth(), end.getRuleDayOfWeek(), in setRawOffset()
235 stz.setEndRule(11, 31, Grego.MILLIS_PER_DAY - 1); in setRawOffset()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
DSerializableTestUtility.java201 simpleTimeZones[4].setEndRule(6, 3, 4, 360000); in getTestObjects()
205 simpleTimeZones[5].setEndRule(6, 3, 4, 360000); in getTestObjects()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
DSerializableTestUtility.java202 simpleTimeZones[4].setEndRule(6, 3, 4, 360000); in getTestObjects()
206 simpleTimeZones[5].setEndRule(6, 3, 4, 360000); in getTestObjects()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DCalendarRegressionTest.java156 pdt.setEndRule(Calendar.OCTOBER, -1, Calendar.SUNDAY, 2 * 60 * 60 * 1000); in Test4040996()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/
DCalendarRegressionTest.java157 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/icu/icu4j/tools/build/
Dicu4j48.api3.gz12;ICU4J 4.8;; 2ST@3.6;PB;NS;NF;NS; ...
Dicu4j51.api3.gz

12