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

/external/chromium_org/third_party/icu/source/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...]
/external/icu/icu4c/source/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...]
/external/chromium_org/third_party/WebKit/Source/platform/text/
H A DBidiResolverTest.cpp269 std::string bidiTestPath = "BidiTest.txt"; local
270 std::ifstream bidiTestFile(bidiTestPath.c_str());

Completed in 749 milliseconds