summaryrefslogtreecommitdiff
path: root/Build/source/libs/icu-xetex/test/cintltst/cformtst.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/icu-xetex/test/cintltst/cformtst.h')
-rw-r--r--Build/source/libs/icu-xetex/test/cintltst/cformtst.h33
1 files changed, 33 insertions, 0 deletions
diff --git a/Build/source/libs/icu-xetex/test/cintltst/cformtst.h b/Build/source/libs/icu-xetex/test/cintltst/cformtst.h
new file mode 100644
index 00000000000..e5c0e44ccea
--- /dev/null
+++ b/Build/source/libs/icu-xetex/test/cintltst/cformtst.h
@@ -0,0 +1,33 @@
+/********************************************************************
+ * COPYRIGHT:
+ * Copyright (c) 1997-2001, International Business Machines Corporation and
+ * others. All Rights Reserved.
+ ********************************************************************/
+/********************************************************************************
+*
+* 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