]>
git.saurik.com Git - apple/icu.git/blob - icuSources/test/intltest/itrbbi.cpp
2 **********************************************************************
3 * Copyright (C) 1998-2001, 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 void IntlTestRBBI::runIndexedTest( int32_t index
, UBool exec
, const char* &name
, char* par
)
25 if (exec
) logln("TestSuite RuleBasedBreakIterator: ");
30 logln("RBBIAPITest--"); logln("");
32 callTest( test
, par
);
39 logln("RBBITest---"); logln("");
41 callTest( test
, par
);
44 default: name
=""; break;
48 #endif /* #if !UCONFIG_NO_BREAK_ITERATION */