summaryrefslogtreecommitdiff
path: root/Build/source/libs/icu/icu-xetex/test/cintltst/nucnvtst.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/icu/icu-xetex/test/cintltst/nucnvtst.h')
-rw-r--r--Build/source/libs/icu/icu-xetex/test/cintltst/nucnvtst.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/Build/source/libs/icu/icu-xetex/test/cintltst/nucnvtst.h b/Build/source/libs/icu/icu-xetex/test/cintltst/nucnvtst.h
new file mode 100644
index 00000000000..e70bc08163f
--- /dev/null
+++ b/Build/source/libs/icu/icu-xetex/test/cintltst/nucnvtst.h
@@ -0,0 +1,23 @@
+/********************************************************************
+ * COPYRIGHT:
+ * Copyright (c) 1997-2001, International Business Machines Corporation and
+ * others. All Rights Reserved.
+ ********************************************************************/
+/********************************************************************************
+*
+* File NUCNVTST.H
+*
+* Modification History:
+* Name Description
+* Madhu Katragadda creation
+*********************************************************************************
+*/
+#ifndef _NUCNVTST
+#define _NUCNVTST
+/* C API TEST FOR CODESET CONVERSION COMPONENT */
+#include "cintltst.h"
+#include "unicode/utypes.h"
+
+static void TestInBufSizes(void);
+
+#endif