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

  /external/chromium_org/third_party/icu/source/test/iotest/
filetst.c 599 FILE *stdFile = fopen(STANDARD_TEST_FILE, "w");
604 if (stdFile == NULL) {
611 fwrite(testStr, sizeof(testStr[0]), expectedSize, stdFile);
613 fwrite("\n", sizeof(testStr[0]), 1, stdFile);
616 fclose(stdFile);
619 stdFile = fopen(STANDARD_TEST_FILE, "r");
626 returnedCharBuffer = fgets(charBuffer, sizeof(charBuffer)/sizeof(charBuffer[0]), stdFile);
649 fclose(stdFile);
735 FILE *stdFile = fopen(STANDARD_TEST_FILE, "wb");
737 if (stdFile == NULL)
    [all...]
  /external/icu/icu4c/source/test/iotest/
filetst.c 599 FILE *stdFile = fopen(STANDARD_TEST_FILE, "w");
604 if (stdFile == NULL) {
611 fwrite(testStr, sizeof(testStr[0]), expectedSize, stdFile);
613 fwrite("\n", sizeof(testStr[0]), 1, stdFile);
616 fclose(stdFile);
619 stdFile = fopen(STANDARD_TEST_FILE, "r");
626 returnedCharBuffer = fgets(charBuffer, sizeof(charBuffer)/sizeof(charBuffer[0]), stdFile);
649 fclose(stdFile);
735 FILE *stdFile = fopen(STANDARD_TEST_FILE, "wb");
737 if (stdFile == NULL)
    [all...]
  /external/chromium_org/third_party/icu/source/tools/makeconv/
makeconv.c 227 FILE *stdfile=argc<0 ? stderr : stdout; local
228 fprintf(stdfile,
238 fprintf(stdfile,
  /external/icu/icu4c/source/tools/makeconv/
makeconv.c 227 FILE *stdfile=argc<0 ? stderr : stdout; local
228 fprintf(stdfile,
238 fprintf(stdfile,

Completed in 1287 milliseconds