X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/374ca955a76ecab1204ca8bfa63ff9238d998416..a0b4f637ba1a6c3c5651b61a69303b029bacf7d3:/icuSources/test/intltest/tsmthred.h diff --git a/icuSources/test/intltest/tsmthred.h b/icuSources/test/intltest/tsmthred.h index f2f99060..0c110ca7 100644 --- a/icuSources/test/intltest/tsmthred.h +++ b/icuSources/test/intltest/tsmthred.h @@ -1,6 +1,6 @@ /******************************************************************** * COPYRIGHT: - * Copyright (c) 1997-2004, International Business Machines Corporation and + * Copyright (c) 1997-2014, International Business Machines Corporation and * others. All Rights Reserved. ********************************************************************/ @@ -28,6 +28,12 @@ public: * test that threads even work **/ void TestThreads(void); + + /** + * test that arabic shaping can work in threads + **/ + void TestArabicShapingThreads(void); + /** * test that mutexes work **/ @@ -38,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