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

28 lines
870 B
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 CUCDTST.H
*
* Modification History:
* Name Description
1999-08-16 21:50:52 +00:00
* Madhu Katragadda Converted to C, added tests for string functions
*********************************************************************************
*/
/* C API TEST For Unicode */
#ifndef _CUCDTST
#define _CUCDTST
1999-08-16 21:50:52 +00:00
/* cstrcase.c */
U_CFUNC void TestCaseLower(void);
U_CFUNC void TestCaseUpper(void);
U_CFUNC void TestCaseTitle(void);
U_CFUNC void TestCaseFolding(void);
U_CFUNC void TestCaseCompare(void);
1999-08-16 21:50:52 +00:00
#endif