Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/iotest/
Dfiletst.c630 FILE *stdFile = fopen(STANDARD_TEST_FILE, "w"); in TestfgetsLineCount() local
635 if (stdFile == NULL) { in TestfgetsLineCount()
642 fwrite(testStr, sizeof(testStr[0]), expectedSize, stdFile); in TestfgetsLineCount()
644 fwrite("\n", sizeof(testStr[0]), 1, stdFile); in TestfgetsLineCount()
647 fclose(stdFile); in TestfgetsLineCount()
650 stdFile = fopen(STANDARD_TEST_FILE, "r"); in TestfgetsLineCount()
657 returnedCharBuffer = fgets(charBuffer, UPRV_LENGTHOF(charBuffer), stdFile); in TestfgetsLineCount()
680 fclose(stdFile); in TestfgetsLineCount()
766 FILE *stdFile = fopen(STANDARD_TEST_FILE, "wb"); in TestLineCount() local
768 if (stdFile == NULL) { in TestLineCount()
[all …]