Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(623)

Side by Side Diff: source/test/intltest/tsmthred.h

Issue 1621843002: ICU 56 update step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@561
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « source/test/intltest/tmsgfmt.cpp ('k') | source/test/intltest/tsmthred.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /******************************************************************** 1 /********************************************************************
2 * COPYRIGHT: 2 * COPYRIGHT:
3 * Copyright (c) 1997-2014, International Business Machines Corporation and 3 * Copyright (c) 1997-2015, International Business Machines Corporation and
4 * others. All Rights Reserved. 4 * others. All Rights Reserved.
5 ********************************************************************/ 5 ********************************************************************/
6 6
7 7
8 #ifndef MULTITHREADTEST_H 8 #ifndef MULTITHREADTEST_H
9 #define MULTITHREADTEST_H 9 #define MULTITHREADTEST_H
10 10
11 #include "intltest.h" 11 #include "intltest.h"
12 #include "mutex.h" 12 #include "mutex.h"
13 13
(...skipping 28 matching lines...) Expand all
42 /** 42 /**
43 * test that intl functions work in a multithreaded context 43 * test that intl functions work in a multithreaded context
44 **/ 44 **/
45 void TestThreadedIntl(void); 45 void TestThreadedIntl(void);
46 #endif 46 #endif
47 void TestCollators(void); 47 void TestCollators(void);
48 void TestString(); 48 void TestString();
49 void TestAnyTranslit(); 49 void TestAnyTranslit();
50 void TestConditionVariables(); 50 void TestConditionVariables();
51 void TestUnifiedCache(); 51 void TestUnifiedCache();
52 void TestBreakTranslit();
52 53
53 }; 54 };
54 55
55 #endif 56 #endif
56 57
OLDNEW
« no previous file with comments | « source/test/intltest/tmsgfmt.cpp ('k') | source/test/intltest/tsmthred.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698