+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
/***********************************************************************
- * Copyright (c) 1997-2006, International Business Machines Corporation
+ * Copyright (c) 1997-2009, International Business Machines Corporation
* and others. All Rights Reserved.
***********************************************************************/
#include "unicode/smpdtfmt.h"
#include "tsdate.h"
#include "putilimp.h"
+#include "cstring.h"
#include <float.h>
#include <stdlib.h>
{
if (fFormat == 0)
{
- errln("FAIL: DateFormat creation failed");
+ dataerrln("FAIL: DateFormat creation failed");
return;
}
}
logln(all);
}
- else errln((UnicodeString)"**** FAIL: Zero available locales or null array pointer");
+ else dataerrln((UnicodeString)"**** FAIL: Zero available locales or null array pointer");
}
void IntlTestDateFormat::monsterTest(/*char *par*/)