Home | History | Annotate | Download | only in intltest

Lines Matching refs:UCAL_DATE

246       FIELD_NAME_STR( UCAL_DATE );
402 case UCAL_YEAR: case UCAL_MONTH: case UCAL_DATE:
535 for (int32_t i = 0; i < 9; i++, gc->add(UCAL_DATE, 1, status)) {
539 gc->get(UCAL_DATE, status) != (date + i)) errln("FAIL: Date wrong");
650 c->set(UCAL_DATE, 3);
750 int32_t d = c->get(UCAL_DATE, status);
809 cal->get(UCAL_DATE, status),
846 cal->add(UCAL_DATE, - 5, status);
879 cal->add(UCAL_DATE, - 5, status);
920 temp->add(UCAL_DATE, 1, status);
924 temp->add(UCAL_DATE, 2, status);
928 temp->add(UCAL_DATE, 28, status);
1016 c->get(UCAL_DATE, status) != d ||
1027 "/" + c->get(UCAL_DATE, status) +
1051 c->get(UCAL_DATE, status) != d) {
1056 "/" + c->get(UCAL_DATE, status)
1185 calendar->add(UCAL_DATE, 1, status);
1197 calendar->add(UCAL_DATE, 1, status);
1211 calendar->add(UCAL_DATE, 1, status);
1229 "/" + (int32_t)calendar->get(UCAL_DATE, status) +
1264 UCAL_DATE, 22,
1418 int32_t day = cal.get(UCAL_DATE, status);
1437 int32_t day2 = cal.get(UCAL_DATE, status);
1561 cal->add(UCAL_DATE, 1, errorCode);
2138 int32_t dayHC = hc.get(UCAL_DATE,status);