/third_party/icu/icu4c/source/i18n/unicode/ |
H A D | simpletz.h | 55 * <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 D | simpletz.h | 55 * <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 D | simpletz.h | 55 * <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 D | SimpleTimeZone.java | 22 * <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 D | SimpleTimeZone.java | 23 * <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 D | basictz.cpp | 169 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 D | simpletz.cpp | 275 * 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 D | gregoimp.h | 237 static int32_t dayOfWeekInMonth(int32_t year, int32_t month, int32_t dom);
|
H A D | gregoimp.cpp | 156 int32_t Grego::dayOfWeekInMonth(int32_t year, int32_t month, int32_t dom) { in dayOfWeekInMonth() function in Grego
|
H A D | vtzone.cpp | 1921 int32_t weekInMonth = Grego::dayOfWeekInMonth(year, month, dom); in writeZone()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | basictz.cpp | 169 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 D | simpletz.cpp | 275 * 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 D | gregoimp.h | 237 static int32_t dayOfWeekInMonth(int32_t year, int32_t month, int32_t dom);
|
H A D | gregoimp.cpp | 161 int32_t Grego::dayOfWeekInMonth(int32_t year, int32_t month, int32_t dom) { in dayOfWeekInMonth() function in Grego
|
H A D | vtzone.cpp | 1921 int32_t weekInMonth = Grego::dayOfWeekInMonth(year, month, dom); in writeZone()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | simpletz.cpp | 275 * 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 D | basictz.cpp | 169 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 D | gregoimp.h | 237 static int32_t dayOfWeekInMonth(int32_t year, int32_t month, int32_t dom);
|
H A D | gregoimp.cpp | 151 int32_t Grego::dayOfWeekInMonth(int32_t year, int32_t month, int32_t dom) { in dayOfWeekInMonth() function in Grego
|
H A D | vtzone.cpp | 2015 int32_t weekInMonth = Grego::dayOfWeekInMonth(year, month, dom); in writeZone()
|
/third_party/skia/third_party/externals/sfntly/java/lib/ |
H A D | icu4j-4_8_1_1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/ibm/
com/ibm/icu/
com/ibm/icu/impl/
... |