/external/icu/icu4c/source/i18n/ |
calendar.cpp | [all...] |
chnsecal.cpp | 278 { UCAL_WEEK_OF_YEAR, UCAL_DAY_OF_WEEK, kResolveSTOP }, 279 { UCAL_WEEK_OF_MONTH, UCAL_DAY_OF_WEEK, kResolveSTOP }, 280 { UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_DAY_OF_WEEK, kResolveSTOP }, 292 { kResolveRemap | UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_DAY_OF_WEEK, kResolveSTOP },
|
dtitvinf.cpp | 91 lrgDiffCalUnit == UCAL_DAY_OF_WEEK ) { 563 case UCAL_DAY_OF_WEEK:
|
smpdtfmt.cpp | [all...] |
gregocal.cpp | 737 // if (fStamp[UCAL_DOW_LOCAL] > fStamp[UCAL_DAY_OF_WEEK]) { 739 // } else if (fStamp[UCAL_DAY_OF_WEEK] != kUnset) { 740 // relDow = internalGet(UCAL_DAY_OF_WEEK) - getFirstDayOfWeek(); [all...] |
udat.cpp | 57 UCAL_DAY_OF_WEEK, // UDAT_DAY_OF_WEEK_FIELD = 9 [all...] |
/external/icu/icu4c/source/test/intltest/ |
caltest.cpp | 346 FIELD_NAME_STR( UCAL_DAY_OF_WEEK ); 711 int32_t dow = cal->get(UCAL_DAY_OF_WEEK, status); 713 int32_t min = cal->getMinimum(UCAL_DAY_OF_WEEK); 714 int32_t max = cal->getMaximum(UCAL_DAY_OF_WEEK); 793 c->set(UCAL_DAY_OF_WEEK, UCAL_TUESDAY); 799 c->set(UCAL_DAY_OF_WEEK, UCAL_TUESDAY); 807 c->set(UCAL_DAY_OF_WEEK, UCAL_TUESDAY); 815 c->set(UCAL_DAY_OF_WEEK, UCAL_TUESDAY); 821 c->set(UCAL_DAY_OF_WEEK, UCAL_TUESDAY); 829 c->set(UCAL_DAY_OF_WEEK, UCAL_TUESDAY) [all...] |
calcasts.cpp | 65 checkField(cal, UCAL_DAY_OF_WEEK, cases[i].dayOfWeek,status); 77 cal->set(UCAL_DAY_OF_WEEK, cases[i].dayOfWeek);
|
calregts.cpp | 380 cal->set(UCAL_DAY_OF_WEEK, 0); 527 if (cal->get(UCAL_DAY_OF_WEEK,status) == UCAL_SATURDAY || 528 cal->get(UCAL_DAY_OF_WEEK,status) == UCAL_SUNDAY) 549 int32_t wd = cal->get(UCAL_DAY_OF_WEEK, status); 585 int32_t dow = cal->get(UCAL_DAY_OF_WEEK, status); 586 int32_t min = cal->getMinimum(UCAL_DAY_OF_WEEK); 587 int32_t max = cal->getMaximum(UCAL_DAY_OF_WEEK); 602 if(cal->getActualMinimum(UCAL_DAY_OF_WEEK, status) != min) { 611 if(((Calendar*)cal)->getActualMinimum(UCAL_DAY_OF_WEEK, status) != min) { 612 errln("FAIL: actual minimum (UCAL_DAY_OF_WEEK, status) differs from minimum") [all...] |
callimts.cpp | 198 int32_t nDOW = cal.getMaximum(UCAL_DAY_OF_WEEK);
|
tzregts.cpp | 372 int32_t dow = testCal->get(UCAL_DAY_OF_WEEK, status); 473 int32_t dayOfWeek = cal->get(UCAL_DAY_OF_WEEK, status); [all...] |
tzbdtest.cpp | 214 gc->get(UCAL_DATE, status), (uint8_t)gc->get(UCAL_DAY_OF_WEEK, status),
|
dtfmrgts.cpp | [all...] |
tztest.cpp | 351 gc->get(UCAL_DATE, status), (uint8_t)gc->get(UCAL_DAY_OF_WEEK, status), 0, status) != - 7 * millisPerHour) [all...] |
tzrulets.cpp | 297 dayOfWeek = cal->get(UCAL_DAY_OF_WEEK, status); 336 dayOfWeek = cal->get(UCAL_DAY_OF_WEEK, status); [all...] |
/external/icu/icu4c/source/samples/cal/ |
cal.c | 474 firstday = ucal_get(c, UCAL_DAY_OF_WEEK, status); 622 left_firstday = ucal_get(left_cal, UCAL_DAY_OF_WEEK, status); 623 right_firstday = ucal_get(right_cal, UCAL_DAY_OF_WEEK, status);
|
/external/icu/icu4c/source/test/cintltst/ |
ccaltst.c | [all...] |
/external/icu/icu4c/source/i18n/unicode/ |
ucal.h | 84 * UCAL_MONTH + UCAL_WEEK_OF_MONTH + UCAL_DAY_OF_WEEK 85 * UCAL_MONTH + UCAL_DAY_OF_WEEK_IN_MONTH + UCAL_DAY_OF_WEEK 87 * UCAL_DAY_OF_WEEK + UCAL_WEEK_OF_YEAR 276 UCAL_DAY_OF_WEEK, 297 * @see #UCAL_DAY_OF_WEEK [all...] |
/external/icu/icu4c/source/tools/toolutil/ |
udbgutil.cpp | 95 FIELD_NAME_STR( LEN_UCAL, UCAL_DAY_OF_WEEK ),
|