Home
last modified time | relevance | path

Searched refs:UCAL_DAY_OF_WEEK (Results 1 – 25 of 46) sorted by relevance

12

/third_party/icu/icu4c/source/test/intltest/
Dcaltest.cpp372 FIELD_NAME_STR( UCAL_DAY_OF_WEEK ); in fieldName()
737 int32_t dow = cal->get(UCAL_DAY_OF_WEEK, status); in dowTest()
739 int32_t min = cal->getMinimum(UCAL_DAY_OF_WEEK); in dowTest()
740 int32_t max = cal->getMaximum(UCAL_DAY_OF_WEEK); in dowTest()
819 c->set(UCAL_DAY_OF_WEEK, UCAL_TUESDAY); in TestDisambiguation765()
825 c->set(UCAL_DAY_OF_WEEK, UCAL_TUESDAY); in TestDisambiguation765()
833 c->set(UCAL_DAY_OF_WEEK, UCAL_TUESDAY); in TestDisambiguation765()
841 c->set(UCAL_DAY_OF_WEEK, UCAL_TUESDAY); in TestDisambiguation765()
847 c->set(UCAL_DAY_OF_WEEK, UCAL_TUESDAY); in TestDisambiguation765()
855 c->set(UCAL_DAY_OF_WEEK, UCAL_TUESDAY); in TestDisambiguation765()
[all …]
Dcalregts.cpp389 cal->set(UCAL_DAY_OF_WEEK, 0); in test4051765()
536 if (cal->get(UCAL_DAY_OF_WEEK,status) == UCAL_SATURDAY || in test4070502()
537 cal->get(UCAL_DAY_OF_WEEK,status) == UCAL_SUNDAY) in test4070502()
558 int32_t wd = cal->get(UCAL_DAY_OF_WEEK, status); in getAssociatedDate()
594 int32_t dow = cal->get(UCAL_DAY_OF_WEEK, status); in dowTest()
595 int32_t min = cal->getMinimum(UCAL_DAY_OF_WEEK); in dowTest()
596 int32_t max = cal->getMaximum(UCAL_DAY_OF_WEEK); in dowTest()
611 if(cal->getActualMinimum(UCAL_DAY_OF_WEEK, status) != min) { in dowTest()
620 if(((Calendar*)cal)->getActualMinimum(UCAL_DAY_OF_WEEK, status) != min) { in dowTest()
855 int32_t dow = a->get(UCAL_DAY_OF_WEEK, status); in test4095407()
[all …]
Dcalcasts.cpp67 checkField(cal, UCAL_DAY_OF_WEEK, cases[i].dayOfWeek,status); in doTestCases()
79 cal->set(UCAL_DAY_OF_WEEK, cases[i].dayOfWeek); in doTestCases()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dcalendar.cpp1585 internalSet(UCAL_DAY_OF_WEEK,dow); in computeGregorianAndDOWFields()
1633 int32_t dayOfWeek = fFields[UCAL_DAY_OF_WEEK]; in computeWeekFields()
1902 int32_t dow = internalGet(UCAL_DAY_OF_WEEK) - getFirstDayOfWeek(); in roll()
1960 int32_t dow = internalGet(UCAL_DAY_OF_WEEK) - getFirstDayOfWeek(); in roll()
2029 case UCAL_DAY_OF_WEEK: in roll()
2039 leadDays -= (field == UCAL_DAY_OF_WEEK) ? getFirstDayOfWeek() : 1; in roll()
2170 case UCAL_DAY_OF_WEEK: in add()
2600 UCalendarDaysOfWeek dayOfWeek = (UCalendarDaysOfWeek)get(UCAL_DAY_OF_WEEK, status); in isWeekend()
2690 case UCAL_DAY_OF_WEEK: in getLimit()
2909 { UCAL_WEEK_OF_YEAR, UCAL_DAY_OF_WEEK, kResolveSTOP },
[all …]
Dchnsecal.cpp280 { UCAL_WEEK_OF_YEAR, UCAL_DAY_OF_WEEK, kResolveSTOP },
281 { UCAL_WEEK_OF_MONTH, UCAL_DAY_OF_WEEK, kResolveSTOP },
282 { UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_DAY_OF_WEEK, kResolveSTOP },
294 { kResolveRemap | UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_DAY_OF_WEEK, kResolveSTOP },
Dsmpdtfmt.cpp1129 /*EDF*/ UCAL_DAY_OF_WEEK, UCAL_DAY_OF_YEAR, UCAL_DAY_OF_WEEK_IN_MONTH,
1582 value = cal.get(UCAL_DAY_OF_WEEK, status); in subFormat()
1619 value = cal.get(UCAL_DAY_OF_WEEK, status); in subFormat()
2802 if (field == UCAL_DAY_OF_WEEK) i = 1; in matchString()
3270 if ((newStart = matchString(text, start, UCAL_DAY_OF_WEEK, in subParse()
3276 if ((newStart = matchString(text, start, UCAL_DAY_OF_WEEK, in subParse()
3282 if ((newStart = matchString(text, start, UCAL_DAY_OF_WEEK, in subParse()
3288 if ((newStart = matchString(text, start, UCAL_DAY_OF_WEEK, in subParse()
3310 if ((newStart = matchString(text, start, UCAL_DAY_OF_WEEK, in subParse()
3315 if ((newStart = matchString(text, start, UCAL_DAY_OF_WEEK, in subParse()
[all …]
Ddtitvinf.cpp93 lrgDiffCalUnit == UCAL_DAY_OF_WEEK ) { in setIntervalPattern()
670 case UCAL_DAY_OF_WEEK: in calendarFieldToIntervalIndex()
/third_party/icu/icu4c/source/i18n/
Dcalendar.cpp1601 internalSet(UCAL_DAY_OF_WEEK,dow); in computeGregorianAndDOWFields()
1649 int32_t dayOfWeek = fFields[UCAL_DAY_OF_WEEK]; in computeWeekFields()
1918 int32_t dow = internalGet(UCAL_DAY_OF_WEEK) - getFirstDayOfWeek(); in roll()
1976 int32_t dow = internalGet(UCAL_DAY_OF_WEEK) - getFirstDayOfWeek(); in roll()
2045 case UCAL_DAY_OF_WEEK: in roll()
2055 leadDays -= (field == UCAL_DAY_OF_WEEK) ? getFirstDayOfWeek() : 1; in roll()
2186 case UCAL_DAY_OF_WEEK: in add()
2616 UCalendarDaysOfWeek dayOfWeek = (UCalendarDaysOfWeek)get(UCAL_DAY_OF_WEEK, status); in isWeekend()
2706 case UCAL_DAY_OF_WEEK: in getLimit()
2925 { UCAL_WEEK_OF_YEAR, UCAL_DAY_OF_WEEK, kResolveSTOP },
[all …]
Dchnsecal.cpp280 { UCAL_WEEK_OF_YEAR, UCAL_DAY_OF_WEEK, kResolveSTOP },
281 { UCAL_WEEK_OF_MONTH, UCAL_DAY_OF_WEEK, kResolveSTOP },
282 { UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_DAY_OF_WEEK, kResolveSTOP },
294 { kResolveRemap | UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_DAY_OF_WEEK, kResolveSTOP },
Dsmpdtfmt.cpp1201 /*EDF*/ UCAL_DAY_OF_WEEK, UCAL_DAY_OF_YEAR, UCAL_DAY_OF_WEEK_IN_MONTH,
1659 value = cal.get(UCAL_DAY_OF_WEEK, status); in subFormat()
1696 value = cal.get(UCAL_DAY_OF_WEEK, status); in subFormat()
2886 if (field == UCAL_DAY_OF_WEEK) i = 1; in matchString()
3354 if ((newStart = matchString(text, start, UCAL_DAY_OF_WEEK, in subParse()
3360 if ((newStart = matchString(text, start, UCAL_DAY_OF_WEEK, in subParse()
3366 if ((newStart = matchString(text, start, UCAL_DAY_OF_WEEK, in subParse()
3372 if ((newStart = matchString(text, start, UCAL_DAY_OF_WEEK, in subParse()
3394 if ((newStart = matchString(text, start, UCAL_DAY_OF_WEEK, in subParse()
3399 if ((newStart = matchString(text, start, UCAL_DAY_OF_WEEK, in subParse()
[all …]
Ddtitvinf.cpp96 lrgDiffCalUnit == UCAL_DAY_OF_WEEK ) { in setIntervalPattern()
707 case UCAL_DAY_OF_WEEK: in calendarFieldToIntervalIndex()
/third_party/skia/third_party/externals/icu/source/i18n/
Dcalendar.cpp1601 internalSet(UCAL_DAY_OF_WEEK,dow); in computeGregorianAndDOWFields()
1649 int32_t dayOfWeek = fFields[UCAL_DAY_OF_WEEK]; in computeWeekFields()
1918 int32_t dow = internalGet(UCAL_DAY_OF_WEEK) - getFirstDayOfWeek(); in roll()
1976 int32_t dow = internalGet(UCAL_DAY_OF_WEEK) - getFirstDayOfWeek(); in roll()
2045 case UCAL_DAY_OF_WEEK: in roll()
2055 leadDays -= (field == UCAL_DAY_OF_WEEK) ? getFirstDayOfWeek() : 1; in roll()
2186 case UCAL_DAY_OF_WEEK: in add()
2616 UCalendarDaysOfWeek dayOfWeek = (UCalendarDaysOfWeek)get(UCAL_DAY_OF_WEEK, status); in isWeekend()
2706 case UCAL_DAY_OF_WEEK: in getLimit()
2925 { UCAL_WEEK_OF_YEAR, UCAL_DAY_OF_WEEK, kResolveSTOP },
[all …]
Dchnsecal.cpp280 { UCAL_WEEK_OF_YEAR, UCAL_DAY_OF_WEEK, kResolveSTOP },
281 { UCAL_WEEK_OF_MONTH, UCAL_DAY_OF_WEEK, kResolveSTOP },
282 { UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_DAY_OF_WEEK, kResolveSTOP },
294 { kResolveRemap | UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_DAY_OF_WEEK, kResolveSTOP },
Dsmpdtfmt.cpp1201 /*EDF*/ UCAL_DAY_OF_WEEK, UCAL_DAY_OF_YEAR, UCAL_DAY_OF_WEEK_IN_MONTH,
1659 value = cal.get(UCAL_DAY_OF_WEEK, status); in subFormat()
1696 value = cal.get(UCAL_DAY_OF_WEEK, status); in subFormat()
2886 if (field == UCAL_DAY_OF_WEEK) i = 1; in matchString()
3354 if ((newStart = matchString(text, start, UCAL_DAY_OF_WEEK, in subParse()
3360 if ((newStart = matchString(text, start, UCAL_DAY_OF_WEEK, in subParse()
3366 if ((newStart = matchString(text, start, UCAL_DAY_OF_WEEK, in subParse()
3372 if ((newStart = matchString(text, start, UCAL_DAY_OF_WEEK, in subParse()
3394 if ((newStart = matchString(text, start, UCAL_DAY_OF_WEEK, in subParse()
3399 if ((newStart = matchString(text, start, UCAL_DAY_OF_WEEK, in subParse()
[all …]
Ddtitvinf.cpp96 lrgDiffCalUnit == UCAL_DAY_OF_WEEK ) { in setIntervalPattern()
707 case UCAL_DAY_OF_WEEK: in calendarFieldToIntervalIndex()
/third_party/node/deps/icu-small/source/i18n/
Dcalendar.cpp1601 internalSet(UCAL_DAY_OF_WEEK,dow); in computeGregorianAndDOWFields()
1649 int32_t dayOfWeek = fFields[UCAL_DAY_OF_WEEK]; in computeWeekFields()
1918 int32_t dow = internalGet(UCAL_DAY_OF_WEEK) - getFirstDayOfWeek(); in roll()
1976 int32_t dow = internalGet(UCAL_DAY_OF_WEEK) - getFirstDayOfWeek(); in roll()
2045 case UCAL_DAY_OF_WEEK: in roll()
2055 leadDays -= (field == UCAL_DAY_OF_WEEK) ? getFirstDayOfWeek() : 1; in roll()
2186 case UCAL_DAY_OF_WEEK: in add()
2616 UCalendarDaysOfWeek dayOfWeek = (UCalendarDaysOfWeek)get(UCAL_DAY_OF_WEEK, status); in isWeekend()
2706 case UCAL_DAY_OF_WEEK: in getLimit()
2925 { UCAL_WEEK_OF_YEAR, UCAL_DAY_OF_WEEK, kResolveSTOP },
[all …]
Dchnsecal.cpp280 { UCAL_WEEK_OF_YEAR, UCAL_DAY_OF_WEEK, kResolveSTOP },
281 { UCAL_WEEK_OF_MONTH, UCAL_DAY_OF_WEEK, kResolveSTOP },
282 { UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_DAY_OF_WEEK, kResolveSTOP },
294 { kResolveRemap | UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_DAY_OF_WEEK, kResolveSTOP },
Dsmpdtfmt.cpp1220 /*EDF*/ UCAL_DAY_OF_WEEK, UCAL_DAY_OF_YEAR, UCAL_DAY_OF_WEEK_IN_MONTH,
1678 value = cal.get(UCAL_DAY_OF_WEEK, status); in subFormat()
1715 value = cal.get(UCAL_DAY_OF_WEEK, status); in subFormat()
2911 if (field == UCAL_DAY_OF_WEEK) i = 1; in matchString()
3379 if ((newStart = matchString(text, start, UCAL_DAY_OF_WEEK, in subParse()
3385 if ((newStart = matchString(text, start, UCAL_DAY_OF_WEEK, in subParse()
3391 if ((newStart = matchString(text, start, UCAL_DAY_OF_WEEK, in subParse()
3397 if ((newStart = matchString(text, start, UCAL_DAY_OF_WEEK, in subParse()
3419 if ((newStart = matchString(text, start, UCAL_DAY_OF_WEEK, in subParse()
3424 if ((newStart = matchString(text, start, UCAL_DAY_OF_WEEK, in subParse()
[all …]
Ddtitvinf.cpp95 lrgDiffCalUnit == UCAL_DAY_OF_WEEK ) { in setIntervalPattern()
689 case UCAL_DAY_OF_WEEK: in calendarFieldToIntervalIndex()
/third_party/icu/icu4c/source/test/cintltst/
Dccaltst.c817 …else if(ucal_get(cal, UCAL_DAY_OF_WEEK_IN_MONTH, &status)!=2 || ucal_get(cal, UCAL_DAY_OF_WEEK, &s… in TestFieldGetSet()
833 ucal_set(cal, UCAL_DAY_OF_WEEK, UCAL_TUESDAY); in TestFieldGetSet()
839 ucal_set(cal, UCAL_DAY_OF_WEEK, UCAL_TUESDAY); in TestFieldGetSet()
847 ucal_set(cal, UCAL_DAY_OF_WEEK, UCAL_TUESDAY); in TestFieldGetSet()
859 ucal_set(cal, UCAL_DAY_OF_WEEK, UCAL_TUESDAY); in TestFieldGetSet()
865 ucal_set(cal, UCAL_DAY_OF_WEEK, UCAL_TUESDAY); in TestFieldGetSet()
872 ucal_set(cal, UCAL_DAY_OF_WEEK, UCAL_TUESDAY); in TestFieldGetSet()
885 ucal_set(cal, UCAL_DAY_OF_WEEK, UCAL_TUESDAY); in TestFieldGetSet()
890 ucal_set(cal, UCAL_DAY_OF_WEEK, UCAL_TUESDAY); in TestFieldGetSet()
1161 val = ucal_get(cal, UCAL_DAY_OF_WEEK, &status); in TestGetLimits()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/samples/cal/
Dcal.c478 firstday = ucal_get(c, UCAL_DAY_OF_WEEK, status); in print_month()
626 left_firstday = ucal_get(left_cal, UCAL_DAY_OF_WEEK, status); in print_year()
627 right_firstday = ucal_get(right_cal, UCAL_DAY_OF_WEEK, status); in print_year()
/third_party/icu/icu4c/source/samples/cal/
Dcal.c478 firstday = ucal_get(c, UCAL_DAY_OF_WEEK, status); in print_month()
626 left_firstday = ucal_get(left_cal, UCAL_DAY_OF_WEEK, status); in print_year()
627 right_firstday = ucal_get(right_cal, UCAL_DAY_OF_WEEK, status); in print_year()
/third_party/skia/third_party/externals/icu/source/samples/cal/
Dcal.c478 firstday = ucal_get(c, UCAL_DAY_OF_WEEK, status); in print_month()
626 left_firstday = ucal_get(left_cal, UCAL_DAY_OF_WEEK, status); in print_year()
627 right_firstday = ucal_get(right_cal, UCAL_DAY_OF_WEEK, status); in print_year()
/third_party/boost/libs/locale/src/icu/
Ddate_time.cpp53 case day_of_week: return UCAL_DAY_OF_WEEK; in to_icu()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/unicode/
Ducal.h291 UCAL_DAY_OF_WEEK, enumerator

12