| Index: icu46/source/test/intltest/rndmcoll.h
|
| ===================================================================
|
| --- icu46/source/test/intltest/rndmcoll.h (revision 0)
|
| +++ icu46/source/test/intltest/rndmcoll.h (revision 0)
|
| @@ -0,0 +1,29 @@
|
| +/********************************************************************
|
| + * 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 */
|
|
|
| Property changes on: icu46/source/test/intltest/rndmcoll.h
|
| ___________________________________________________________________
|
| Added: svn:eol-style
|
| + LF
|
|
|
|
|