Searched refs:bidiTestPath (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/ICU-531.30/icuSources/test/intltest/
H A Dbidiconf.cpp303 char bidiTestPath[400]; local
304 strcpy(bidiTestPath, sourceTestDataPath);
305 strcat(bidiTestPath, "BidiTest.txt");
306 LocalStdioFilePointer bidiTestFile(fopen(bidiTestPath, "r"));
308 errln("unable to open %s", bidiTestPath);
470 char bidiTestPath[400]; local
471 strcpy(bidiTestPath, sourceTestDataPath);
472 strcat(bidiTestPath, "BidiCharacterTest.txt");
473 LocalStdioFilePointer bidiTestFile(fopen(bidiTestPath, "r"));
475 errln("unable to open %s", bidiTestPath);
[all...]

Completed in 56 milliseconds