scuffed-code/icu4c/source/test/intltest/rndmcoll.h
George Rhoten 9b74d98d49 ICU-4707 Fix some compiler warnings
X-SVN-Rev: 19461
2006-03-28 07:25:09 +00:00

30 lines
720 B
C++

/********************************************************************
* COPYRIGHT:
* Copyright (c) 2005-2006, International Business Machines Corporation and
* others. All Rights Reserved.
********************************************************************/
/**
* RandomCollatorTest is ported from RandomCollatorTest.java of ICU4J
*/
#ifndef _RANDCOLL
#define _RANDCOLL
#include "unicode/utypes.h"
#if !UCONFIG_NO_COLLATION
#include "tscoll.h"
class RandomCollatorTest: public IntlTestCollator {
public:
virtual void runIndexedTest( int32_t index, UBool exec, const char* &name, char* par = NULL );
void Test();
void Test2();
};
#endif /* #if !UCONFIG_NO_COLLATION */
#endif /* _RANDCOLL */