Home
last modified time | relevance | path

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

/external/icu4c/test/iotest/
Dstream.cpp197 #define IOSTREAM_FAIL (1<<IOSTREAM_FAIL_SHIFT) macro
220 if (status & IOSTREAM_FAIL) { in printBits()
328 testString(UStr, u_austrcpy(testcase, testCase1), expectedResultA, IOSTREAM_EOF|IOSTREAM_FAIL); in TestStreamEOF()
331 testString(UStr, u_austrcpy(testcase, testCase3), expectedResultC, IOSTREAM_EOF|IOSTREAM_FAIL); in TestStreamEOF()