Searched refs:fmtDateBytes (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | ccaltst.c | 1760 …char fmtDateBytes[kFormattedDateMax] = "<could not format test date>"; /* initialize for failure … in TestWeekend() local 1771 u_austrncpy(fmtDateBytes, fmtDate, kFormattedDateMax); in TestWeekend() 1772 fmtDateBytes[kFormattedDateMax-1] = 0; in TestWeekend() 1778 …IL: locale %s date %s isWeekend() status %s\n", testDatesPtr->locale, fmtDateBytes, u_errorName(st… in TestWeekend() 1781 …%s date %s isWeekend %d, expected the opposite\n", testDatesPtr->locale, fmtDateBytes, isWeekend ); in TestWeekend() 1783 …_verbose("OK: locale %s date %s isWeekend %d\n", testDatesPtr->locale, fmtDateBytes, isWeekend ); in TestWeekend()
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
D | ccaltst.c | 1756 …char fmtDateBytes[kFormattedDateMax] = "<could not format test date>"; /* initialize for failure … in TestWeekend() local 1767 u_austrncpy(fmtDateBytes, fmtDate, kFormattedDateMax); in TestWeekend() 1768 fmtDateBytes[kFormattedDateMax-1] = 0; in TestWeekend() 1774 …IL: locale %s date %s isWeekend() status %s\n", testDatesPtr->locale, fmtDateBytes, u_errorName(st… in TestWeekend() 1777 …%s date %s isWeekend %d, expected the opposite\n", testDatesPtr->locale, fmtDateBytes, isWeekend ); in TestWeekend() 1779 …_verbose("OK: locale %s date %s isWeekend %d\n", testDatesPtr->locale, fmtDateBytes, isWeekend ); in TestWeekend()
|