X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/57a6839dcb3bba09e8228b822b290604668416fe..HEAD:/icuSources/test/intltest/tsmthred.h?ds=sidebyside diff --git a/icuSources/test/intltest/tsmthred.h b/icuSources/test/intltest/tsmthred.h index 76f80a17..d3983cf3 100644 --- a/icuSources/test/intltest/tsmthred.h +++ b/icuSources/test/intltest/tsmthred.h @@ -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