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

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

Issue 845603002: Update ICU to 54.1 step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: remove unusued directories Created 5 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/tscoll.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-2012, International Business Machines Corporation and 3 * Copyright (c) 1997-2014, 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 23 matching lines...) Expand all
37 /** 37 /**
38 * test that mutexes work 38 * test that mutexes work
39 **/ 39 **/
40 void TestMutex(void); 40 void TestMutex(void);
41 #if !UCONFIG_NO_FORMATTING 41 #if !UCONFIG_NO_FORMATTING
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();
50 void TestConditionVariables();
51 void TestUnifiedCache();
52
49 }; 53 };
50 54
51 #endif 55 #endif
52 56
OLDNEW
« no previous file with comments | « source/test/intltest/tscoll.cpp ('k') | source/test/intltest/tsmthred.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698