+// © 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 {
* Test with the Bopomofo-phonetic tailoring.
*/
void TestChineseZhuyin();
+ void TestJapaneseKanji();
+ void TestChineseUnihan();
+
+ void testHasBuckets();
+ void checkHasBuckets(const Locale &locale, UScriptCode script);
};
#endif