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

/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dccaltst.c1575 enum { kFormattedDateMax = 2*sizeof(logDateFormat)/sizeof(logDateFormat[0]) }; enumerator in enum:__anon11041
1596 char fmtDateBytes[kFormattedDateMax] = "<could not format test date>"; /* initialize for failure */
1604 UChar fmtDate[kFormattedDateMax];
1605 (void)udat_format(fmt, dateToTest, fmtDate, kFormattedDateMax, NULL, &fmtStatus);
1607 u_austrncpy(fmtDateBytes, fmtDate, kFormattedDateMax);
1608 fmtDateBytes[kFormattedDateMax-1] = 0;
/external/icu4c/test/cintltst/
H A Dccaltst.c1718 enum { kFormattedDateMax = 2*sizeof(logDateFormat)/sizeof(logDateFormat[0]) }; enumerator in enum:__anon18385
1742 char fmtDateBytes[kFormattedDateMax] = "<could not format test date>"; /* initialize for failure */
1750 UChar fmtDate[kFormattedDateMax];
1751 (void)udat_format(fmt, dateToTest, fmtDate, kFormattedDateMax, NULL, &fmtStatus);
1753 u_austrncpy(fmtDateBytes, fmtDate, kFormattedDateMax);
1754 fmtDateBytes[kFormattedDateMax-1] = 0;

Completed in 122 milliseconds