]>
git.saurik.com Git - apple/icu.git/blob - icuSources/test/cintltst/cdtrgtst.h
1 /********************************************************************
3 * Copyright (c) 1997-2001, International Business Machines Corporation and
4 * others. All Rights Reserved.
5 ********************************************************************/
6 /********************************************************************************
10 * Modification History:
12 * Madhu Katragadda Converted to C
13 *********************************************************************************
15 /* REGRESSION TEST FOR DATE FORMAT */
19 #include "unicode/utypes.h"
21 #if !UCONFIG_NO_FORMATTING
26 * DateFormat Regresstion tests
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);
41 void aux917(UDateFormat
*fmt
, UChar
* str
);
44 * test subroutine used by the testing functions
46 UChar
* myFormatit(UDateFormat
* datdef
, UDate d1
);
48 #endif /* #if !UCONFIG_NO_FORMATTING */