Home | History | Annotate | Download | only in intltest

Lines Matching refs:UCAL_DATE

344       FIELD_NAME_STR( UCAL_DATE );
500 case UCAL_YEAR: case UCAL_MONTH: case UCAL_DATE:
674 for (int32_t i = 0; i < 9; i++, gc->add(UCAL_DATE, 1, status)) {
678 gc->get(UCAL_DATE, status) != (date + i)) errln("FAIL: Date wrong");
789 c->set(UCAL_DATE, 3);
889 int32_t d = c->get(UCAL_DATE, status);
948 cal->get(UCAL_DATE, status),
985 cal->add(UCAL_DATE, - 5, status);
1018 cal->add(UCAL_DATE, - 5, status);
1059 temp->add(UCAL_DATE, 1, status);
1063 temp->add(UCAL_DATE, 2, status);
1067 temp->add(UCAL_DATE, 28, status);
1155 c->get(UCAL_DATE, status) != d ||
1166 "/" + c->get(UCAL_DATE, status) +
1190 c->get(UCAL_DATE, status) != d) {
1195 "/" + c->get(UCAL_DATE, status)
1324 calendar->add(UCAL_DATE, 1, status);
1336 calendar->add(UCAL_DATE, 1, status);
1350 calendar->add(UCAL_DATE, 1, status);
1368 "/" + (int32_t)calendar->get(UCAL_DATE, status) +
1403 UCAL_DATE, 22,
1557 int32_t day = cal.get(UCAL_DATE, status);
1576 int32_t day2 = cal.get(UCAL_DATE, status);
1700 cal->add(UCAL_DATE, 1, errorCode);
2277 int32_t dayHC = hc.get(UCAL_DATE,status);
3334 int32_t uDay = tstCal->get(UCAL_DATE, status);
3613 cal.add(UCAL_DATE, AAZTDATA[i].deltaDays, status);