HomeSort by relevance Sort by last modified time
    Searched refs:UCAL_DAY_OF_WEEK_IN_MONTH (Results 1 - 10 of 10) sorted by null

  /external/icu4c/i18n/
chnsecal.cpp 245 { UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_DAY_OF_WEEK, kResolveSTOP },
248 { UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_DOW_LOCAL, kResolveSTOP },
256 { UCAL_DAY_OF_WEEK_IN_MONTH, kResolveSTOP },
257 { kResolveRemap | UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_DAY_OF_WEEK, kResolveSTOP },
258 { kResolveRemap | UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_DOW_LOCAL, kResolveSTOP },
calendar.cpp     [all...]
gregocal.cpp 674 if (isSet(UCAL_DAY_OF_WEEK_IN_MONTH) &&
675 0 == internalGet(UCAL_DAY_OF_WEEK_IN_MONTH)) {
    [all...]
smpdtfmt.cpp 877 /*EDF*/ UCAL_DAY_OF_WEEK, UCAL_DAY_OF_YEAR, UCAL_DAY_OF_WEEK_IN_MONTH,
    [all...]
  /external/icu4c/test/intltest/
callimts.cpp 204 int32_t maxDOWIM = cal.getMaximum(UCAL_DAY_OF_WEEK_IN_MONTH);
205 int32_t lmaxDOWIM = cal.getLeastMaximum(UCAL_DAY_OF_WEEK_IN_MONTH);
281 UCAL_DAY_OF_WEEK_IN_MONTH,
caltest.cpp 241 FIELD_NAME_STR( UCAL_DAY_OF_WEEK_IN_MONTH );
608 c->set(UCAL_DAY_OF_WEEK_IN_MONTH, 1);
614 c->set(UCAL_DAY_OF_WEEK_IN_MONTH, - 1);
622 c->set(UCAL_DAY_OF_WEEK_IN_MONTH, 0);
    [all...]
calregts.cpp     [all...]
  /external/icu4c/i18n/unicode/
ucal.h 84 * UCAL_MONTH + UCAL_DAY_OF_WEEK_IN_MONTH + UCAL_DAY_OF_WEEK
294 UCAL_DAY_OF_WEEK_IN_MONTH,
939 * UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_AM_PM, UCAL_HOUR, UCAL_HOUR_OF_DAY, UCAL_MINUTE, UCAL_SECOND,
960 * UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_AM_PM, UCAL_HOUR, UCAL_HOUR_OF_DAY, UCAL_MINUTE, UCAL_SECOND,
981 * UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_AM_PM, UCAL_HOUR, UCAL_HOUR_OF_DAY, UCAL_MINUTE, UCAL_SECOND,
    [all...]
  /external/icu4c/tools/ctestfw/
udbgutil.cpp 88 FIELD_NAME_STR( LEN_UCAL, UCAL_DAY_OF_WEEK_IN_MONTH ),
  /external/icu4c/test/cintltst/
ccaltst.c 667 else if(ucal_get(cal, UCAL_DAY_OF_WEEK_IN_MONTH, &status)!=2 || ucal_get(cal, UCAL_DAY_OF_WEEK, &status)!=6
685 ucal_set(cal, UCAL_DAY_OF_WEEK_IN_MONTH, 1);
691 ucal_set(cal, UCAL_DAY_OF_WEEK_IN_MONTH, - 1);
699 ucal_set(cal, UCAL_DAY_OF_WEEK_IN_MONTH, 0);
    [all...]

Completed in 1854 milliseconds