Home | History | Annotate | Download | only in cintltst

Lines Matching full:month

750         log_err("FAIL: U_ILLEGAL_ARGUMENT_ERROR was not returned for : 1999 -3th month\n");
758 verify1("1999 -3th month should be", cal, datdef, 1998, UCAL_OCTOBER, 1);
986 log_err("FAIL: Day of week in month %d out of range\n", val);
987 log_err("FAIL: FAIL: Day of week in month should be SUNDAY Got %d\n", val);
1270 static void verify1(const char* msg, UCalendar* c, UDateFormat* dat, int32_t year, int32_t month, int32_t day)
1275 ucal_get(c, UCAL_MONTH, &status) == month &&
1296 log_err("Got %s Expected %d/%d/%d \n", austrdup(myDateFormat(dat, d1)), year, month + 1, day );
1304 static void verify2(const char* msg, UCalendar* c, UDateFormat* dat, int32_t year, int32_t month, int32_t day,
1312 ucal_get(c, UCAL_MONTH, &status) == month &&
1338 year, month + 1, day, hour, min, sec, (am_pm==0) ? "AM": "PM");