]> 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 385bd3944e083ba53e3b2cd80c603051b18beabe..90b68321ed58d82f42009d4ac49a368628011532 100644 (file)
@@ -39,6 +39,8 @@ 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);
@@ -62,6 +64,8 @@ void addFormatTest(TestNode** root)
     addPluralRulesTest(root);
     addURegionTest(root);
     addUListFmtTest(root);
+    addUNumberFormatterTest(root);
+    addUFormattedValueTest(root);
     addMeasureFormatTest(root);
 }
 /*Internal functions used*/