]>
git.saurik.com Git - apple/icu.git/blob - icuSources/test/cintltst/cdtrgtst.h
1 // © 2016 and later: Unicode, Inc. and others.
2 // License & terms of use: http://www.unicode.org/copyright.html
3 /********************************************************************
5 * Copyright (c) 1997-2002,2008, International Business Machines Corporation and
6 * others. All Rights Reserved.
7 ********************************************************************/
8 /********************************************************************************
12 * Modification History:
14 * Madhu Katragadda Converted to C
15 *********************************************************************************
17 /* REGRESSION TEST FOR DATE FORMAT */
21 #include "unicode/utypes.h"
22 #include "unicode/udat.h"
24 #if !UCONFIG_NO_FORMATTING
29 * DateFormat Regression tests
32 void Test4029195(void);
33 void Test4056591(void);
34 void Test4059917(void);
35 void Test4060212(void);
36 void Test4061287(void);
37 void Test4073003(void);
38 void Test4162071(void);
45 void aux917(UDateFormat
*fmt
, UChar
* str
);
48 * test subroutine used by the testing functions
50 UChar
* myFormatit(UDateFormat
* datdef
, UDate d1
);
52 #endif /* #if !UCONFIG_NO_FORMATTING */