Searched refs:fmtDateBytes (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | ccaltst.c | 1797 …char fmtDateBytes[kFormattedDateMax] = "<could not format test date>"; /* initialize for failure … in TestWeekend() local 1808 u_austrncpy(fmtDateBytes, fmtDate, kFormattedDateMax); in TestWeekend() 1809 fmtDateBytes[kFormattedDateMax-1] = 0; in TestWeekend() 1815 …IL: locale %s date %s isWeekend() status %s\n", testDatesPtr->locale, fmtDateBytes, u_errorName(st… in TestWeekend() 1818 …%s date %s isWeekend %d, expected the opposite\n", testDatesPtr->locale, fmtDateBytes, isWeekend ); in TestWeekend() 1820 …_verbose("OK: locale %s date %s isWeekend %d\n", testDatesPtr->locale, fmtDateBytes, isWeekend ); in TestWeekend()
|