]> git.saurik.com Git - apple/icu.git/blame - icuSources/test/letest/xmlreader.h
ICU-66108.tar.gz
[apple/icu.git] / icuSources / test / letest / xmlreader.h
CommitLineData
f3c0d7a5
A
1// © 2016 and later: Unicode, Inc. and others.
2// License & terms of use: http://www.unicode.org/copyright.html
46f4442e
A
3/*
4 *
b331163b 5 * (C) Copyright IBM Corp. 1998-2014 - All Rights Reserved
46f4442e
A
6 *
7 */
8
9#ifndef __XMLREADER_H
10#define __XMLREADER_H
11
b331163b 12#include "layout/LETypes.h"
46f4442e
A
13#include "letest.h"
14
15typedef void (*TestCaseCallback) (const char *testID,
16 const char *fontName,
17 const char *fontVersion,
18 const char *fontChecksum,
19 le_int32 scriptCode,
20 le_int32 languageCode,
21 const LEUnicode *text,
22 le_int32 charCount,
23 TestResult *expected);
24
25U_CAPI void readTestFile(const char *testFilePath, TestCaseCallback callback);
26
27#endif