Searched refs:IOSTREAM_EOF (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/iotest/ |
D | stream.cpp | 185 #define IOSTREAM_EOF (1<<IOSTREAM_EOF_SHIFT) macro 207 if (status & IOSTREAM_EOF) { in printBits() 308 testString(UStr, u_austrcpy(testcase, testCase1), expectedResultA, IOSTREAM_EOF|IOSTREAM_FAIL); in TestStreamEOF() 309 testString(UStr, u_austrcpy(testcase, testCase2), expectedResultB, IOSTREAM_EOF); in TestStreamEOF() 311 testString(UStr, u_austrcpy(testcase, testCase3), expectedResultC, IOSTREAM_EOF|IOSTREAM_FAIL); in TestStreamEOF() 312 testString(UStr, u_austrcpy(testcase, testCase4), expectedResultD, IOSTREAM_EOF); in TestStreamEOF()
|