home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / AACD / Programming / ICU / src / icu / source / test / cintltst / cnormtst.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-08-16  |  1.6 KB  |  45 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 CNORMTST.H
  15. *
  16. * Modification History:
  17. *        Name                     Description            
  18. *     Madhu Katragadda            Converted to C
  19. *********************************************************************************
  20. */
  21. #ifndef _NORMTST
  22. #define _NORMTST
  23. /**
  24.  *  tests for u_normalization
  25.  */
  26.  
  27. #include "cintltst.h"
  28.  
  29.  
  30.     
  31.     void TestDecomp(void);
  32.     void TestCompatDecomp(void);
  33.     void TestCanonDecompCompose(void);
  34.     void TestCompatDecompCompose(void);
  35.  
  36.     /*internal functions*/
  37.     
  38.     static void assertEqual(const UChar* result,  const UChar* expected, int32_t index);
  39.  
  40.  
  41.     
  42.  
  43.  
  44. #endif
  45.