home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / AACD / Programming / ICU / src / icu / source / test / cintltst / cdtrgtst.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-08-16  |  1.8 KB  |  50 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 CDTRGTST.H
  15. *
  16. * Modification History:
  17. *        Name                     Description            
  18. *     Madhu Katragadda            Converted to C
  19. *********************************************************************************
  20. */
  21. /* REGRESSION TEST FOR DATE FORMAT */
  22. #ifndef _CDTFRRGSTST
  23. #define _CDTFRRGSTST
  24.  
  25. #include "cintltst.h"
  26.  
  27.     /**
  28.      * DateFormat Regresstion tests
  29.      **/
  30.  
  31.     void Test4029195(void); 
  32.     void Test4056591(void); 
  33.     void Test4059917(void);
  34.     void Test4060212(void); 
  35.     void Test4061287(void); 
  36.     void Test4073003(void); 
  37.     void Test4162071(void); 
  38.  
  39.     /**
  40.      * test subroutine
  41.      **/
  42.     void aux917(UDateFormat *fmt, UChar* str );
  43.  
  44.     /**
  45.      * test subroutine used by the testing functions
  46.      **/
  47.     UChar* myFormatit(UDateFormat* datdef, UDate d1);
  48.  
  49. #endif
  50.