X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/51004dcb01e06fef634b61be77ed73dd61cb6db9..a0b4f637ba1a6c3c5651b61a69303b029bacf7d3:/icuSources/test/intltest/tsmthred.h diff --git a/icuSources/test/intltest/tsmthred.h b/icuSources/test/intltest/tsmthred.h index c72038f9..0c110ca7 100644 --- a/icuSources/test/intltest/tsmthred.h +++ b/icuSources/test/intltest/tsmthred.h @@ -1,6 +1,6 @@ /******************************************************************** * COPYRIGHT: - * Copyright (c) 1997-2012, International Business Machines Corporation and + * Copyright (c) 1997-2014, International Business Machines Corporation and * others. All Rights Reserved. ********************************************************************/ @@ -44,8 +44,12 @@ public: **/ void TestThreadedIntl(void); #endif - void TestCollators(void); - void TestString(); + void TestCollators(void); + void TestString(); + void TestAnyTranslit(); + void TestConditionVariables(); + void TestUnifiedCache(); + }; #endif