HomeSort by relevance Sort by last modified time
    Searched full:stdfile (Results 1 - 2 of 2) sorted by null

  /external/icu4c/test/iotest/
filetst.c 593 FILE *stdFile = fopen(STANDARD_TEST_FILE, "w");
598 if (stdFile == NULL) {
605 fwrite(testStr, sizeof(testStr[0]), expectedSize, stdFile);
607 fwrite("\n", sizeof(testStr[0]), 1, stdFile);
610 fclose(stdFile);
613 stdFile = fopen(STANDARD_TEST_FILE, "r");
620 returnedCharBuffer = fgets(charBuffer, sizeof(charBuffer)/sizeof(charBuffer[0]), stdFile);
643 fclose(stdFile);
729 FILE *stdFile = fopen(STANDARD_TEST_FILE, "wb");
731 if (stdFile == NULL)
    [all...]
  /external/icu4c/tools/makeconv/
makeconv.c 227 FILE *stdfile=argc<0 ? stderr : stdout; local
228 fprintf(stdfile,
238 fprintf(stdfile,

Completed in 180 milliseconds