Searched refs:dayOfWeekInMonth (Results 1 - 7 of 7) sorted by relevance

/external/icu4c/i18n/unicode/
H A Dsimpletz.h51 * <code>dayOfWeekInMonth</code> to indicate that <code>SimpleTimeZone</code> should
53 * Time starts or ends at the last Sunday a month, use <code>dayOfWeekInMonth = -1</code>
274 * The dayOfWeekInMonth and dayOfWeek parameters together specify how to calculate
278 * <li>If both dayOfWeekInMonth and dayOfWeek are positive, they specify the
281 * <li>If dayOfWeek is positive and dayOfWeekInMonth is negative, they specify
284 * <li>If dayOfWeek is zero and dayOfWeekInMonth is positive, dayOfWeekInMonth
287 * <li>If dayOfWeek is zero and dayOfWeekInMonth is negative, dayOfWeekInMonth
291 * <li>If dayOfWeek is negative and dayOfWeekInMonth i
883 setStartRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek, int32_t time, UErrorCode& status) argument
901 setEndRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek, int32_t time, UErrorCode& status) argument
[all...]
/external/icu4c/i18n/
H A Dgregoimp.h224 static int32_t dayOfWeekInMonth(int32_t year, int32_t month, int32_t dom);
H A Dbasictz.cpp167 int32_t weekInMonth = Grego::dayOfWeekInMonth(year, month, dom);
194 weekInMonth = Grego::dayOfWeekInMonth(year, month, dom);
225 weekInMonth = Grego::dayOfWeekInMonth(year, month, dom);
H A Dsimpletz.cpp271 * The dayOfWeekInMonth and dayOfWeek parameters together specify how to calculate
274 * <li>If both dayOfWeekInMonth and dayOfWeek are positive, they specify the
277 * <li>If dayOfWeek is positive and dayOfWeekInMonth is negative, they specify
280 * <li>If dayOfWeek is zero and dayOfWeekInMonth is positive, dayOfWeekInMonth
283 * <li>If dayOfWeek is zero and dayOfWeekInMonth is negative, dayOfWeekInMonth
287 * <li>If dayOfWeek is negative and dayOfWeekInMonth is positive, they specify the
297 * @param dayOfWeekInMonth the daylight savings starting
306 SimpleTimeZone::setStartRule(int32_t month, int32_t dayOfWeekInMonth, int32_ argument
358 setEndRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek, int32_t time, TimeMode mode, UErrorCode& status) argument
[all...]
H A Dgregoimp.cpp148 int32_t Grego::dayOfWeekInMonth(int32_t year, int32_t month, int32_t dom) { function in class:Grego
H A Dvtzone.cpp1954 int32_t weekInMonth = Grego::dayOfWeekInMonth(year, month, dom);
/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 2902 milliseconds