bolt/bootstrap/cxx/deps/icu/source/test/cintltst/cbiapts.h
Sam Vervaeck 285f33e93c Add 'bootstrap/cxx/' from commit '7c1a929e9a3d3abb1e2113f531588e059ad5be8c'
git-subtree-dir: bootstrap/cxx
git-subtree-mainline: b732e418cb
git-subtree-split: 7c1a929e9a
2024-01-15 14:04:51 +01:00

37 lines
1.2 KiB
C

// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html
/********************************************************************
* COPYRIGHT:
* Copyright (c) 1997-2001, International Business Machines Corporation and
* others. All Rights Reserved.
********************************************************************/
/********************************************************************************
*
* File CBIAPTS.H
*
* Modification History:
* Name Description
* Madhu Katragadda Creation
*********************************************************************************/
/* C API TEST FOR BREAKITERATOR */
#ifndef _CBRKITRAPITST
#define _CBRKITRAPITST
#include "unicode/utypes.h"
#if !UCONFIG_NO_BREAK_ITERATION
#include "cintltst.h"
/**
* This is an API test. It doesn't test very many cases, and doesn't
* try to test the full functionality. It just calls each function in the class and
* verifies that it works on a basic level.
**/
/* The function used to test the BreakIterator API*/
static void TestBreakIteratorCAPI(void);
#endif /* #if !UCONFIG_NO_BREAK_ITERATION */
#endif