Home
last modified time | relevance | path

Searched refs:setEndRule (Results 1 – 25 of 32) 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,
906 inline void SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfWeekInMonth, in setEndRule() function
909 setEndRule(month, dayOfWeekInMonth, dayOfWeek, time, WALL_TIME, status); in setEndRule()
912 inline void SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfMonth, in setEndRule() function
914 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.cpp137 z->setEndRule(UCAL_MARCH, -1, UCAL_SUNDAY, 0, status); in Test4073215()
649 zone->setEndRule(month, day, dayOfWeek, time, status); in Test4154542()
932 z2->setEndRule(UCAL_JULY, 1, 0, status); in Test4176686()
1007 z.setEndRule(UCAL_MARCH, -1, UCAL_SUNDAY, 0, status); in TestJ186()
1195 zone->setEndRule(0, -1, 0, 0, status); in Test4184229()
1202 zone->setEndRule(0, -1, 0, status); in Test4184229()
Dtztest.cpp192 zone->setEndRule (UCAL_JULY, 1, 0, endHour, status); in TestRuleAPI()
1478 zone2->setEndRule(UCAL_DECEMBER, 31, 0, 0, status); in TestDisplayName()
1635 tz.setEndRule(UCAL_OCTOBER, 20, 12 * U_MILLIS_PER_HOUR, status); in TestAlternateRules()
1666 tz.setEndRule(UCAL_OCTOBER, 20, UCAL_FRIDAY, 12 * millisPerHour, FALSE, status); in TestAlternateRules()
Dtzrulets.cpp1561 stz1->setEndRule(UCAL_NOVEMBER, 1, UCAL_SUNDAY, 2*HOUR, status); // First Sunday in November in TestSimpleTimeZoneCoverage()
1785 simpleTZ->setEndRule(1, 1, 0, status); in TestVTimeZoneCoverage()
1808 simpleTZ2.setEndRule(1, 1, 0, status); in TestVTimeZoneCoverage()
Dcalregts.cpp340 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.java392 zone2.setEndRule(Calendar.DECEMBER, 31, 86399999); in TestDisplayName()
583 zone.setEndRule (Calendar.JULY, 1, 0, endHour); in TestRuleAPI()
929 tz.setEndRule(Calendar.OCTOBER, 20, 12 * millisPerHour); in TestAlternateRules()
957 tz.setEndRule(Calendar.OCTOBER, 20, Calendar.FRIDAY, 12 * millisPerHour, false); in TestAlternateRules()
1156 stz4.setEndRule(6, 3, 4, 360000); in TestSimpleTimeZoneSerialization()
1159 stz5.setEndRule(6, 3, 4, 360000); in TestSimpleTimeZoneSerialization()
2023 stz.setEndRule(Calendar.DECEMBER, 1, Calendar.SUNDAY, 0); in checkThawed()
2125 stz.setEndRule(Calendar.DECEMBER, 1, Calendar.SUNDAY, 0); in checkFrozen()
DTimeZoneRegressionTest.java73 z.setEndRule(Calendar.MARCH, -1, Calendar.SUNDAY, 0); in Test4073215()
524 zone.setEndRule(month, day, dayOfWeek, time); in Test4154542()
859 z2.setEndRule(Calendar.JULY, 1, 0); in Test4176686()
954 zone.setEndRule(0, -1, 0, 0); in Test4184229()
960 zone.setEndRule(0, -1, 0); in Test4184229()
DTimeZoneRuleTest.java1095 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.java395 zone2.setEndRule(Calendar.DECEMBER, 31, 86399999); in TestDisplayName()
586 zone.setEndRule (Calendar.JULY, 1, 0, endHour); in TestRuleAPI()
932 tz.setEndRule(Calendar.OCTOBER, 20, 12 * millisPerHour); in TestAlternateRules()
960 tz.setEndRule(Calendar.OCTOBER, 20, Calendar.FRIDAY, 12 * millisPerHour, false); in TestAlternateRules()
1159 stz4.setEndRule(6, 3, 4, 360000); in TestSimpleTimeZoneSerialization()
1162 stz5.setEndRule(6, 3, 4, 360000); in TestSimpleTimeZoneSerialization()
2026 stz.setEndRule(Calendar.DECEMBER, 1, Calendar.SUNDAY, 0); in checkThawed()
2128 stz.setEndRule(Calendar.DECEMBER, 1, Calendar.SUNDAY, 0); in checkFrozen()
DTimeZoneRegressionTest.java76 z.setEndRule(Calendar.MARCH, -1, Calendar.SUNDAY, 0); in Test4073215()
527 zone.setEndRule(month, day, dayOfWeek, time); in Test4154542()
862 z2.setEndRule(Calendar.JULY, 1, 0); in Test4176686()
957 zone.setEndRule(0, -1, 0, 0); in Test4184229()
963 zone.setEndRule(0, -1, 0); in Test4184229()
DTimeZoneRuleTest.java1098 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/android_icu4j/src/main/tests/android/icu/dev/test/serializable/
DSerializableTestUtility.java206 simpleTimeZones[4].setEndRule(6, 3, 4, 360000); in getTestObjects()
210 simpleTimeZones[5].setEndRule(6, 3, 4, 360000); in getTestObjects()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/
DSerializableTestUtility.java203 simpleTimeZones[4].setEndRule(6, 3, 4, 360000); in getTestObjects()
207 simpleTimeZones[5].setEndRule(6, 3, 4, 360000); in getTestObjects()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/
DCalendarRegressionTest.java163 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.java166 pdt.setEndRule(Calendar.OCTOBER, -1, Calendar.SUNDAY, 2 * 60 * 60 * 1000); in Test4040996()
/external/icu/icu4j/tools/build/
Dicu4j55.api3.gz
Dicu4j56.api3.gz12;ICU4J 56.1;; 2ST@3.6;PB;NS;NF;NS; ...
Dicu4j57.api3.gz

12