]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/cintltst/cformtst.c
ICU-64260.0.1.tar.gz
[apple/icu.git] / icuSources / test / cintltst / cformtst.c
index cbbcf1ff54a431bd26de82f90194023fa5c6eae6..90b68321ed58d82f42009d4ac49a368628011532 100644 (file)
@@ -1,7 +1,9 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /********************************************************************
  * COPYRIGHT: 
- * Copyright (c) 1997-2007, International Business Machines Corporation
- * and others. All Rights Reserved.
+ * Copyright (c) 1997-2016, International Business Machines
+ * Corporation and others. All Rights Reserved.
  ********************************************************************/
 /********************************************************************************
 *
@@ -24,7 +26,9 @@
 
 void addCalTest(TestNode**);
 void addDateForTest(TestNode**);
-void addDateTimePatternGeneratorTest(TestNode** root);
+void addDateTimePatternGeneratorTest(TestNode**);
+void addDateIntervalFormatTest(TestNode**);
+void addRelativeDateFormatTest(TestNode**);
 void addNumForTest(TestNode**);
 void addMsgForTest(TestNode**);
 void addDateForRgrTest(TestNode**);
@@ -32,6 +36,12 @@ void addNumFrDepTest(TestNode**);
 void addDtFrDepTest(TestNode**);
 void addUtmsTest(TestNode**);
 void addCurrencyTest(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);
 
@@ -40,6 +50,10 @@ void addFormatTest(TestNode** root)
     addCalTest(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);
@@ -47,6 +61,12 @@ void addFormatTest(TestNode** root)
     addDtFrDepTest(root);
     addUtmsTest(root);
     addCurrencyTest(root);
+    addPluralRulesTest(root);
+    addURegionTest(root);
+    addUListFmtTest(root);
+    addUNumberFormatterTest(root);
+    addUFormattedValueTest(root);
+    addMeasureFormatTest(root);
 }
 /*Internal functions used*/