3 * (C) Copyright IBM Corp. 1998-2007 - All Rights Reserved
13 typedef void (*TestCaseCallback
) (const char *testID
,
15 const char *fontVersion
,
16 const char *fontChecksum
,
18 le_int32 languageCode
,
19 const LEUnicode
*text
,
21 TestResult
*expected
);
23 U_CAPI
void readTestFile(const char *testFilePath
, TestCaseCallback callback
);