Home | History | Annotate | Download | only in cintltst

Lines Matching defs:file

8 * File CINTLTST.C
314 /* On Windows, the file name obtained from __FILE__ includes a full path.
315 * This file is "wherever\icu\source\test\cintltst\cintltst.c"
342 FILE *file = fopen(".."U_FILE_SEP_STRING".."U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "Makefile.in", "r");
343 if (file) {
344 fclose(file);
381 /* On Windows, the file name obtained from __FILE__ includes a full path.
382 * This file is "wherever\icu\source\test\cintltst\cintltst.c"
409 FILE *file = fopen(".."U_FILE_SEP_STRING".."U_FILE_SEP_STRING "data" U_FILE_SEP_STRING "Makefile.in", "r");
410 if (file) {
411 fclose(file);
551 * Fallback: When Memory mapped file is built