]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/cintltst/cutiltst.c
ICU-66108.tar.gz
[apple/icu.git] / icuSources / test / cintltst / cutiltst.c
index 0d5b7467fbb471876f94e7a0aaef7ba18c7be2a0..5f43c48ad2803dd98592beefefa55a280ebeb693 100644 (file)
@@ -1,3 +1,5 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /********************************************************************
  * COPYRIGHT: 
  * Copyright (c) 1997-2008, International Business Machines Corporation and
 /********************************************************************
  * COPYRIGHT: 
  * Copyright (c) 1997-2008, International Business Machines Corporation and
@@ -25,6 +27,7 @@ void addHashtableTest(TestNode** root);
 void addCStringTest(TestNode** root);
 void addTrieTest(TestNode** root);
 void addTrie2Test(TestNode** root);
 void addCStringTest(TestNode** root);
 void addTrieTest(TestNode** root);
 void addTrie2Test(TestNode** root);
+void addUCPTrieTest(TestNode** root);
 void addEnumerationTest(TestNode** root);
 void addPosixTest(TestNode** root);
 void addSortTest(TestNode** root);
 void addEnumerationTest(TestNode** root);
 void addPosixTest(TestNode** root);
 void addSortTest(TestNode** root);
@@ -36,6 +39,7 @@ void addUtility(TestNode** root)
     addCStringTest(root);
     addTrieTest(root);
     addTrie2Test(root);
     addCStringTest(root);
     addTrieTest(root);
     addTrie2Test(root);
+    addUCPTrieTest(root);
     addLocaleTest(root);
     addCLDRTest(root);
     addUnicodeTest(root);
     addLocaleTest(root);
     addCLDRTest(root);
     addUnicodeTest(root);