]>
git.saurik.com Git - apple/icu.git/blob - icuSources/test/cintltst/cnormtst.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 * synwee added test for quick check
14 * synwee added test for checkFCD
15 *********************************************************************************
20 * tests for u_normalization
25 void TestDecomp(void);
26 void TestCompatDecomp(void);
27 void TestCanonDecompCompose(void);
28 void TestCompatDecompCompose(void);
30 void TestQuickCheck(void);
31 void TestCheckFCD(void);
33 /*internal functions*/
35 /* static void assertEqual(const UChar* result, const UChar* expected, int32_t index);
37 static void assertEqual(const UChar
* result
, const char* expected
, int32_t index
);