Home | History | Annotate | Download | only in intltest

Lines Matching refs:UCAL_DATE

261       FIELD_NAME_STR( UCAL_DATE );
417 case UCAL_YEAR: case UCAL_MONTH: case UCAL_DATE:
550 for (int32_t i = 0; i < 9; i++, gc->add(UCAL_DATE, 1, status)) {
554 gc->get(UCAL_DATE, status) != (date + i)) errln("FAIL: Date wrong");
665 c->set(UCAL_DATE, 3);
765 int32_t d = c->get(UCAL_DATE, status);
824 cal->get(UCAL_DATE, status),
861 cal->add(UCAL_DATE, - 5, status);
894 cal->add(UCAL_DATE, - 5, status);
935 temp->add(UCAL_DATE, 1, status);
939 temp->add(UCAL_DATE, 2, status);
943 UCAL_DATE, 28, status);
1031 c->get(UCAL_DATE, status) != d ||
1042 "/" + c->get(UCAL_DATE, status) +
1066 c->get(UCAL_DATE, status) != d) {
1071 "/" + c->get(UCAL_DATE, status)
1200 calendar->add(UCAL_DATE, 1, status);
1212 calendar->add(UCAL_DATE, 1, status);
1226 calendar->add(UCAL_DATE, 1, status);
1244 "/" + (int32_t)calendar->get(UCAL_DATE, status) +
1279 UCAL_DATE, 22,
1433 int32_t day = cal.get(UCAL_DATE, status);
1452 int32_t day2 = cal.get(UCAL_DATE, status);
1576 cal->add(UCAL_DATE, 1, errorCode);
2153 int32_t dayHC = hc.get(UCAL_DATE,status);