/external/icu4c/i18n/unicode/ |
simpletz.h | 14 * Added setStartRule() / setEndRule() overloads 136 * setStartRule(). 143 * day-of-week-in-month. See setStartRule() for a 146 * See setStartRule() for a complete explanation. 152 * See setStartRule() for a complete explanation. 154 * See setStartRule() for a complete explanation. 177 * setStartRule(). 184 * day-of-week-in-month. See setStartRule() for a 187 * See setStartRule() for a complete explanation. 193 * See setStartRule() for a complete explanation [all...] |
/dalvik/libcore/luni/src/test/java/tests/api/java/util/ |
SimpleTimeZoneTest.java | 327 st1.setStartRule(0, 1, 1, 1); 526 st.setStartRule(0, 1, 1, 1); 543 st.setStartRule(Calendar.NOVEMBER, 1, 0); 590 st.setStartRule(Calendar.NOVEMBER, 1, Calendar.SUNDAY, 0); 644 st.setStartRule(Calendar.NOVEMBER, 8, Calendar.SUNDAY, 1, false); 710 * @tests java.util.SimpleTimeZone#setStartRule(int, int, int) 715 method = "setStartRule", 719 // Test for method void java.util.SimpleTimeZone.setStartRule(int, int, 724 st.setStartRule(Calendar.NOVEMBER, 1, 1); 735 st.setStartRule(13, 20, 0); [all...] |
/dalvik/libcore/luni/src/main/java/java/util/ |
SimpleTimeZone.java | 261 // tz.setStartRule(startMonth, startDay, startDayOfWeek, startTime); 277 setStartRule(startMonth, startDay, startDayOfWeek, startTime); [all...] |
/external/icu4c/test/intltest/ |
tzregts.cpp | 133 z->setStartRule(UCAL_FEBRUARY, 1, UCAL_SUNDAY, 0, status); 134 failure(status, "z->setStartRule()"); 136 failure(status, "z->setStartRule()"); 598 * SimpleTimeZOne constructors, setStartRule(), and setEndRule() don't 643 zone->setStartRule(month, day, dayOfWeek, time, status); 648 errln(UnicodeString("setStartRule(month=") + month + ", day=" + day + [all...] |
tztest.cpp | 145 * Test the setStartRule/setEndRule API calls. 172 zone->setStartRule(UCAL_MARCH, 1, 0, startHour, status); [all...] |
calregts.cpp | 282 pdt->setStartRule(UCAL_APRIL, 1, UCAL_SUNDAY, 2 * 60 * 60 * 1000, status); [all...] |
tzrulets.cpp | [all...] |
/external/icu4c/i18n/ |
simpletz.cpp | 268 * setStartRule(TimeFields.APRIL, 1, TimeFields.SUNDAY, 2*60*60*1000); 304 SimpleTimeZone::setStartRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek, 319 SimpleTimeZone::setStartRule(int32_t month, int32_t dayOfMonth, 322 setStartRule(month, dayOfMonth, 0, time, mode, status); 328 SimpleTimeZone::setStartRule(int32_t month, int32_t dayOfMonth, int32_t dayOfWeek, 331 setStartRule(month, after ? dayOfMonth : -dayOfMonth, 344 * for setStartRule(). 348 * day-of-week-in-month. See setStartRule() for a complete explanation. 349 * @param dayOfWeek the daylight savings ending day-of-week. See setStartRule() 795 // This is the format accepted by the constructor and by setStartRule() [all...] |
/prebuilt/sdk/5/ |
android.jar | |
/prebuilt/sdk/7/ |
android.jar | |
/prebuilt/sdk/8/ |
android.jar | |