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

  /external/icu4c/test/intltest/
intltest.h 240 //FILE *testoutfp;
241 void *testoutfp; member in class:IntlTest
intltest.cpp 516 testoutfp = stdout;
530 testoutfp = caller->testoutfp;
1006 fwrite(buffer, sizeof(*buffer), length, (FILE *)testoutfp);
1016 fwrite(buffer, sizeof(*buffer), length, (FILE *)testoutfp);
1021 fwrite(&newLine, sizeof(newLine), 1, (FILE *)testoutfp);
1026 fflush((FILE *)testoutfp);
    [all...]

Completed in 3286 milliseconds