]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/tsmthred.h
ICU-66108.tar.gz
[apple/icu.git] / icuSources / test / intltest / tsmthred.h
index c72038f9377bc9f32f3324cdeace841e0d632be1..d3983cf33f8222f19f337e4e734ac03f92a0fc41 100644 (file)
@@ -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-2012, International Business Machines Corporation and
+ * Copyright (c) 1997-2015, International Business Machines Corporation and
  * others. All Rights Reserved.
  ********************************************************************/
 
@@ -34,18 +36,19 @@ public:
      **/
     void TestArabicShapingThreads(void);
        
-    /**
-     * test that mutexes work 
-     **/
-    void TestMutex(void);
 #if !UCONFIG_NO_FORMATTING
     /**
      * test that intl functions work in a multithreaded context
      **/
     void TestThreadedIntl(void);
 #endif
-  void TestCollators(void);
-  void TestString();
+    void TestCollators(void);
+    void TestString();
+    void TestAnyTranslit();
+    void TestUnifiedCache();
+    void TestBreakTranslit();
+    void TestIncDec();
+    void Test20104();
 };
 
 #endif