+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
/********************************************************************
* COPYRIGHT:
- * Copyright (c) 1997-2015, International Business Machines
+ * Copyright (c) 1997-2016, International Business Machines
* Corporation and others. All Rights Reserved.
********************************************************************/
/********************************************************************************
void addDateForTest(TestNode**);
void addDateTimePatternGeneratorTest(TestNode**);
void addDateIntervalFormatTest(TestNode**);
+void addRelativeDateFormatTest(TestNode**);
void addNumForTest(TestNode**);
void addMsgForTest(TestNode**);
void addDateForRgrTest(TestNode**);
void addPluralRulesTest(TestNode**);
void addURegionTest(TestNode** root);
void addUListFmtTest(TestNode** root);
+void addUNumberFormatterTest(TestNode** root);
+void addUFormattedValueTest(TestNode** root);
+void addMeasureFormatTest(TestNode** root);
void addFormatTest(TestNode** root);
addDateForTest(root);
addDateTimePatternGeneratorTest(root);
addDateIntervalFormatTest(root);
+#if !UCONFIG_NO_BREAK_ITERATION
+ addRelativeDateFormatTest(root);
+#endif /* !UCONFIG_NO_BREAK_ITERATION */
addNumForTest(root);
addNumFrDepTest(root);
addMsgForTest(root);
addPluralRulesTest(root);
addURegionTest(root);
addUListFmtTest(root);
+ addUNumberFormatterTest(root);
+ addUFormattedValueTest(root);
+ addMeasureFormatTest(root);
}
/*Internal functions used*/