]>
git.saurik.com Git - apple/icu.git/blob - icuSources/test/intltest/itrbbi.cpp
2 **********************************************************************
3 * Copyright (C) 1998-2012, International Business Machines Corporation
4 * and others. All Rights Reserved.
5 **********************************************************************
7 /***********************************************************************
8 * Date Name Description
9 * 12/14/99 Madhu Creation.
10 ***********************************************************************/
12 * IntlTestRBBI is the medium level test class for RuleBasedBreakIterator
15 #include "unicode/utypes.h"
17 #if !UCONFIG_NO_BREAK_ITERATION
23 #define TESTCLASS(n,classname) \
27 logln(#classname "---"); \
35 void IntlTestRBBI::runIndexedTest( int32_t index
, UBool exec
, const char* &name
, char* par
)
37 if (exec
) logln("TestSuite RuleBasedBreakIterator: ");
39 TESTCLASS(0, RBBIAPITest
);
40 TESTCLASS(1, RBBITest
);
41 default: name
=""; break;
45 #endif /* #if !UCONFIG_NO_BREAK_ITERATION */