Home
last modified time | relevance | path

Searched refs:kFormattedDateMax (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/cintltst/
Dccaltst.c1744 enum { kFormattedDateMax = 2*UPRV_LENGTHOF(logDateFormat) }; enumerator
1768 …char fmtDateBytes[kFormattedDateMax] = "<could not format test date>"; /* initialize for failure … in TestWeekend()
1776 UChar fmtDate[kFormattedDateMax]; in TestWeekend()
1777 … (void)udat_format(fmt, dateToTest, fmtDate, kFormattedDateMax, NULL, &fmtStatus); in TestWeekend()
1779 u_austrncpy(fmtDateBytes, fmtDate, kFormattedDateMax); in TestWeekend()
1780 fmtDateBytes[kFormattedDateMax-1] = 0; in TestWeekend()