Home
last modified time | relevance | path

Searched refs:UCAL_DAY_OF_WEEK_IN_MONTH (Results 1 – 11 of 11) sorted by relevance

/external/icu4c/i18n/
Dchnsecal.cpp244 { UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_DAY_OF_WEEK, kResolveSTOP },
247 { UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_DOW_LOCAL, kResolveSTOP },
255 { UCAL_DAY_OF_WEEK_IN_MONTH, kResolveSTOP },
256 { kResolveRemap | UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_DAY_OF_WEEK, kResolveSTOP },
257 { kResolveRemap | UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_DOW_LOCAL, kResolveSTOP },
Dcalendar.cpp1481 fFields[UCAL_DAY_OF_WEEK_IN_MONTH] = (dayOfMonth-1) / 7 + 1; in computeWeekFields()
1483 if(fFields[UCAL_DAY_OF_WEEK_IN_MONTH]==0) fprintf(stderr, "%s:%d: DOWIM %d on %g\n", in computeWeekFields()
1484 __FILE__, __LINE__,fFields[UCAL_DAY_OF_WEEK_IN_MONTH], fTime); in computeWeekFields()
1838 case UCAL_DAY_OF_WEEK_IN_MONTH: in roll()
1950 case UCAL_DAY_OF_WEEK_IN_MONTH: in add()
2569 case UCAL_DAY_OF_WEEK_IN_MONTH: in validateField()
2669 { UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_DAY_OF_WEEK, kResolveSTOP },
2672 { UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_DOW_LOCAL, kResolveSTOP },
2681 { UCAL_DAY_OF_WEEK_IN_MONTH, kResolveSTOP },
2682 { kResolveRemap | UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_DAY_OF_WEEK, kResolveSTOP },
[all …]
Dgregocal.cpp674 if (isSet(UCAL_DAY_OF_WEEK_IN_MONTH) && in validateFields()
675 0 == internalGet(UCAL_DAY_OF_WEEK_IN_MONTH)) { in validateFields()
Dudat.cpp58 UCAL_DAY_OF_WEEK_IN_MONTH, // UDAT_DAY_OF_WEEK_IN_MONTH_FIELD = 11
Dsmpdtfmt.cpp956 /*EDF*/ UCAL_DAY_OF_WEEK, UCAL_DAY_OF_YEAR, UCAL_DAY_OF_WEEK_IN_MONTH,
/external/icu4c/test/intltest/
Dcallimts.cpp206 int32_t maxDOWIM = cal.getMaximum(UCAL_DAY_OF_WEEK_IN_MONTH); in doTheoreticalLimitsTest()
207 int32_t lmaxDOWIM = cal.getLeastMaximum(UCAL_DAY_OF_WEEK_IN_MONTH); in doTheoreticalLimitsTest()
283 UCAL_DAY_OF_WEEK_IN_MONTH, in doLimitsTest()
Dcaltest.cpp299 FIELD_NAME_STR( UCAL_DAY_OF_WEEK_IN_MONTH ); in fieldName()
744 c->set(UCAL_DAY_OF_WEEK_IN_MONTH, 1); in TestDisambiguation765()
750 c->set(UCAL_DAY_OF_WEEK_IN_MONTH, - 1); in TestDisambiguation765()
758 c->set(UCAL_DAY_OF_WEEK_IN_MONTH, 0); in TestDisambiguation765()
1354 UCAL_DAY_OF_WEEK_IN_MONTH, 4,
Dcalregts.cpp2180 { UCAL_DAY_OF_WEEK_IN_MONTH, ADD|ROLL, PLUS|MINUS, 1, -ONE_DAY, +6*ONE_DAY }, in TestJ81()
2379 cal->set(UCAL_DAY_OF_WEEK_IN_MONTH, -1); in TestT5555()
/external/icu4c/test/cintltst/
Dccaltst.c755 …else if(ucal_get(cal, UCAL_DAY_OF_WEEK_IN_MONTH, &status)!=2 || ucal_get(cal, UCAL_DAY_OF_WEEK, &s… in TestFieldGetSet()
773 ucal_set(cal, UCAL_DAY_OF_WEEK_IN_MONTH, 1); in TestFieldGetSet()
779 ucal_set(cal, UCAL_DAY_OF_WEEK_IN_MONTH, - 1); in TestFieldGetSet()
787 ucal_set(cal, UCAL_DAY_OF_WEEK_IN_MONTH, 0); in TestFieldGetSet()
1110 val = ucal_get(cal, UCAL_DAY_OF_WEEK_IN_MONTH, &status); in TestGetLimits()
1111 min = ucal_getLimit(cal, UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_MINIMUM, &status); in TestGetLimits()
1112 max = ucal_getLimit(cal, UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_MAXIMUM, &status); in TestGetLimits()
/external/icu4c/i18n/unicode/
Ducal.h301 UCAL_DAY_OF_WEEK_IN_MONTH, enumerator
/external/icu4c/tools/toolutil/
Dudbgutil.cpp93 FIELD_NAME_STR( LEN_UCAL, UCAL_DAY_OF_WEEK_IN_MONTH ),