Searched refs:IOSTREAM_FAIL (Results 1 – 2 of 2) sorted by relevance
/external/chromium/third_party/icu/source/test/iotest/ |
D | stream.cpp | 142 #define IOSTREAM_FAIL (1<<IOSTREAM_FAIL_SHIFT) macro 165 if (status & IOSTREAM_FAIL) { in printBits() 273 testString(UStr, u_austrcpy(testcase, testCase1), expectedResultA, IOSTREAM_EOF|IOSTREAM_FAIL); in TestStreamEOF() 276 testString(UStr, u_austrcpy(testcase, testCase3), expectedResultC, IOSTREAM_EOF|IOSTREAM_FAIL); in TestStreamEOF()
|
/external/icu4c/test/iotest/ |
D | stream.cpp | 196 #define IOSTREAM_FAIL (1<<IOSTREAM_FAIL_SHIFT) macro 219 if (status & IOSTREAM_FAIL) { in printBits() 327 testString(UStr, u_austrcpy(testcase, testCase1), expectedResultA, IOSTREAM_EOF|IOSTREAM_FAIL); in TestStreamEOF() 330 testString(UStr, u_austrcpy(testcase, testCase3), expectedResultC, IOSTREAM_EOF|IOSTREAM_FAIL); in TestStreamEOF()
|