Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/iotest/
Dfiletst.c602 FILE *stdFile = fopen(STANDARD_TEST_FILE, "w"); in TestfgetsLineCount() local
607 if (stdFile == NULL) { in TestfgetsLineCount()
614 fwrite(testStr, sizeof(testStr[0]), expectedSize, stdFile); in TestfgetsLineCount()
616 fwrite("\n", sizeof(testStr[0]), 1, stdFile); in TestfgetsLineCount()
619 fclose(stdFile); in TestfgetsLineCount()
622 stdFile = fopen(STANDARD_TEST_FILE, "r"); in TestfgetsLineCount()
629 returnedCharBuffer = fgets(charBuffer, UPRV_LENGTHOF(charBuffer), stdFile); in TestfgetsLineCount()
652 fclose(stdFile); in TestfgetsLineCount()
738 FILE *stdFile = fopen(STANDARD_TEST_FILE, "wb"); in TestLineCount() local
740 if (stdFile == NULL) { in TestLineCount()
[all …]