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 572 testoutfp = stdout;
588 testoutfp = caller->testoutfp;
1139 fwrite(buffer, sizeof(*buffer), length, (FILE *)testoutfp);
1149 fwrite(buffer, sizeof(*buffer), length, (FILE *)testoutfp);
1154 fwrite(&newLine, sizeof(newLine), 1, (FILE *)testoutfp);
1159 fflush((FILE *)testoutfp);
    [all...]
intltest.h 347 //FILE *testoutfp;
348 void *testoutfp; member in class:IntlTest

Completed in 316 milliseconds