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

Side by Side Diff: source/test/intltest/alphaindextst.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/Makefile.in ('k') | source/test/intltest/alphaindextst.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) 2012-2013, International Business Machines Corporation and 3 * Copyright (c) 2012-2014, International Business Machines Corporation and
4 * others. All Rights Reserved. 4 * others. All Rights Reserved.
5 ********************************************************************/ 5 ********************************************************************/
6 // 6 //
7 // file: alphaindex.h 7 // file: alphaindextst.h
8 // Alphabetic Index Tests. 8 // Alphabetic Index Tests.
9 // 9 //
10 10
11 #ifndef ALPHAINDEXTST_H 11 #ifndef ALPHAINDEXTST_H
12 #define ALPHAINDEXTST_H 12 #define ALPHAINDEXTST_H
13 13
14 #include "intltest.h" 14 #include "intltest.h"
15 15
16 class AlphabeticIndexTest: public IntlTest { 16 class AlphabeticIndexTest: public IntlTest {
17 public: 17 public:
(...skipping 20 matching lines...) Expand all
38 */ 38 */
39 void TestSchSt(); 39 void TestSchSt();
40 /** 40 /**
41 * With no real labels, there should be only the underflow label. 41 * With no real labels, there should be only the underflow label.
42 */ 42 */
43 void TestNoLabels(); 43 void TestNoLabels();
44 /** 44 /**
45 * Test with the Bopomofo-phonetic tailoring. 45 * Test with the Bopomofo-phonetic tailoring.
46 */ 46 */
47 void TestChineseZhuyin(); 47 void TestChineseZhuyin();
48 void TestJapaneseKanji();
49 void TestChineseUnihan();
48 }; 50 };
49 51
50 #endif 52 #endif
OLDNEW
« no previous file with comments | « source/test/intltest/Makefile.in ('k') | source/test/intltest/alphaindextst.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698