• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /********************************************************************
2  * COPYRIGHT:
3  * Copyright (c) 1997-2002,2008, International Business Machines Corporation and
4  * others. All Rights Reserved.
5  ********************************************************************/
6 /********************************************************************************
7 *
8 * File CDTRGTST.H
9 *
10 * Modification History:
11 *        Name                     Description
12 *     Madhu Katragadda            Converted to C
13 *********************************************************************************
14 */
15 /* REGRESSION TEST FOR DATE FORMAT */
16 #ifndef _CDTFRRGSTST
17 #define _CDTFRRGSTST
18 
19 #include "unicode/utypes.h"
20 
21 #if !UCONFIG_NO_FORMATTING
22 
23 #include "cintltst.h"
24 
25     /**
26      * DateFormat Regression tests
27      **/
28 
29     void Test4029195(void);
30     void Test4056591(void);
31     void Test4059917(void);
32     void Test4060212(void);
33     void Test4061287(void);
34     void Test4073003(void);
35     void Test4162071(void);
36     void Test714(void);
37     void Test_GEec(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 /* #if !UCONFIG_NO_FORMATTING */
50 
51 #endif
52