]>
git.saurik.com Git - apple/icu.git/blob - icuSources/test/cintltst/cformtst.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-2001, International Business Machines Corporation and
6 * others. All Rights Reserved.
7 ********************************************************************/
8 /********************************************************************************
12 * Modification History:
14 * Madhu Katragadda Creation
15 *********************************************************************************
17 /* FormatTest is a medium top level test for everything in the C FORMAT API */
22 #include "unicode/utypes.h"
24 #if !UCONFIG_NO_FORMATTING
27 #include "unicode/udat.h"
30 /* Internal fucntion used by all the test format files */
31 UChar
* myDateFormat(UDateFormat
*dat
, UDate d
);
33 #endif /* #if !UCONFIG_NO_FORMATTING */