]>
git.saurik.com Git - apple/icu.git/blob - icuSources/test/cintltst/cestst.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 *********************************************************************************/
17 * CollationSpanishTest is a third level test class. This tests the locale
18 * specific primary, secondary and tertiary rules. For example, the ignorable
19 * character '-' in string "black-bird". The en_US locale uses the default
20 * collation rules as its sorting sequence.
26 #include "unicode/utypes.h"
28 #if !UCONFIG_NO_COLLATION
33 #define MAX_TOKEN_LEN 16
36 /* perform test with strength SECONDARY */
37 static void TestPrimary(void);
39 /* perform test with strength TERTIARY */
40 static void TestTertiary(void);
43 #endif /* #if !UCONFIG_NO_COLLATION */