Index: icu46/source/test/letest/xmlreader.h |
=================================================================== |
--- icu46/source/test/letest/xmlreader.h (revision 0) |
+++ icu46/source/test/letest/xmlreader.h (revision 0) |
@@ -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 |
Property changes on: icu46/source/test/letest/xmlreader.h |
___________________________________________________________________ |
Added: svn:eol-style |
+ LF |