Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/iotest/
Dfiletst.c958 FILE *myCFile; in TestCodepageFlush()
971 myCFile = fopen(STANDARD_TEST_FILE, "rb"); in TestCodepageFlush()
972 if (myCFile == NULL) { in TestCodepageFlush()
977 inLen = fread(inBuf, 1, 200, myCFile); in TestCodepageFlush()
978 fclose(myCFile); in TestCodepageFlush()
1015 FILE *myCFile; in TestFilePrintCompatibility() local
1055 myCFile = fopen(STANDARD_TEST_FILE, "rb"); in TestFilePrintCompatibility()
1056 if (myCFile == NULL) { in TestFilePrintCompatibility()
1063 n += fscanf(myCFile, "%s", readBuf); in TestFilePrintCompatibility()
1069 n += fscanf(myCFile, "%s", readBuf); in TestFilePrintCompatibility()
[all …]