3 * © 2016 and later: Unicode, Inc. and others.
4 * License & terms of use: http://www.unicode.org/copyright.html#License
6 * (C) Copyright IBM Corp. 1998-2013 - All Rights Reserved
16 typedef void (*TestCaseCallback
) (const char *testID
,
18 const char *fontVersion
,
19 const char *fontChecksum
,
21 le_int32 languageCode
,
22 const LEUnicode
*text
,
24 TestResult
*expected
);
26 U_CAPI
void readTestFile(const char *testFilePath
, TestCaseCallback callback
);