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