home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / AACD / Programming / ICU / src / icu / source / test / cintltst / cucdtst.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-08-16  |  1.7 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 CUCDTST.H
  15. *
  16. * Modification History:
  17. *        Name                     Description            
  18. *     Madhu Katragadda            Converted to C, added tests for string functions
  19. *********************************************************************************
  20. */
  21. /* C API TEST For Unicode */
  22.  
  23. #ifndef _CUCDTST
  24. #define _CUNDTST
  25.  
  26.  
  27.  
  28. static void addUnicodeTests(TestNode**);
  29.  
  30.  
  31. static void TestUpperLower(void);
  32. static void TestLetterNumber(void);
  33. static void TestMisc(void);
  34. static void TestControlPrint(void);
  35. static void TestIdentifier(void);
  36. static void TestUnicodeData(void);
  37. static void TestStringFunctions(void);
  38.  
  39. /* internal methods used */
  40. int32_t MakeProp(char* str);
  41. int32_t MakeDir(char* str);
  42.  
  43. void setUpDataTable(void);
  44. #endif
  45.