]>
git.saurik.com Git - apple/icu.git/blob - icuSources/test/cintltst/cbkittst.c
1 // © 2016 and later: Unicode, Inc. and others.
2 // License & terms of use: http://www.unicode.org/copyright.html
3 /********************************************************************
5 * Copyright (c) 1997-2001, International Business Machines Corporation and
6 * others. All Rights Reserved.
7 ********************************************************************/
8 /********************************************************************************
12 * Modification History:
14 * Madhu Katragadda Creation
15 *********************************************************************************
18 #include "unicode/utypes.h"
20 #if !UCONFIG_NO_BREAK_ITERATION
24 void addBrkIterAPITest(TestNode
**);
26 void addBreakIter(TestNode
** root
);
28 void addBreakIter(TestNode
** root
)
30 addBrkIterAPITest(root
);
33 #endif /* #if !UCONFIG_NO_BREAK_ITERATION */