scuffed-code/icu4c/source/test/cintltst/cdattst.h
Helena Chapman 3aaa52af8d ICU-161 updated the copyright notices.
X-SVN-Rev: 596
2000-01-15 02:00:06 +00:00

44 lines
1.4 KiB
C

/********************************************************************
* 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