Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dccaltst.c1751 UErrorCode fmtStatus = U_ZERO_ERROR; in TestWeekend() local
1752 UDateFormat * fmt = udat_open(UDAT_NONE, UDAT_NONE, "en", NULL, 0, NULL, 0, &fmtStatus); in TestWeekend()
1753 if (U_SUCCESS(fmtStatus)) { in TestWeekend()
1756 log_data_err("Unable to create UDateFormat - %s\n", u_errorName(fmtStatus)); in TestWeekend()
1775 if (U_SUCCESS(fmtStatus)) { in TestWeekend()
1777 … (void)udat_format(fmt, dateToTest, fmtDate, kFormattedDateMax, NULL, &fmtStatus); in TestWeekend()
1778 if (U_SUCCESS(fmtStatus)) { in TestWeekend()
1782 fmtStatus = U_ZERO_ERROR; in TestWeekend()
1799 if (U_SUCCESS(fmtStatus)) { in TestWeekend()