]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/test/intltest/alphaindextst.h
ICU-66108.tar.gz
[apple/icu.git] / icuSources / test / intltest / alphaindextst.h
index 2f864712d05bf5bdb3fcb67f34aa9588bfa564bf..a785fca08e7f0857ba9715dbbf332e2fa5ff106f 100644 (file)
@@ -1,16 +1,19 @@
+// © 2016 and later: Unicode, Inc. and others.
+// License & terms of use: http://www.unicode.org/copyright.html
 /********************************************************************
  * COPYRIGHT:
- * Copyright (c) 2012-2013, 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.
 //
 
 #ifndef ALPHAINDEXTST_H
 #define ALPHAINDEXTST_H
 
+#include "unicode/uscript.h"
 #include "intltest.h"
 
 class AlphabeticIndexTest: public IntlTest {
@@ -45,6 +48,11 @@ public:
      * Test with the Bopomofo-phonetic tailoring.
      */
     void TestChineseZhuyin();
+    void TestJapaneseKanji();
+    void TestChineseUnihan();
+
+    void testHasBuckets();
+    void checkHasBuckets(const Locale &locale, UScriptCode script);
 };
 
 #endif