HomeSort by relevance Sort by last modified time
    Searched defs:setEndRule (Results 1 - 13 of 13) sorted by null

  /external/chromium/third_party/icu/public/i18n/unicode/
simpletz.h 14 * Added setStartRule() / setEndRule() overloads
433 * setEndRule(UCAL_OCTOBER, -1, UCAL_SUNDAY, 2*60*60*1000);
450 void setEndRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek,
458 * setEndRule(UCAL_OCTOBER, -1, UCAL_SUNDAY, 2*60*60*1000);
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,
    [all...]
  /external/icu4c/i18n/unicode/
simpletz.h 14 * Added setStartRule() / setEndRule() overloads
433 * setEndRule(UCAL_OCTOBER, -1, UCAL_SUNDAY, 2*60*60*1000);
450 void setEndRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek,
458 * setEndRule(UCAL_OCTOBER, -1, UCAL_SUNDAY, 2*60*60*1000);
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,
    [all...]
  /external/chromium/third_party/icu/source/i18n/
simpletz.cpp 341 * setEndRule(TimeFields.OCTOBER, -1, TimeFields.SUNDAY, 2*60*60*1000);
356 SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek,
371 SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfMonth,
374 setEndRule(month, dayOfMonth, 0, time, mode, status);
380 SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfMonth, int32_t dayOfWeek,
383 setEndRule(month, after ? dayOfMonth : -dayOfMonth,
796 // and setEndRule(). It uses various combinations of positive, negative,
    [all...]
  /external/icu4c/i18n/
simpletz.cpp 341 * setEndRule(TimeFields.OCTOBER, -1, TimeFields.SUNDAY, 2*60*60*1000);
356 SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek,
371 SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfMonth,
374 setEndRule(month, dayOfMonth, 0, time, mode, status);
380 SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfMonth, int32_t dayOfWeek,
383 setEndRule(month, after ? dayOfMonth : -dayOfMonth,
796 // and setEndRule(). It uses various combinations of positive, negative,
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
SimpleTimeZoneTest.java 328 st1.setEndRule(11, 1, 1, 1);
527 st.setEndRule(11, 1, 1, 1);
533 * @tests java.util.SimpleTimeZone#setEndRule(int, int, int)
538 method = "setEndRule",
544 st.setEndRule(Calendar.NOVEMBER, 20, 0);
554 st.setEndRule(13, 20, 0);
561 st.setEndRule(1, 32, 0);
568 st.setEndRule(1, 30, 10);
576 * @tests java.util.SimpleTimeZone#setEndRule(int, int, int, int)
581 method = "setEndRule",
    [all...]
  /libcore/luni/src/main/java/java/util/
SimpleTimeZone.java 254 // tz.setEndRule(endMonth, endDay, endDayOfWeek, endTime);
269 setEndRule(endMonth, endDay, endDayOfWeek, endTime);
669 public void setEndRule(int month, int dayOfMonth, int time) {
677 // ((com.ibm.icu.util.SimpleTimeZone) icuTZ).setEndRule(month,
698 public void setEndRule(int month, int day, int dayOfWeek, int time) {
706 // ((com.ibm.icu.util.SimpleTimeZone) icuTZ).setEndRule(month, day,
728 public void setEndRule(int month, int day, int dayOfWeek, int time,
737 // ((com.ibm.icu.util.SimpleTimeZone) icuTZ).setEndRule(month, day,
    [all...]
  /prebuilt/sdk/10/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 390 milliseconds