]>
git.saurik.com Git - apple/icu.git/blob - icuSources/test/cintltst/cdetst.h
1 /********************************************************************
3 * Copyright (c) 1997-2001, International Business Machines Corporation and
4 * others. All Rights Reserved.
5 ********************************************************************/
6 /********************************************************************************
10 * Modification History:
12 * Madhu Katragadda Converted to C
13 *********************************************************************************/
15 * CollationGERMANTest is a third level test class. This tests the locale
16 * specific primary, secondary and tertiary rules. For example, the ignorable
17 * character '-' in string "black-bird". The en_US locale uses the default
18 * collation rules as its sorting sequence.
24 #include "unicode/utypes.h"
26 #if !UCONFIG_NO_COLLATION
31 #define MAX_TOKEN_LEN 16
33 /* performs test with strength PRIMARY */
34 static void TestPrimary(void);
36 /* perform test with strength TERTIARY */
37 static void TestTertiary(void);
40 #endif /* #if !UCONFIG_NO_COLLATION */