Searched refs:testoutfp (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/test/intltest/
H A Dintltest.cpp511 testoutfp = stdout;
524 testoutfp = caller->testoutfp;
940 fwrite(buffer, sizeof(*buffer), length, (FILE *)testoutfp);
950 fwrite(buffer, sizeof(*buffer), length, (FILE *)testoutfp);
955 fwrite(&newLine, sizeof(newLine), 1, (FILE *)testoutfp);
960 fflush((FILE *)testoutfp);
H A Dintltest.h205 //FILE *testoutfp;
206 void *testoutfp; member in class:IntlTest

Completed in 15 milliseconds