]>
git.saurik.com Git - apple/icu.git/blob - icuSources/test/cintltst/cformtst.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 Creation
13 *********************************************************************************
15 /* FormatTest is a medium top level test for everything in the C FORMAT API */
20 #include "unicode/utypes.h"
22 #if !UCONFIG_NO_FORMATTING
25 #include "unicode/udat.h"
28 /* Internal fucntion used by all the test format files */
29 UChar
* myDateFormat(UDateFormat
*dat
, UDate d
);
31 #endif /* #if !UCONFIG_NO_FORMATTING */