scuffed-code/icu4c/source/test/cintltst/cnormtst.h

44 lines
1.2 KiB
C
Raw Normal View History

/********************************************************************
* COPYRIGHT:
* Copyright (c) 1997-2001, International Business Machines Corporation and
* others. All Rights Reserved.
********************************************************************/
/********************************************************************************
1999-08-16 21:50:52 +00:00
*
* File CNORMTST.H
*
* Modification History:
* Name Description
* Madhu Katragadda Converted to C
* synwee added test for quick check
* synwee added test for checkFCD
1999-08-16 21:50:52 +00:00
*********************************************************************************
*/
#ifndef _NORMTST
#define _NORMTST
/**
* tests for u_normalization
*/
#include "cintltst.h"
void TestDecomp(void);
void TestCompatDecomp(void);
void TestCanonDecompCompose(void);
void TestCompatDecompCompose(void);
2000-07-28 17:24:48 +00:00
void TestNull(void);
void TestQuickCheck(void);
void TestCheckFCD(void);
1999-08-16 21:50:52 +00:00
/*internal functions*/
/* static void assertEqual(const UChar* result, const UChar* expected, int32_t index);
*/
static void assertEqual(const UChar* result, const char* expected, int32_t index);
1999-08-16 21:50:52 +00:00
#endif