]>
git.saurik.com Git - apple/icu.git/blob - icuSources/test/cintltst/cbkittst.c
1 /********************************************************************
3 * Copyright (c) 1997-2001, International Business Machines Corporation and
4 * others. All Rights Reserved.
5 ********************************************************************/
6 /********************************************************************************
10 * Modification History:
12 * Madhu Katragadda Creation
13 *********************************************************************************
16 #include "unicode/utypes.h"
18 #if !UCONFIG_NO_BREAK_ITERATION
22 void addBrkIterAPITest(TestNode
**);
23 void addBrkIterRegrTest(TestNode
**);
25 void addBreakIter(TestNode
** root
);
27 void addBreakIter(TestNode
** root
)
29 addBrkIterAPITest(root
);
30 addBrkIterRegrTest(root
);
33 #endif /* #if !UCONFIG_NO_BREAK_ITERATION */