Home
last modified time | relevance | path

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

/external/icu4c/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,
901 inline void SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfWeekInMonth, in setEndRule() function
904 setEndRule(month, dayOfWeekInMonth, dayOfWeek, time, WALL_TIME, status); in setEndRule()
907 inline void SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfMonth, in setEndRule() function
909 setEndRule(month, dayOfMonth, time, WALL_TIME, status); in setEndRule()
[all …]
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
DSimpleTimeZoneTest.java174 st1.setEndRule(11, 1, 1, 1); in test_getDSTSavings()
299 st.setEndRule(11, 1, 1, 1); in test_setDSTSavingsI()
323 st.setEndRule(Calendar.NOVEMBER, -1, Calendar.SUNDAY, 0); in test_setEndRuleIIII()
343 st.setEndRule(Calendar.NOVEMBER, 15, Calendar.SUNDAY, 1, true); in test_setEndRuleIIIIZ()
383 st.setEndRule(Calendar.DECEMBER, 1, 1); in test_setStartRuleIII()
404 st.setEndRule(Calendar.NOVEMBER, -1, Calendar.SUNDAY, 0); in test_setStartRuleIIII()
424 st.setEndRule(Calendar.NOVEMBER, 15, Calendar.SUNDAY, 1, false); in test_setStartRuleIIIIZ()
447 st.setEndRule(Calendar.NOVEMBER, -1, Calendar.SUNDAY, 0); in test_setStartYearI()
481 st.setEndRule(Calendar.NOVEMBER, -1, Calendar.SUNDAY, 0); in test_useDaylightTime()
/external/icu4c/i18n/
Dsimpletz.cpp358 SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek, in setEndRule() function in SimpleTimeZone
373 SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfMonth, in setEndRule() function in SimpleTimeZone
376 setEndRule(month, dayOfMonth, 0, time, mode, status); in setEndRule()
382 SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfMonth, int32_t dayOfWeek, in setEndRule() function in SimpleTimeZone
385 setEndRule(month, after ? dayOfMonth : -dayOfMonth, in setEndRule()
/external/icu4c/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.cpp331 pdt->setEndRule(UCAL_OCTOBER, -1, UCAL_SUNDAY, 2 * 60 * 60 * 1000, status); in test4040996()