Home
last modified time | relevance | path

Searched refs:myCFile (Results 1 – 1 of 1) sorted by relevance

/external/icu/icu4c/source/test/iotest/
Dfiletst.c930 FILE *myCFile; in TestCodepageFlush()
943 myCFile = fopen(STANDARD_TEST_FILE, "rb"); in TestCodepageFlush()
944 if (myCFile == NULL) { in TestCodepageFlush()
949 inLen = fread(inBuf, 1, 200, myCFile); in TestCodepageFlush()
950 fclose(myCFile); in TestCodepageFlush()
987 FILE *myCFile; in TestFilePrintCompatibility() local
1027 myCFile = fopen(STANDARD_TEST_FILE, "rb"); in TestFilePrintCompatibility()
1028 if (myCFile == NULL) { in TestFilePrintCompatibility()
1035 n += fscanf(myCFile, "%s", readBuf); in TestFilePrintCompatibility()
1041 n += fscanf(myCFile, "%s", readBuf); in TestFilePrintCompatibility()
[all …]