]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/tsmthred.h
ICU-62141.0.1.tar.gz
[apple/icu.git] / icuSources / test / intltest / tsmthred.h
index c72038f9377bc9f32f3324cdeace841e0d632be1..b2517e22203d190ed76c05309ee8e9983ebefaa6 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.
  ********************************************************************/
 
@@ -44,8 +46,13 @@ public:
      **/
     void TestThreadedIntl(void);
 #endif
-  void TestCollators(void);
-  void TestString();
+    void TestCollators(void);
+    void TestString();
+    void TestAnyTranslit();
+    void TestConditionVariables();
+    void TestUnifiedCache();
+    void TestBreakTranslit();
+    void TestIncDec();
 };
 
 #endif