]>
git.saurik.com Git - apple/icu.git/blob - icuSources/test/cintltst/cbiapts.h
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 *********************************************************************************/
16 /* C API TEST FOR BREAKITERATOR */
18 #ifndef _CBRKITRAPITST
19 #define _CBRKITRAPITST
21 #include "unicode/utypes.h"
23 #if !UCONFIG_NO_BREAK_ITERATION
28 * This is an API test. It doesn't test very many cases, and doesn't
29 * try to test the full functionality. It just calls each function in the class and
30 * verifies that it works on a basic level.
32 /* The function used to test the BreakIterator API*/
33 static void TestBreakIteratorCAPI(void);
35 #endif /* #if !UCONFIG_NO_BREAK_ITERATION */