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

/macosx-10.10.1/ICU-531.30/icuSources/test/cintltst/
H A Dccaltst.c1732 enum { kFormattedDateMax = 2*sizeof(logDateFormat)/sizeof(logDateFormat[0]) }; enumerator in enum:__anon1028
1756 char fmtDateBytes[kFormattedDateMax] = "<could not format test date>"; /* initialize for failure */
1764 UChar fmtDate[kFormattedDateMax];
1765 (void)udat_format(fmt, dateToTest, fmtDate, kFormattedDateMax, NULL, &fmtStatus);
1767 u_austrncpy(fmtDateBytes, fmtDate, kFormattedDateMax);
1768 fmtDateBytes[kFormattedDateMax-1] = 0;

Completed in 166 milliseconds