/third_party/skia/third_party/externals/icu/source/i18n/unicode/ |
D | simpletz.h | 454 void setEndRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek, 481 void setEndRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek, 495 void setEndRule(int32_t month, int32_t dayOfMonth, int32_t time, UErrorCode& status); 510 void setEndRule(int32_t month, int32_t dayOfMonth, int32_t time, 529 void setEndRule(int32_t month, int32_t dayOfMonth, int32_t dayOfWeek, 550 void setEndRule(int32_t month, int32_t dayOfMonth, int32_t dayOfWeek, 914 inline void SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfWeekInMonth, in setEndRule() function 917 setEndRule(month, dayOfWeekInMonth, dayOfWeek, time, WALL_TIME, status); in setEndRule() 920 inline void SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfMonth, in setEndRule() function 922 setEndRule(month, dayOfMonth, time, WALL_TIME, status); in setEndRule() [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/ |
D | simpletz.h | 452 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 …]
|
/third_party/node/deps/icu-small/source/i18n/unicode/ |
D | simpletz.h | 454 void setEndRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek, 481 void setEndRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek, 495 void setEndRule(int32_t month, int32_t dayOfMonth, int32_t time, UErrorCode& status); 510 void setEndRule(int32_t month, int32_t dayOfMonth, int32_t time, 529 void setEndRule(int32_t month, int32_t dayOfMonth, int32_t dayOfWeek, 550 void setEndRule(int32_t month, int32_t dayOfMonth, int32_t dayOfWeek, 914 inline void SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfWeekInMonth, in setEndRule() function 917 setEndRule(month, dayOfWeekInMonth, dayOfWeek, time, WALL_TIME, status); in setEndRule() 920 inline void SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfMonth, in setEndRule() function 922 setEndRule(month, dayOfMonth, time, WALL_TIME, status); in setEndRule() [all …]
|
/third_party/icu/icu4c/source/i18n/unicode/ |
D | simpletz.h | 454 void setEndRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek, 481 void setEndRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek, 495 void setEndRule(int32_t month, int32_t dayOfMonth, int32_t time, UErrorCode& status); 510 void setEndRule(int32_t month, int32_t dayOfMonth, int32_t time, 529 void setEndRule(int32_t month, int32_t dayOfMonth, int32_t dayOfWeek, 550 void setEndRule(int32_t month, int32_t dayOfMonth, int32_t dayOfWeek, 914 inline void SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfWeekInMonth, in setEndRule() function 917 setEndRule(month, dayOfWeekInMonth, dayOfWeek, time, WALL_TIME, status); in setEndRule() 920 inline void SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfMonth, in setEndRule() function 922 setEndRule(month, dayOfMonth, time, WALL_TIME, status); in setEndRule() [all …]
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/util/ |
D | STZInfo.java | 73 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()
|
D | SimpleTimeZone.java | 432 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
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | STZInfo.java | 72 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()
|
D | SimpleTimeZone.java | 447 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
|
/third_party/node/deps/icu-small/source/i18n/ |
D | simpletz.cpp | 362 SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek, in setEndRule() function in SimpleTimeZone 377 SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfMonth, in setEndRule() function in SimpleTimeZone 380 setEndRule(month, dayOfMonth, 0, time, mode, status); in setEndRule() 386 SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfMonth, int32_t dayOfWeek, in setEndRule() function in SimpleTimeZone 389 setEndRule(month, after ? dayOfMonth : -dayOfMonth, in setEndRule()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | simpletz.cpp | 362 SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek, in setEndRule() function in SimpleTimeZone 377 SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfMonth, in setEndRule() function in SimpleTimeZone 380 setEndRule(month, dayOfMonth, 0, time, mode, status); in setEndRule() 386 SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfMonth, int32_t dayOfWeek, in setEndRule() function in SimpleTimeZone 389 setEndRule(month, after ? dayOfMonth : -dayOfMonth, in setEndRule()
|
/third_party/icu/icu4c/source/i18n/ |
D | simpletz.cpp | 362 SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek, in setEndRule() function in SimpleTimeZone 377 SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfMonth, in setEndRule() function in SimpleTimeZone 380 setEndRule(month, dayOfMonth, 0, time, mode, status); in setEndRule() 386 SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfMonth, int32_t dayOfWeek, in setEndRule() function in SimpleTimeZone 389 setEndRule(month, after ? dayOfMonth : -dayOfMonth, in setEndRule()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | simpletz.cpp | 361 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()
|
/third_party/icu/icu4c/source/test/intltest/ |
D | tzregts.cpp | 137 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() 1002 z.setEndRule(UCAL_MARCH, -1, UCAL_SUNDAY, 0, status); in TestJ186() 1190 zone->setEndRule(0, -1, 0, 0, status); in Test4184229() 1197 zone->setEndRule(0, -1, 0, status); in Test4184229()
|
D | tztest.cpp | 193 zone->setEndRule (UCAL_JULY, 1, 0, endHour, status); in TestRuleAPI() 1482 zone2->setEndRule(UCAL_DECEMBER, 31, 0, 0, status); in TestDisplayName() 1639 tz.setEndRule(UCAL_OCTOBER, 20, 12 * U_MILLIS_PER_HOUR, status); in TestAlternateRules() 1670 tz.setEndRule(UCAL_OCTOBER, 20, UCAL_FRIDAY, 12 * millisPerHour, FALSE, status); in TestAlternateRules()
|
D | tzrulets.cpp | 1561 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()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/timezone/ |
D | TimeZoneTest.java | 397 zone2.setEndRule(Calendar.DECEMBER, 31, 86399999); in TestDisplayName() 588 zone.setEndRule (Calendar.JULY, 1, 0, endHour); in TestRuleAPI() 934 tz.setEndRule(Calendar.OCTOBER, 20, 12 * millisPerHour); in TestAlternateRules() 962 tz.setEndRule(Calendar.OCTOBER, 20, Calendar.FRIDAY, 12 * millisPerHour, false); in TestAlternateRules() 1161 stz4.setEndRule(6, 3, 4, 360000); in TestSimpleTimeZoneSerialization() 1164 stz5.setEndRule(6, 3, 4, 360000); in TestSimpleTimeZoneSerialization() 2033 stz.setEndRule(Calendar.DECEMBER, 1, Calendar.SUNDAY, 0); in checkThawed() 2135 stz.setEndRule(Calendar.DECEMBER, 1, Calendar.SUNDAY, 0); in checkFrozen()
|
D | TimeZoneRegressionTest.java | 76 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()
|
D | TimeZoneRuleTest.java | 1098 stz1.setEndRule(Calendar.NOVEMBER, 1, Calendar.SUNDAY, 2*HOUR); // First Sunday in November in TestSimpleTimeZoneCoverage()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/timezone/ |
D | TimeZoneTest.java | 393 zone2.setEndRule(Calendar.DECEMBER, 31, 86399999); in TestDisplayName() 584 zone.setEndRule (Calendar.JULY, 1, 0, endHour); in TestRuleAPI() 930 tz.setEndRule(Calendar.OCTOBER, 20, 12 * millisPerHour); in TestAlternateRules() 958 tz.setEndRule(Calendar.OCTOBER, 20, Calendar.FRIDAY, 12 * millisPerHour, false); in TestAlternateRules() 1133 stz4.setEndRule(6, 3, 4, 360000); in TestSimpleTimeZoneSerialization() 1136 stz5.setEndRule(6, 3, 4, 360000); in TestSimpleTimeZoneSerialization() 2004 stz.setEndRule(Calendar.DECEMBER, 1, Calendar.SUNDAY, 0); in checkThawed() 2106 stz.setEndRule(Calendar.DECEMBER, 1, Calendar.SUNDAY, 0); in checkFrozen()
|
D | TimeZoneRegressionTest.java | 73 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()
|
D | TimeZoneRuleTest.java | 1096 stz1.setEndRule(Calendar.NOVEMBER, 1, Calendar.SUNDAY, 2*HOUR); // First Sunday in November in TestSimpleTimeZoneCoverage()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
D | OlsonTimeZone.java | 223 … stz.setEndRule(end.getRuleMonth(), end.getRuleWeekInMonth(), end.getRuleDayOfWeek(), in setRawOffset() 235 stz.setEndRule(11, 31, Grego.MILLIS_PER_DAY - 1); in setRawOffset()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
D | OlsonTimeZone.java | 221 … stz.setEndRule(end.getRuleMonth(), end.getRuleWeekInMonth(), end.getRuleDayOfWeek(), in setRawOffset() 233 stz.setEndRule(11, 31, Grego.MILLIS_PER_DAY - 1); in setRawOffset()
|
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/serializable/ |
D | SerializableTestUtility.java | 206 simpleTimeZones[4].setEndRule(6, 3, 4, 360000); in getTestObjects() 210 simpleTimeZones[5].setEndRule(6, 3, 4, 360000); in getTestObjects()
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/serializable/ |
D | SerializableTestUtility.java | 204 simpleTimeZones[4].setEndRule(6, 3, 4, 360000); in getTestObjects() 208 simpleTimeZones[5].setEndRule(6, 3, 4, 360000); in getTestObjects()
|