]>
git.saurik.com Git - apple/icu.git/blob - icuSources/test/intltest/itrbbi.h
2 **********************************************************************
3 * Copyright (C) 1998-2001, International Business Machines Corporation
4 * and others. All Rights Reserved.
5 **********************************************************************
6 ************************************************************************
7 * Date Name Description
8 * 12/14/99 Madhu Creation.
9 ************************************************************************/
11 * IntlTestRBBI is the top level test class for the RuleBasedBreakIterator tests
14 #ifndef INTLTESTRBBI_H
15 #define INTLTESTRBBI_H
17 #include "unicode/utypes.h"
19 #if !UCONFIG_NO_BREAK_ITERATION
24 class IntlTestRBBI
: public IntlTest
{
26 void runIndexedTest( int32_t index
, UBool exec
, const char* &name
, char* par
= NULL
);
29 #endif /* #if !UCONFIG_NO_BREAK_ITERATION */