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

  /external/icu4c/i18n/
chnsecal.cpp 244 { 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 },
calendar.cpp     [all...]
gregocal.cpp 674 if (isSet(UCAL_DAY_OF_WEEK_IN_MONTH) &&
675 0 == internalGet(UCAL_DAY_OF_WEEK_IN_MONTH)) {
    [all...]
udat.cpp 58 UCAL_DAY_OF_WEEK_IN_MONTH, // UDAT_DAY_OF_WEEK_IN_MONTH_FIELD = 11
    [all...]
smpdtfmt.cpp 956 /*EDF*/ UCAL_DAY_OF_WEEK, UCAL_DAY_OF_YEAR, UCAL_DAY_OF_WEEK_IN_MONTH,
    [all...]
  /external/icu4c/test/intltest/
callimts.cpp 206 int32_t maxDOWIM = cal.getMaximum(UCAL_DAY_OF_WEEK_IN_MONTH);
207 int32_t lmaxDOWIM = cal.getLeastMaximum(UCAL_DAY_OF_WEEK_IN_MONTH);
283 UCAL_DAY_OF_WEEK_IN_MONTH,
caltest.cpp 299 FIELD_NAME_STR( UCAL_DAY_OF_WEEK_IN_MONTH );
744 c->set(UCAL_DAY_OF_WEEK_IN_MONTH, 1);
750 c->set(UCAL_DAY_OF_WEEK_IN_MONTH, - 1);
758 c->set(UCAL_DAY_OF_WEEK_IN_MONTH, 0);
    [all...]
calregts.cpp     [all...]
  /external/icu4c/i18n/unicode/
ucal.h 85 * UCAL_MONTH + UCAL_DAY_OF_WEEK_IN_MONTH + UCAL_DAY_OF_WEEK
301 UCAL_DAY_OF_WEEK_IN_MONTH,
    [all...]
  /external/icu4c/test/cintltst/
ccaltst.c 755 else if(ucal_get(cal, UCAL_DAY_OF_WEEK_IN_MONTH, &status)!=2 || ucal_get(cal, UCAL_DAY_OF_WEEK, &status)!=
    [all...]
  /external/icu4c/tools/toolutil/
udbgutil.cpp 93 FIELD_NAME_STR( LEN_UCAL, UCAL_DAY_OF_WEEK_IN_MONTH ),

Completed in 396 milliseconds