]>
git.saurik.com Git - apple/icu.git/blob - icuSources/test/intltest/rndmcoll.h
1 /********************************************************************
3 * Copyright (c) 2005-2006, International Business Machines Corporation and
4 * others. All Rights Reserved.
5 ********************************************************************/
8 * RandomCollatorTest is ported from RandomCollatorTest.java of ICU4J
14 #include "unicode/utypes.h"
16 #if !UCONFIG_NO_COLLATION
20 class RandomCollatorTest
: public IntlTestCollator
{
22 virtual void runIndexedTest( int32_t index
, UBool exec
, const char* &name
, char* par
= NULL
);
27 #endif /* #if !UCONFIG_NO_COLLATION */
29 #endif /* _RANDCOLL */