X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/efa1e6592fb03ce23b15276b2b91d885a3ee7da5..57a6839dcb3bba09e8228b822b290604668416fe:/icuSources/test/perf/leperf/xmlreader.h diff --git a/icuSources/test/perf/leperf/xmlreader.h b/icuSources/test/perf/leperf/xmlreader.h new file mode 100644 index 00000000..386a0971 --- /dev/null +++ b/icuSources/test/perf/leperf/xmlreader.h @@ -0,0 +1,25 @@ +/* + * + * (C) Copyright IBM Corp. 1998-2013 - 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