Searched defs:dayOfWeekInMonth (Results 1 - 6 of 6) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dgregoimp.cpp146 int32_t Grego::dayOfWeekInMonth(int32_t year, int32_t month, int32_t dom) { function in class:Grego
H A Dsimpletz.cpp274 * The dayOfWeekInMonth and dayOfWeek parameters together specify how to calculate
277 * <li>If both dayOfWeekInMonth and dayOfWeek are positive, they specify the
280 * <li>If dayOfWeek is positive and dayOfWeekInMonth is negative, they specify
283 * <li>If dayOfWeek is zero and dayOfWeekInMonth is positive, dayOfWeekInMonth
286 * <li>If dayOfWeek is zero and dayOfWeekInMonth is negative, dayOfWeekInMonth
290 * <li>If dayOfWeek is negative and dayOfWeekInMonth is positive, they specify the
300 * @param dayOfWeekInMonth the daylight savings starting
309 SimpleTimeZone::setStartRule(int32_t month, int32_t dayOfWeekInMonth, int32_ argument
361 setEndRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek, int32_t time, TimeMode mode, UErrorCode& status) argument
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dsimpletz.h53 * <code>dayOfWeekInMonth</code> to indicate that <code>SimpleTimeZone</code> should
55 * Time starts or ends at the last Sunday a month, use <code>dayOfWeekInMonth = -1</code>
276 * The dayOfWeekInMonth and dayOfWeek parameters together specify how to calculate
280 * <li>If both dayOfWeekInMonth and dayOfWeek are positive, they specify the
283 * <li>If dayOfWeek is positive and dayOfWeekInMonth is negative, they specify
286 * <li>If dayOfWeek is zero and dayOfWeekInMonth is positive, dayOfWeekInMonth
289 * <li>If dayOfWeek is zero and dayOfWeekInMonth is negative, dayOfWeekInMonth
293 * <li>If dayOfWeek is negative and dayOfWeekInMonth i
886 setStartRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek, int32_t time, UErrorCode& status) argument
904 setEndRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek, int32_t time, UErrorCode& status) argument
[all...]
/external/icu/android_icu4j/src/main/java/android/icu/util/
H A DSimpleTimeZone.java23 * <p>Use a negative value for <code>dayOfWeekInMonth</code> to indicate that
26 * <code>dayOfWeekInMonth = -1</code> along with <code>dayOfWeek = Calendar.SUNDAY</code>
294 * @param dayOfWeekInMonth The daylight savings starting
303 * @throws IllegalArgumentException the month, dayOfWeekInMonth,
306 public void setStartRule(int month, int dayOfWeekInMonth, int dayOfWeek, argument
312 getSTZInfo().setStart(month, dayOfWeekInMonth, dayOfWeek, time, -1, false);
313 setStartRule(month, dayOfWeekInMonth, dayOfWeek, time, WALL_TIME);
321 * The dayOfWeekInMonth and dayOfWeek parameters together specify how to calculate
324 * <li>If both dayOfWeekInMonth and dayOfWeek are positive, they specify the
327 * <li>If dayOfWeek is positive and dayOfWeekInMonth i
354 setStartRule(int month, int dayOfWeekInMonth, int dayOfWeek, int time, int mode) argument
432 setEndRule(int month, int dayOfWeekInMonth, int dayOfWeek, int time) argument
509 setEndRule(int month, int dayOfWeekInMonth, int dayOfWeek, int time, int mode) argument
[all...]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
H A DSimpleTimeZone.java22 * <p>Use a negative value for <code>dayOfWeekInMonth</code> to indicate that
25 * <code>dayOfWeekInMonth = -1</code> along with <code>dayOfWeek = Calendar.SUNDAY</code>
305 * @param dayOfWeekInMonth The daylight savings starting
314 * @throws IllegalArgumentException the month, dayOfWeekInMonth,
318 public void setStartRule(int month, int dayOfWeekInMonth, int dayOfWeek, argument
324 getSTZInfo().setStart(month, dayOfWeekInMonth, dayOfWeek, time, -1, false);
325 setStartRule(month, dayOfWeekInMonth, dayOfWeek, time, WALL_TIME);
333 * The dayOfWeekInMonth and dayOfWeek parameters together specify how to calculate
336 * <li>If both dayOfWeekInMonth and dayOfWeek are positive, they specify the
339 * <li>If dayOfWeek is positive and dayOfWeekInMonth i
366 setStartRule(int month, int dayOfWeekInMonth, int dayOfWeek, int time, int mode) argument
447 setEndRule(int month, int dayOfWeekInMonth, int dayOfWeek, int time) argument
526 setEndRule(int month, int dayOfWeekInMonth, int dayOfWeek, int time, int mode) argument
[all...]
/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 ...

Completed in 1043 milliseconds