Searched refs:setEndRule (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dsimpletz.h14 * 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,
902 inline void SimpleTimeZone::setEndRule(int32_ function in class:SimpleTimeZone
908 inline void SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfMonth, function in class:SimpleTimeZone
913 inline void SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfMonth, int32_t dayOfWeek, function in class:SimpleTimeZone
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dsimpletz.h14 * 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,
902 inline void SimpleTimeZone::setEndRule(int32_ function in class:SimpleTimeZone
908 inline void SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfMonth, function in class:SimpleTimeZone
913 inline void SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfMonth, int32_t dayOfWeek, function in class:SimpleTimeZone
[all...]
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dtzregts.cpp135 z->setEndRule(UCAL_MARCH, -1, UCAL_SUNDAY, 0, status);
588 * SimpleTimeZOne constructors, setStartRule(), and setEndRule() don't
647 zone->setEndRule(month, day, dayOfWeek, time, status);
652 errln(UnicodeString("setEndRule(month=") + month + ", day=" + day +
930 z2->setEndRule(UCAL_JULY, 1, 0, status);
987 * Make sure setStartRule and setEndRule set the DST savings to nonzero
1005 z.setEndRule(UCAL_MARCH, -1, UCAL_SUNDAY, 0, status);
1193 zone->setEndRule(0, -1, 0, 0, status);
1195 errln("Failed. No exception has been thrown for DOM -1 setEndRule+savings");
1200 zone->setEndRule(
[all...]
H A Dtztest.cpp163 * Test the setStartRule/setEndRule API calls.
191 zone->setEndRule (UCAL_JULY, 1, 0, endHour, status);
1455 zone2->setEndRule(UCAL_DECEMBER, 31, 0, 0, status);
1612 tz.setEndRule(UCAL_OCTOBER, 20, 12 * U_MILLIS_PER_HOUR, status);
1643 tz.setEndRule(UCAL_OCTOBER, 20, UCAL_FRIDAY, 12 * millisPerHour, FALSE, status);
H A Dtzrulets.cpp1560 stz1->setEndRule(UCAL_NOVEMBER, 1, UCAL_SUNDAY, 2*HOUR, status); // First Sunday in November
1784 simpleTZ->setEndRule(1, 1, 0, status);
1807 simpleTZ2.setEndRule(1, 1, 0, status);
H A Dcalregts.cpp332 pdt->setEndRule(UCAL_OCTOBER, -1, UCAL_SUNDAY, 2 * 60 * 60 * 1000, status);
/external/icu/icu4c/source/test/intltest/
H A Dtzregts.cpp135 z->setEndRule(UCAL_MARCH, -1, UCAL_SUNDAY, 0, status);
588 * SimpleTimeZOne constructors, setStartRule(), and setEndRule() don't
647 zone->setEndRule(month, day, dayOfWeek, time, status);
652 errln(UnicodeString("setEndRule(month=") + month + ", day=" + day +
930 z2->setEndRule(UCAL_JULY, 1, 0, status);
987 * Make sure setStartRule and setEndRule set the DST savings to nonzero
1005 z.setEndRule(UCAL_MARCH, -1, UCAL_SUNDAY, 0, status);
1193 zone->setEndRule(0, -1, 0, 0, status);
1195 errln("Failed. No exception has been thrown for DOM -1 setEndRule+savings");
1200 zone->setEndRule(
[all...]
H A Dtztest.cpp154 * Test the setStartRule/setEndRule API calls.
182 zone->setEndRule (UCAL_JULY, 1, 0, endHour, status);
1446 zone2->setEndRule(UCAL_DECEMBER, 31, 0, 0, status);
1603 tz.setEndRule(UCAL_OCTOBER, 20, 12 * U_MILLIS_PER_HOUR, status);
1634 tz.setEndRule(UCAL_OCTOBER, 20, UCAL_FRIDAY, 12 * millisPerHour, FALSE, status);
H A Dtzrulets.cpp1558 stz1->setEndRule(UCAL_NOVEMBER, 1, UCAL_SUNDAY, 2*HOUR, status); // First Sunday in November
1782 simpleTZ->setEndRule(1, 1, 0, status);
1805 simpleTZ2.setEndRule(1, 1, 0, status);
H A Dcalregts.cpp332 pdt->setEndRule(UCAL_OCTOBER, -1, UCAL_SUNDAY, 2 * 60 * 60 * 1000, status);
/external/chromium_org/third_party/icu/source/i18n/
H A Dsimpletz.cpp344 * setEndRule(TimeFields.OCTOBER, -1, TimeFields.SUNDAY, 2*60*60*1000);
359 SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek, function in class:SimpleTimeZone
374 SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfMonth, function in class:SimpleTimeZone
377 setEndRule(month, dayOfMonth, 0, time, mode, status);
383 SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfMonth, int32_t dayOfWeek, function in class:SimpleTimeZone
386 setEndRule(month, after ? dayOfMonth : -dayOfMonth,
799 // and setEndRule(). It uses various combinations of positive, negative,
/external/icu/icu4c/source/i18n/
H A Dsimpletz.cpp344 * setEndRule(TimeFields.OCTOBER, -1, TimeFields.SUNDAY, 2*60*60*1000);
359 SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek, function in class:SimpleTimeZone
374 SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfMonth, function in class:SimpleTimeZone
377 setEndRule(month, dayOfMonth, 0, time, mode, status);
383 SimpleTimeZone::setEndRule(int32_t month, int32_t dayOfMonth, int32_t dayOfWeek, function in class:SimpleTimeZone
386 setEndRule(month, after ? dayOfMonth : -dayOfMonth,
799 // and setEndRule(). It uses various combinations of positive, negative,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dcom.ibm.icu_4.2.1.v20100412.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 242 milliseconds