Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/iotest/
Dstream.cpp190 #define IOSTREAM_FAIL (1<<IOSTREAM_FAIL_SHIFT) macro
213 if (status & IOSTREAM_FAIL) { in printBits()
311 testString(UStr, u_austrcpy(testcase, testCase1), expectedResultA, IOSTREAM_EOF|IOSTREAM_FAIL); in TestStreamEOF()
314 testString(UStr, u_austrcpy(testcase, testCase3), expectedResultC, IOSTREAM_EOF|IOSTREAM_FAIL); in TestStreamEOF()