]>
git.saurik.com Git - apple/icu.git/blob - icuSources/test/intltest/strtest.h
1 /********************************************************************
3 * Copyright (c) 1997-2004, International Business Machines Corporation and
4 * others. All Rights Reserved.
5 ********************************************************************/
6 /* file name: strtest.h
8 * tab size: 8 (not used)
11 * created on: 1999nov22
12 * created by: Markus W. Scherer
16 * Test character- and string- related settings in utypes.h,
17 * macros in putil.h, and constructors in unistr.h .
25 class StringTest
: public IntlTest
{
28 virtual ~StringTest();
30 void runIndexedTest(int32_t index
, UBool exec
, const char *&name
, char *par
=NULL
);
33 void TestEndian(void);
34 void TestSizeofTypes(void);
35 void TestCharsetFamily(void);