]> git.saurik.com Git - apple/icu.git/blob - icuSources/test/cintltst/cucdtst.h
ICU-6.2.22.tar.gz
[apple/icu.git] / icuSources / test / cintltst / cucdtst.h
1 /********************************************************************
2 * COPYRIGHT:
3 * Copyright (c) 1997-2001, International Business Machines Corporation and
4 * others. All Rights Reserved.
5 ********************************************************************/
6 /********************************************************************************
7 *
8 * File CUCDTST.H
9 *
10 * Modification History:
11 * Name Description
12 * Madhu Katragadda Converted to C, added tests for string functions
13 *********************************************************************************
14 */
15 /* C API TEST For Unicode */
16
17 #ifndef _CUCDTST
18 #define _CUCDTST
19
20 /* cstrcase.c */
21 U_CFUNC void TestCaseLower(void);
22 U_CFUNC void TestCaseUpper(void);
23 U_CFUNC void TestCaseTitle(void);
24 U_CFUNC void TestCaseFolding(void);
25 U_CFUNC void TestCaseCompare(void);
26
27 #endif