1 // © 2016 and later: Unicode, Inc. and others.
2 // License & terms of use: http://www.unicode.org/copyright.html
5 * (C) Copyright IBM Corp. 1998-2014 - All Rights Reserved
12 #include "layout/LETypes.h"
15 typedef void (*TestCaseCallback
) (const char *testID
,
17 const char *fontVersion
,
18 const char *fontChecksum
,
20 le_int32 languageCode
,
21 const LEUnicode
*text
,
23 TestResult
*expected
);
25 U_CAPI
void readTestFile(const char *testFilePath
, TestCaseCallback callback
);