]> 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 76f80a174b3ebfa0bfade96fd8c4d119ce7ca1c5..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-2014, International Business Machines Corporation and
+ * Copyright (c) 1997-2015, International Business Machines Corporation and
  * others. All Rights Reserved.
  ********************************************************************/
 
@@ -34,10 +36,6 @@ public:
      **/
     void TestArabicShapingThreads(void);
        
-    /**
-     * test that mutexes work 
-     **/
-    void TestMutex(void);
 #if !UCONFIG_NO_FORMATTING
     /**
      * test that intl functions work in a multithreaded context
@@ -47,7 +45,10 @@ public:
     void TestCollators(void);
     void TestString();
     void TestAnyTranslit();
-
+    void TestUnifiedCache();
+    void TestBreakTranslit();
+    void TestIncDec();
+    void Test20104();
 };
 
 #endif