Searched refs:UCAL_DAY_OF_WEEK_IN_MONTH (Results 1 – 11 of 11) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | chnsecal.cpp | 280 { UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_DAY_OF_WEEK, kResolveSTOP }, 283 { UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_DOW_LOCAL, kResolveSTOP }, 291 { UCAL_DAY_OF_WEEK_IN_MONTH, kResolveSTOP }, 292 { kResolveRemap | UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_DAY_OF_WEEK, kResolveSTOP }, 293 { kResolveRemap | UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_DOW_LOCAL, kResolveSTOP },
|
D | calendar.cpp | 1681 fFields[UCAL_DAY_OF_WEEK_IN_MONTH] = (dayOfMonth-1) / 7 + 1; in computeWeekFields() 1683 if(fFields[UCAL_DAY_OF_WEEK_IN_MONTH]==0) fprintf(stderr, "%s:%d: DOWIM %d on %g\n", in computeWeekFields() 1684 __FILE__, __LINE__,fFields[UCAL_DAY_OF_WEEK_IN_MONTH], fTime); in computeWeekFields() 2038 case UCAL_DAY_OF_WEEK_IN_MONTH: in roll() 2150 case UCAL_DAY_OF_WEEK_IN_MONTH: in add() 2800 case UCAL_DAY_OF_WEEK_IN_MONTH: in validateField() 2900 { UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_DAY_OF_WEEK, kResolveSTOP }, 2903 { UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_DOW_LOCAL, kResolveSTOP }, 2912 { UCAL_DAY_OF_WEEK_IN_MONTH, kResolveSTOP }, 2913 { kResolveRemap | UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_DAY_OF_WEEK, kResolveSTOP }, [all …]
|
D | gregocal.cpp | 674 if (isSet(UCAL_DAY_OF_WEEK_IN_MONTH) && in validateFields() 675 0 == internalGet(UCAL_DAY_OF_WEEK_IN_MONTH)) { in validateFields()
|
D | udat.cpp | 59 UCAL_DAY_OF_WEEK_IN_MONTH, // UDAT_DAY_OF_WEEK_IN_MONTH_FIELD = 11
|
D | smpdtfmt.cpp | 1152 /*EDF*/ UCAL_DAY_OF_WEEK, UCAL_DAY_OF_YEAR, UCAL_DAY_OF_WEEK_IN_MONTH,
|
/external/icu/icu4c/source/test/intltest/ |
D | callimts.cpp | 207 int32_t maxDOWIM = cal.getMaximum(UCAL_DAY_OF_WEEK_IN_MONTH); in doTheoreticalLimitsTest() 208 int32_t lmaxDOWIM = cal.getLeastMaximum(UCAL_DAY_OF_WEEK_IN_MONTH); in doTheoreticalLimitsTest() 284 UCAL_DAY_OF_WEEK_IN_MONTH, in doLimitsTest()
|
D | caltest.cpp | 347 FIELD_NAME_STR( UCAL_DAY_OF_WEEK_IN_MONTH ); in fieldName() 795 c->set(UCAL_DAY_OF_WEEK_IN_MONTH, 1); in TestDisambiguation765() 801 c->set(UCAL_DAY_OF_WEEK_IN_MONTH, - 1); in TestDisambiguation765() 809 c->set(UCAL_DAY_OF_WEEK_IN_MONTH, 0); in TestDisambiguation765() 1405 UCAL_DAY_OF_WEEK_IN_MONTH, 4,
|
D | calregts.cpp | 2181 { UCAL_DAY_OF_WEEK_IN_MONTH, ADD|ROLL, PLUS|MINUS, 1, -ONE_DAY, +6*ONE_DAY }, in TestJ81() 2380 cal->set(UCAL_DAY_OF_WEEK_IN_MONTH, -1); in TestT5555()
|
/external/icu/icu4c/source/test/cintltst/ |
D | ccaltst.c | 783 …else if(ucal_get(cal, UCAL_DAY_OF_WEEK_IN_MONTH, &status)!=2 || ucal_get(cal, UCAL_DAY_OF_WEEK, &s… in TestFieldGetSet() 801 ucal_set(cal, UCAL_DAY_OF_WEEK_IN_MONTH, 1); in TestFieldGetSet() 807 ucal_set(cal, UCAL_DAY_OF_WEEK_IN_MONTH, - 1); in TestFieldGetSet() 815 ucal_set(cal, UCAL_DAY_OF_WEEK_IN_MONTH, 0); in TestFieldGetSet() 1138 val = ucal_get(cal, UCAL_DAY_OF_WEEK_IN_MONTH, &status); in TestGetLimits() 1139 min = ucal_getLimit(cal, UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_MINIMUM, &status); in TestGetLimits() 1140 max = ucal_getLimit(cal, UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_MAXIMUM, &status); in TestGetLimits()
|
/external/icu/icu4c/source/i18n/unicode/ |
D | ucal.h | 301 UCAL_DAY_OF_WEEK_IN_MONTH, enumerator
|
/external/icu/icu4c/source/tools/toolutil/ |
D | udbgutil.cpp | 94 FIELD_NAME_STR( LEN_UCAL, UCAL_DAY_OF_WEEK_IN_MONTH ),
|