home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 6 / AACD06.ISO / AACD / Programming / ICU / src / icu / source / test / cintltst / cformtst.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-08-16  |  1.5 KB  |  37 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 CFORMTST.H
  15. *
  16. * Modification History:
  17. *        Name                     Description            
  18. *     Madhu Katragadda               Creation
  19. *********************************************************************************
  20. */
  21. /* FormatTest is a medium top level test for everything in the  C FORMAT API */
  22.  
  23. #ifndef _CFORMATTST
  24. #define _CFORMATTST
  25.  
  26. #include "cintltst.h"
  27. #include "utypes.h"
  28. #include "udat.h"
  29.  
  30.  
  31. /* Internal fucntion used by all the test format files */
  32. UChar* myDateFormat(UDateFormat *dat, UDate d); 
  33.  
  34.  
  35.  
  36. #endif
  37.