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

  /external/icu/icu4c/source/test/intltest/
intltest.cpp 549 testoutfp = stdout;
565 testoutfp = caller->testoutfp;
1107 fwrite(buffer, sizeof(*buffer), length, (FILE *)testoutfp);
1117 fwrite(buffer, sizeof(*buffer), length, (FILE *)testoutfp);
1122 fwrite(&newLine, sizeof(newLine), 1, (FILE *)testoutfp);
1127 fflush((FILE *)testoutfp);
    [all...]
intltest.h 327 //FILE *testoutfp;
328 void *testoutfp; member in class:IntlTest

Completed in 133 milliseconds