Searched refs:bidiTestPath (Results 1 – 1 of 1) sorted by relevance
267 char bidiTestPath[400]; in TestBidiTest() local268 strcpy(bidiTestPath, sourceTestDataPath); in TestBidiTest()269 strcat(bidiTestPath, "BidiTest.txt"); in TestBidiTest()270 LocalStdioFilePointer bidiTestFile(fopen(bidiTestPath, "r")); in TestBidiTest()272 errln("unable to open %s", bidiTestPath); in TestBidiTest()436 char bidiTestPath[400]; in TestBidiCharacterTest() local437 strcpy(bidiTestPath, sourceTestDataPath); in TestBidiCharacterTest()438 strcat(bidiTestPath, "BidiCharacterTest.txt"); in TestBidiCharacterTest()439 LocalStdioFilePointer bidiTestFile(fopen(bidiTestPath, "r")); in TestBidiCharacterTest()441 errln("unable to open %s", bidiTestPath); in TestBidiCharacterTest()