Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/i18n/unicode/
H A Dsimpletz.h55 * <code>dayOfWeekInMonth</code> to indicate that <code>SimpleTimeZone</code> should
57 * Time starts or ends at the last Sunday a month, use <code>dayOfWeekInMonth = -1</code>
278 * The dayOfWeekInMonth and dayOfWeek parameters together specify how to calculate
282 * <li>If both dayOfWeekInMonth and dayOfWeek are positive, they specify the
285 * <li>If dayOfWeek is positive and dayOfWeekInMonth is negative, they specify
288 * <li>If dayOfWeek is zero and dayOfWeekInMonth is positive, dayOfWeekInMonth
291 * <li>If dayOfWeek is zero and dayOfWeekInMonth is negative, dayOfWeekInMonth
295 * <li>If dayOfWeek is negative and dayOfWeekInMonth i
894 setStartRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek, int32_t time, UErrorCode& status) setStartRule() argument
912 setEndRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek, int32_t time, UErrorCode& status) setEndRule() argument
[all...]
/third_party/node/deps/icu-small/source/i18n/unicode/
H A Dsimpletz.h55 * <code>dayOfWeekInMonth</code> to indicate that <code>SimpleTimeZone</code> should
57 * Time starts or ends at the last Sunday a month, use <code>dayOfWeekInMonth = -1</code>
278 * The dayOfWeekInMonth and dayOfWeek parameters together specify how to calculate
282 * <li>If both dayOfWeekInMonth and dayOfWeek are positive, they specify the
285 * <li>If dayOfWeek is positive and dayOfWeekInMonth is negative, they specify
288 * <li>If dayOfWeek is zero and dayOfWeekInMonth is positive, dayOfWeekInMonth
291 * <li>If dayOfWeek is zero and dayOfWeekInMonth is negative, dayOfWeekInMonth
295 * <li>If dayOfWeek is negative and dayOfWeekInMonth i
894 setStartRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek, int32_t time, UErrorCode& status) setStartRule() argument
912 setEndRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek, int32_t time, UErrorCode& status) setEndRule() argument
[all...]
/third_party/skia/third_party/externals/icu/source/i18n/unicode/
H A Dsimpletz.h55 * <code>dayOfWeekInMonth</code> to indicate that <code>SimpleTimeZone</code> should
57 * Time starts or ends at the last Sunday a month, use <code>dayOfWeekInMonth = -1</code>
278 * The dayOfWeekInMonth and dayOfWeek parameters together specify how to calculate
282 * <li>If both dayOfWeekInMonth and dayOfWeek are positive, they specify the
285 * <li>If dayOfWeek is positive and dayOfWeekInMonth is negative, they specify
288 * <li>If dayOfWeek is zero and dayOfWeekInMonth is positive, dayOfWeekInMonth
291 * <li>If dayOfWeek is zero and dayOfWeekInMonth is negative, dayOfWeekInMonth
295 * <li>If dayOfWeek is negative and dayOfWeekInMonth i
896 setStartRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek, int32_t time, UErrorCode& status) setStartRule() argument
914 setEndRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek, int32_t time, UErrorCode& status) setEndRule() argument
[all...]
/third_party/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, in setStartRule() argument
324 getSTZInfo().setStart(month, dayOfWeekInMonth, dayOfWeek, time, -1, false); in setStartRule()
325 setStartRule(month, dayOfWeekInMonth, dayOfWeek, time, WALL_TIME); in setStartRule()
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) setStartRule() argument
447 setEndRule(int month, int dayOfWeekInMonth, int dayOfWeek, int time) setEndRule() argument
526 setEndRule(int month, int dayOfWeekInMonth, int dayOfWeek, int time, int mode) setEndRule() argument
[all...]
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/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, in setStartRule() argument
312 getSTZInfo().setStart(month, dayOfWeekInMonth, dayOfWeek, time, -1, false); in setStartRule()
313 setStartRule(month, dayOfWeekInMonth, dayOfWeek, time, WALL_TIME); in setStartRule()
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) setStartRule() argument
432 setEndRule(int month, int dayOfWeekInMonth, int dayOfWeek, int time) setEndRule() argument
509 setEndRule(int month, int dayOfWeekInMonth, int dayOfWeek, int time, int mode) setEndRule() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Dbasictz.cpp169 int32_t weekInMonth = Grego::dayOfWeekInMonth(year, month, dom); in getSimpleRulesNear()
196 weekInMonth = Grego::dayOfWeekInMonth(year, month, dom); in getSimpleRulesNear()
227 weekInMonth = Grego::dayOfWeekInMonth(year, month, dom); in getSimpleRulesNear()
H A Dsimpletz.cpp275 * 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 is positive, they specify the
301 * @param dayOfWeekInMonth the daylight savings starting
310 SimpleTimeZone::setStartRule(int32_t month, int32_t dayOfWeekInMonth, int32_ argument
362 setEndRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek, int32_t time, TimeMode mode, UErrorCode& status) setEndRule() argument
[all...]
H A Dgregoimp.h237 static int32_t dayOfWeekInMonth(int32_t year, int32_t month, int32_t dom);
H A Dgregoimp.cpp156 int32_t Grego::dayOfWeekInMonth(int32_t year, int32_t month, int32_t dom) { in dayOfWeekInMonth() function in Grego
H A Dvtzone.cpp1921 int32_t weekInMonth = Grego::dayOfWeekInMonth(year, month, dom); in writeZone()
/third_party/node/deps/icu-small/source/i18n/
H A Dbasictz.cpp169 int32_t weekInMonth = Grego::dayOfWeekInMonth(year, month, dom); in getSimpleRulesNear()
196 weekInMonth = Grego::dayOfWeekInMonth(year, month, dom); in getSimpleRulesNear()
227 weekInMonth = Grego::dayOfWeekInMonth(year, month, dom); in getSimpleRulesNear()
H A Dsimpletz.cpp275 * 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 is positive, they specify the
301 * @param dayOfWeekInMonth the daylight savings starting
310 SimpleTimeZone::setStartRule(int32_t month, int32_t dayOfWeekInMonth, int32_ argument
362 setEndRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek, int32_t time, TimeMode mode, UErrorCode& status) setEndRule() argument
[all...]
H A Dgregoimp.h237 static int32_t dayOfWeekInMonth(int32_t year, int32_t month, int32_t dom);
H A Dgregoimp.cpp161 int32_t Grego::dayOfWeekInMonth(int32_t year, int32_t month, int32_t dom) { in dayOfWeekInMonth() function in Grego
H A Dvtzone.cpp1921 int32_t weekInMonth = Grego::dayOfWeekInMonth(year, month, dom); in writeZone()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dsimpletz.cpp275 * 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 is positive, they specify the
301 * @param dayOfWeekInMonth the daylight savings starting
310 SimpleTimeZone::setStartRule(int32_t month, int32_t dayOfWeekInMonth, int32_ argument
362 setEndRule(int32_t month, int32_t dayOfWeekInMonth, int32_t dayOfWeek, int32_t time, TimeMode mode, UErrorCode& status) setEndRule() argument
[all...]
H A Dbasictz.cpp169 int32_t weekInMonth = Grego::dayOfWeekInMonth(year, month, dom); in getSimpleRulesNear()
196 weekInMonth = Grego::dayOfWeekInMonth(year, month, dom); in getSimpleRulesNear()
227 weekInMonth = Grego::dayOfWeekInMonth(year, month, dom); in getSimpleRulesNear()
H A Dgregoimp.h237 static int32_t dayOfWeekInMonth(int32_t year, int32_t month, int32_t dom);
H A Dgregoimp.cpp151 int32_t Grego::dayOfWeekInMonth(int32_t year, int32_t month, int32_t dom) { in dayOfWeekInMonth() function in Grego
H A Dvtzone.cpp2015 int32_t weekInMonth = Grego::dayOfWeekInMonth(year, month, dom); in writeZone()
/third_party/skia/third_party/externals/sfntly/java/lib/
H A Dicu4j-4_8_1_1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ibm/icu/ com/ibm/icu/impl/ ...

Completed in 27 milliseconds