]>
git.saurik.com Git - apple/icu.git/blob - icuSources/test/cintltst/cucdtst.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, added tests for string functions
13 *********************************************************************************
15 /* C API TEST For Unicode */
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);