blob: d1d13d449239ef1d08d4054651f9fbc49fbf0428 [file] [log] [blame]
/********************************************************************
* COPYRIGHT:
* Copyright (c) 1997-1999, International Business Machines Corporation and
* others. All Rights Reserved.
********************************************************************/
/********************************************************************************
*
* File CDATTST.H
*
* Modification History:
* Name Description
* Madhu Katragadda Creation
*********************************************************************************
*/
/* C API TEST FOR DATE FORMAT */
#ifndef _CDATFRMTST
#define _CDATFRMTST
#include "cintltst.h"
/**
* The function used to test the Date format API
**/
static void TestDateFormat(void);
/**
* The function used to test API udat_getSymbols(), udat_setSymbols() and udat_countSymbols()
**/
static void TestSymbols(void);
/**
* test subroutines used by TestSymbols
**/
void VerifygetSymbols(UDateFormat*, UDateFormatSymbolType, int32_t, const char*);
void VerifysetSymbols(UDateFormat*, UDateFormatSymbolType, int32_t, const char*);
void VerifygetsetSymbols(UDateFormat*, UDateFormat*, UDateFormatSymbolType, int32_t);
/**
* test subroutine used by the testing functions
**/
UChar* myNumformat(const UNumberFormat* numfor, double d);
#endif