• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // © 2016 and later: Unicode, Inc. and others.
2 // License & terms of use: http://www.unicode.org/copyright.html
3 /********************************************************************
4  * COPYRIGHT:
5  * Copyright (c) 1997-2001, International Business Machines Corporation and
6  * others. All Rights Reserved.
7  ********************************************************************/
8 /********************************************************************************
9 *
10 * File CFORMTST.H
11 *
12 * Modification History:
13 *        Name                     Description
14 *     Madhu Katragadda               Creation
15 *********************************************************************************
16 */
17 /* FormatTest is a medium top level test for everything in the  C FORMAT API */
18 
19 #ifndef _CFORMATTST
20 #define _CFORMATTST
21 
22 #include "unicode/utypes.h"
23 
24 #if !UCONFIG_NO_FORMATTING
25 
26 #include "cintltst.h"
27 #include "unicode/udat.h"
28 
29 
30 /* Internal fucntion used by all the test format files */
31 UChar* myDateFormat(UDateFormat *dat, UDate d);
32 
33 #endif /* #if !UCONFIG_NO_FORMATTING */
34 
35 #endif
36