scuffed-code/icu4c/source/test/intltest/cppcnvt.h

28 lines
622 B
C
Raw Normal View History

/********************************************************************
* COPYRIGHT:
* Copyright (c) 1997-1999, International Business Machines Corporation and
* others. All Rights Reserved.
********************************************************************/
1999-08-16 21:50:52 +00:00
#include "intltest.h"
/**
* Test for APIs of CPPUnicodeConverter
**/
class ConvertTest: public IntlTest {
public:
ConvertTest() {};
~ConvertTest() {};
void runIndexedTest( int32_t index, UBool exec, char* &name, char* par = NULL );
1999-08-16 21:50:52 +00:00
/**
* Test everything
**/
void TestConvert(void);
void TestAmbiguous(void);
1999-08-16 21:50:52 +00:00
};