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/icu/icu4c/source/i18n/
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 },
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 59 UCAL_DAY_OF_WEEK_IN_MONTH, // UDAT_DAY_OF_WEEK_IN_MONTH_FIELD = 11
    [all...]
smpdtfmt.cpp     [all...]
  /external/icu/icu4c/source/test/intltest/
callimts.cpp 207 int32_t maxDOWIM = cal.getMaximum(UCAL_DAY_OF_WEEK_IN_MONTH);
208 int32_t lmaxDOWIM = cal.getLeastMaximum(UCAL_DAY_OF_WEEK_IN_MONTH);
284 UCAL_DAY_OF_WEEK_IN_MONTH,
caltest.cpp 347 FIELD_NAME_STR( UCAL_DAY_OF_WEEK_IN_MONTH );
795 c->set(UCAL_DAY_OF_WEEK_IN_MONTH, 1);
801 c->set(UCAL_DAY_OF_WEEK_IN_MONTH, - 1);
809 c->set(UCAL_DAY_OF_WEEK_IN_MONTH, 0);
    [all...]
calregts.cpp     [all...]
  /external/icu/icu4c/source/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/icu/icu4c/source/test/cintltst/
ccaltst.c     [all...]
  /external/icu/icu4c/source/tools/toolutil/
udbgutil.cpp 94 FIELD_NAME_STR( LEN_UCAL, UCAL_DAY_OF_WEEK_IN_MONTH ),

Completed in 295 milliseconds