]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/alphaindextst.h
ICU-551.51.4.tar.gz
[apple/icu.git] / icuSources / test / intltest / alphaindextst.h
index 8c8392dd28712f48b629e5e1f3f720878137b1e2..679f4ad5f83346257318db9e2bf77d47d0e2da35 100644 (file)
@@ -1,10 +1,10 @@
 /********************************************************************
  * COPYRIGHT:
- * Copyright (c) 2012, International Business Machines Corporation and
+ * Copyright (c) 2012-2014, International Business Machines Corporation and
  * others. All Rights Reserved.
  ********************************************************************/
 //
-//   file:  alphaindex.h
+//   file:  alphaindextst.h
 //          Alphabetic Index Tests.
 //
 
@@ -24,6 +24,29 @@ public:
     virtual void ManyLocalesTest();
     virtual void HackPinyinTest();
     virtual void TestBug9009();
+    void TestIndexCharactersList();
+    /**
+     * Test AlphabeticIndex vs. root with script reordering.
+     */
+    void TestHaniFirst();
+    /**
+     * Test AlphabeticIndex vs. Pinyin with script reordering.
+     */
+    void TestPinyinFirst();
+    /**
+     * Test labels with multiple primary weights.
+     */
+    void TestSchSt();
+    /**
+     * With no real labels, there should be only the underflow label.
+     */
+    void TestNoLabels();
+    /**
+     * Test with the Bopomofo-phonetic tailoring.
+     */
+    void TestChineseZhuyin();
+    void TestJapaneseKanji();
+    void TestChineseUnihan();
 };
 
 #endif