Home | History | Annotate | Download | only in cintltst

Lines Matching refs:fmtDateBytes

1596 				char  fmtDateBytes[kFormattedDateMax] = "<could not format test date>"; /* initialize for failure */
1607 u_austrncpy(fmtDateBytes, fmtDate, kFormattedDateMax);
1608 fmtDateBytes[kFormattedDateMax-1] = 0;
1614 log_err("FAIL: locale %s date %s isWeekend() status %s\n", testDatesPtr->locale, fmtDateBytes, u_errorName(status) );
1617 log_err("FAIL: locale %s date %s isWeekend %d, expected the opposite\n", testDatesPtr->locale, fmtDateBytes, isWeekend );
1619 log_verbose("OK: locale %s date %s isWeekend %d\n", testDatesPtr->locale, fmtDateBytes, isWeekend );