]>
git.saurik.com Git - apple/icu.git/blob - icuSources/test/cintltst/cjaptst.h
1 // © 2016 and later: Unicode, Inc. and others.
2 // License & terms of use: http://www.unicode.org/copyright.html
3 /********************************************************************
5 * Copyright (c) 1997-2001, International Business Machines Corporation and
6 * others. All Rights Reserved.
7 ********************************************************************/
8 /********************************************************************************
12 * Modification History:
14 * Madhu Katragadda Converted to C
15 * synwee Added TestBase, TestPlainDakutenHandakuten,
16 * TestSmallLarge, TestKatakanaHiragana,
18 *********************************************************************************/
20 * CollationKannaTest(JAPAN) is a third level test class. This tests the locale
21 * specific primary, secondary and tertiary rules. For example, the ignorable
22 * character '-' in string "black-bird". The en_US locale uses the default
23 * collation rules as its sorting sequence.
29 #include "unicode/utypes.h"
31 #if !UCONFIG_NO_COLLATION
36 #define MAX_TOKEN_LEN 16
39 /*perform test with strength TERTIARY*/
40 static void TestTertiary(void);
42 /* Testing base letters */
43 static void TestBase(void);
45 /* Testing plain, Daku-ten, Handaku-ten letters */
46 static void TestPlainDakutenHandakuten(void);
49 * Test Small, Large letters
51 static void TestSmallLarge(void);
54 * Test Katakana, Hiragana letters
56 static void TestKatakanaHiragana(void);
61 static void TestChooonKigoo(void);
63 #endif /* #if !UCONFIG_NO_COLLATION */