HomeSort by relevance Sort by last modified time
    Searched refs:UCAL_DAY_OF_WEEK (Results 1 - 25 of 37) sorted by null

1 2

  /external/chromium_org/third_party/icu/source/test/intltest/
caltest.cpp 248 FIELD_NAME_STR( UCAL_DAY_OF_WEEK );
572 int32_t dow = cal->get(UCAL_DAY_OF_WEEK, status);
574 int32_t min = cal->getMinimum(UCAL_DAY_OF_WEEK);
575 int32_t max = cal->getMaximum(UCAL_DAY_OF_WEEK);
654 c->set(UCAL_DAY_OF_WEEK, UCAL_TUESDAY);
660 c->set(UCAL_DAY_OF_WEEK, UCAL_TUESDAY);
668 c->set(UCAL_DAY_OF_WEEK, UCAL_TUESDAY);
676 c->set(UCAL_DAY_OF_WEEK, UCAL_TUESDAY);
682 c->set(UCAL_DAY_OF_WEEK, UCAL_TUESDAY);
690 c->set(UCAL_DAY_OF_WEEK, UCAL_TUESDAY)
    [all...]
calregts.cpp 335 cal->set(UCAL_DAY_OF_WEEK, 0);
482 if (cal->get(UCAL_DAY_OF_WEEK,status) == UCAL_SATURDAY ||
483 cal->get(UCAL_DAY_OF_WEEK,status) == UCAL_SUNDAY)
504 int32_t wd = cal->get(UCAL_DAY_OF_WEEK, status);
540 int32_t dow = cal->get(UCAL_DAY_OF_WEEK, status);
541 int32_t min = cal->getMinimum(UCAL_DAY_OF_WEEK);
542 int32_t max = cal->getMaximum(UCAL_DAY_OF_WEEK);
557 if(cal->getActualMinimum(UCAL_DAY_OF_WEEK, status) != min) {
566 if(((Calendar*)cal)->getActualMinimum(UCAL_DAY_OF_WEEK, status) != min) {
567 errln("FAIL: actual minimum (UCAL_DAY_OF_WEEK, status) differs from minimum")
    [all...]
calcasts.cpp 65 checkField(cal, UCAL_DAY_OF_WEEK, cases[i].dayOfWeek,status);
77 cal->set(UCAL_DAY_OF_WEEK, cases[i].dayOfWeek);
callimts.cpp 197 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...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
ccaltst.c 673 else if(ucal_get(cal, UCAL_DAY_OF_WEEK_IN_MONTH, &status)!=2 || ucal_get(cal, UCAL_DAY_OF_WEEK, &status)!=6
689 ucal_set(cal, UCAL_DAY_OF_WEEK, UCAL_TUESDAY);
695 ucal_set(cal, UCAL_DAY_OF_WEEK, UCAL_TUESDAY);
703 ucal_set(cal, UCAL_DAY_OF_WEEK, UCAL_TUESDAY);
715 ucal_set(cal, UCAL_DAY_OF_WEEK, UCAL_TUESDAY);
721 ucal_set(cal, UCAL_DAY_OF_WEEK, UCAL_TUESDAY);
728 ucal_set(cal, UCAL_DAY_OF_WEEK, UCAL_TUESDAY);
741 ucal_set(cal, UCAL_DAY_OF_WEEK, UCAL_TUESDAY);
746 ucal_set(cal, UCAL_DAY_OF_WEEK, UCAL_TUESDAY);
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
calendar.cpp     [all...]
chnsecal.cpp 243 { UCAL_WEEK_OF_YEAR, UCAL_DAY_OF_WEEK, kResolveSTOP },
244 { UCAL_WEEK_OF_MONTH, UCAL_DAY_OF_WEEK, kResolveSTOP },
245 { UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_DAY_OF_WEEK, kResolveSTOP },
257 { kResolveRemap | UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_DAY_OF_WEEK, kResolveSTOP },
smpdtfmt.cpp 877 /*EDF*/ UCAL_DAY_OF_WEEK, UCAL_DAY_OF_YEAR, UCAL_DAY_OF_WEEK_IN_MONTH,
    [all...]
dtitvinf.cpp 91 lrgDiffCalUnit == UCAL_DAY_OF_WEEK ) {
548 case UCAL_DAY_OF_WEEK:
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...]
  /external/icu4c/i18n/
calendar.cpp     [all...]
chnsecal.cpp 282 { UCAL_WEEK_OF_YEAR, UCAL_DAY_OF_WEEK, kResolveSTOP },
283 { UCAL_WEEK_OF_MONTH, UCAL_DAY_OF_WEEK, kResolveSTOP },
284 { UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_DAY_OF_WEEK, kResolveSTOP },
296 { kResolveRemap | UCAL_DAY_OF_WEEK_IN_MONTH, UCAL_DAY_OF_WEEK, kResolveSTOP },
    [all...]
smpdtfmt.cpp 960 /*EDF*/ UCAL_DAY_OF_WEEK, UCAL_DAY_OF_YEAR, UCAL_DAY_OF_WEEK_IN_MONTH
    [all...]
dtitvinf.cpp 91 lrgDiffCalUnit == UCAL_DAY_OF_WEEK ) {
561 case UCAL_DAY_OF_WEEK:
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...]
  /external/icu4c/test/intltest/
caltest.cpp 298 FIELD_NAME_STR( UCAL_DAY_OF_WEEK );
660 int32_t dow = cal->get(UCAL_DAY_OF_WEEK, status);
662 int32_t min = cal->getMinimum(UCAL_DAY_OF_WEEK);
663 int32_t max = cal->getMaximum(UCAL_DAY_OF_WEEK);
742 c->set(UCAL_DAY_OF_WEEK, UCAL_TUESDAY);
748 c->set(UCAL_DAY_OF_WEEK, UCAL_TUESDAY);
756 c->set(UCAL_DAY_OF_WEEK, UCAL_TUESDAY);
764 c->set(UCAL_DAY_OF_WEEK, UCAL_TUESDAY);
770 c->set(UCAL_DAY_OF_WEEK, UCAL_TUESDAY);
778 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 379 cal->set(UCAL_DAY_OF_WEEK, 0);
526 if (cal->get(UCAL_DAY_OF_WEEK,status) == UCAL_SATURDAY ||
527 cal->get(UCAL_DAY_OF_WEEK,status) == UCAL_SUNDAY)
548 int32_t wd = cal->get(UCAL_DAY_OF_WEEK, status);
584 int32_t dow = cal->get(UCAL_DAY_OF_WEEK, status);
585 int32_t min = cal->getMinimum(UCAL_DAY_OF_WEEK);
586 int32_t max = cal->getMaximum(UCAL_DAY_OF_WEEK);
601 if(cal->getActualMinimum(UCAL_DAY_OF_WEEK, status) != min) {
610 if(((Calendar*)cal)->getActualMinimum(UCAL_DAY_OF_WEEK, status) != min) {
611 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);
  /external/icu4c/test/cintltst/
ccaltst.c     [all...]
  /external/icu4c/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/chromium_org/third_party/icu/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
270 UCAL_DAY_OF_WEEK,
291 * @see #UCAL_DAY_OF_WEEK
958 * UCAL_WEEK_OF_YEAR, UCAL_WEEK_OF_MONTH, UCAL_DATE, UCAL_DAY_OF_YEAR, UCAL_DAY_OF_WEEK,
979 * UCAL_WEEK_OF_YEAR, UCAL_WEEK_OF_MONTH, UCAL_DATE, UCAL_DAY_OF_YEAR, UCAL_DAY_OF_WEEK,
    [all...]
  /external/chromium_org/third_party/icu/source/tools/toolutil/
udbgutil.cpp 87 FIELD_NAME_STR( LEN_UCAL, UCAL_DAY_OF_WEEK ),
  /external/icu4c/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...]

Completed in 663 milliseconds

1 2