Lines Matching defs:file
8 * file name: letest.cpp
419 FILE *f = fopen(".."U_FILE_SEP_STRING".."U_FILE_SEP_STRING"test"U_FILE_SEP_STRING"testdata"U_FILE_SEP_STRING"rbbitst.txt", "r");
574 log_err("Could not open the test data file: %s\n", testFilePath);
998 /* On Windows, the file name obtained from __FILE__ includes a full path.
999 * This file is "wherever\icu\source\test\cintltst\cintltst.c"
1026 FILE *file = fopen(".."U_FILE_SEP_STRING".."U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "Makefile.in", "r");
1027 if (file) {
1028 fclose(file);