home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / AACD / Programming / ICU / src / icu / source / test / cintltst / cbiapts.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-08-16  |  1.6 KB  |  36 lines

  1. /*
  2. *****************************************************************************************
  3. *                                                                                       *
  4. * COPYRIGHT:                                                                            *
  5. *   (C) Copyright Taligent, Inc.,  1996                                                 *
  6. *   (C) Copyright International Business Machines Corporation,  1999                    *
  7. *   Licensed Material - Program-Property of IBM - All Rights Reserved.                  *
  8. *   US Government Users Restricted Rights - Use, duplication, or disclosure             *
  9. *   restricted by GSA ADP Schedule Contract with IBM Corp.                              *
  10. *                                                                                       *
  11. *****************************************************************************************
  12. ********************************************************************************
  13. *
  14. * File CBIAPTS.H
  15. *
  16. * Modification History:
  17. *        Name                     Description            
  18. *     Madhu Katragadda               Creation
  19. *********************************************************************************
  20. /* C API TEST FOR BREAKITERATOR */
  21.  
  22. #ifndef _CBRKITRAPITST
  23. #define _CBRKITRAPITST
  24.  
  25. #include "cintltst.h"
  26.  
  27. /**
  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.
  31. **/
  32. /* The function used to test the BreakIterator API*/
  33. static void TestBreakIteratorCAPI(void);
  34.  
  35. #endif
  36.