X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/73c04bcfe1096173b00431f0cdc742894b15eef0..3d1f044b704633e2e541231cd17ae9ecf9ad5c7a:/icuSources/test/cintltst/cutiltst.c diff --git a/icuSources/test/cintltst/cutiltst.c b/icuSources/test/cintltst/cutiltst.c index 2bb339c6..5f43c48a 100644 --- a/icuSources/test/cintltst/cutiltst.c +++ b/icuSources/test/cintltst/cutiltst.c @@ -1,6 +1,8 @@ +// © 2016 and later: Unicode, Inc. and others. +// License & terms of use: http://www.unicode.org/copyright.html /******************************************************************** * COPYRIGHT: - * Copyright (c) 1997-2006, International Business Machines Corporation and + * Copyright (c) 1997-2008, International Business Machines Corporation and * others. All Rights Reserved. ********************************************************************/ /******************************************************************************** @@ -24,6 +26,8 @@ void addNEWResourceBundleTest(TestNode**); void addHashtableTest(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); @@ -34,6 +38,8 @@ void addUtility(TestNode** root) { addCStringTest(root); addTrieTest(root); + addTrie2Test(root); + addUCPTrieTest(root); addLocaleTest(root); addCLDRTest(root); addUnicodeTest(root);