Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/test/iotest/
Dstream.cpp182 #define IOSTREAM_GOOD_SHIFT 3 macro
183 #define IOSTREAM_GOOD (1<<IOSTREAM_GOOD_SHIFT)
192 return (stream.good()<<IOSTREAM_GOOD_SHIFT) in getBitStatus()