summaryrefslogtreecommitdiff
path: root/Build/source/libs/icu/icu-4.8.1/test/letest/xmlreader.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/icu/icu-4.8.1/test/letest/xmlreader.h')
-rw-r--r--Build/source/libs/icu/icu-4.8.1/test/letest/xmlreader.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/Build/source/libs/icu/icu-4.8.1/test/letest/xmlreader.h b/Build/source/libs/icu/icu-4.8.1/test/letest/xmlreader.h
new file mode 100644
index 00000000000..be47b562795
--- /dev/null
+++ b/Build/source/libs/icu/icu-4.8.1/test/letest/xmlreader.h
@@ -0,0 +1,25 @@
+/*
+ *
+ * (C) Copyright IBM Corp. 1998-2007 - All Rights Reserved
+ *
+ */
+
+#ifndef __XMLREADER_H
+#define __XMLREADER_H
+
+#include "LETypes.h"
+#include "letest.h"
+
+typedef void (*TestCaseCallback) (const char *testID,
+ const char *fontName,
+ const char *fontVersion,
+ const char *fontChecksum,
+ le_int32 scriptCode,
+ le_int32 languageCode,
+ const LEUnicode *text,
+ le_int32 charCount,
+ TestResult *expected);
+
+U_CAPI void readTestFile(const char *testFilePath, TestCaseCallback callback);
+
+#endif