Home | History | Annotate | Download | only in cintltst

Lines Matching refs:udat_parseCalendar

883     udat_parseCalendar(date, cal, buf, -1, &pos, &ec);
885 log_err("FAIL: udat_parseCalendar(4/5/2001) failed at %d with %s\n",
906 udat_parseCalendar(time, cal, buf, -1, &pos, &ec);
908 log_err("FAIL: udat_parseCalendar(17:45) failed at %d with %s\n",
1001 udat_parseCalendar(simpleDateFormat, calendar, text, u_strlen(text), &parsePos, &ec);
1017 udat_parseCalendar(simpleDateFormat, calendar, text, u_strlen(text), &parsePos, &ec);
1711 * udat_parse and udat_parseCalendar should have the same error code when given the same invalid input.
1735 udat_parseCalendar(df, cal, NULL, -1, NULL, &status);
1737 log_err("%s should have been returned by udat_parseCalendar when given an invalid input, instead got - %s\n", u_errorName(expectStatus), u_errorName(status));