OLD | NEW |
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 Loading... |
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 |
OLD | NEW |