blob: 68b706dd8e0b71b699be5ece12667dec84a56904 [file] [log] [blame]
/********************************************************************
* COPYRIGHT:
* Copyright (C) 2016 and later: Unicode, Inc. and others.
* License & terms of use: http://www.unicode.org/copyright.html
********************************************************************/
/********************************************************************************
*
* File CFORMTST.H
*
* Modification History:
* Name Description
* Madhu Katragadda Creation
*********************************************************************************
*/
/* FormatTest is a medium top level test for everything in the C FORMAT API */
#ifndef _CFORMATTST
#define _CFORMATTST
#include "unicode/utypes.h"
#if !UCONFIG_NO_FORMATTING
#include "cintltst.h"
#include "unicode/udat.h"
/* Internal fucntion used by all the test format files */
UChar* myDateFormat(UDateFormat *dat, UDate d);
#endif /* #if !UCONFIG_NO_FORMATTING */
#endif