Searched refs:fmtDate (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | ccaltst.c | 1768 UChar fmtDate[kFormattedDateMax]; in TestWeekend() local 1769 … (void)udat_format(fmt, dateToTest, fmtDate, kFormattedDateMax, NULL, &fmtStatus); in TestWeekend() 1771 u_austrncpy(fmtDateBytes, fmtDate, kFormattedDateMax); in TestWeekend()
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
D | ccaltst.c | 1764 UChar fmtDate[kFormattedDateMax]; in TestWeekend() local 1765 … (void)udat_format(fmt, dateToTest, fmtDate, kFormattedDateMax, NULL, &fmtStatus); in TestWeekend() 1767 u_austrncpy(fmtDateBytes, fmtDate, kFormattedDateMax); in TestWeekend()
|