Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/intltest/
Dintltest.cpp581 testoutfp = stdout; in IntlTest()
597 testoutfp = caller->testoutfp; in setCaller()
1156 fwrite(buffer, sizeof(*buffer), length, (FILE *)testoutfp); in LL_message()
1166 fwrite(buffer, sizeof(*buffer), length, (FILE *)testoutfp); in LL_message()
1171 fwrite(&newLine, sizeof(newLine), 1, (FILE *)testoutfp); in LL_message()
1176 fflush((FILE *)testoutfp); in LL_message()
Dintltest.h388 void *testoutfp; variable