Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/iotest/
Dstream.cpp227 stringstream sstrm; in testString() local
229 strstream sstrm; in testString()
232 sstrm << testString; in testString()
237 sstrm >> str; in testString()
240 printBits(sstrm); in testString()
242 if (getBitStatus(sstrm) != expectedStatus) { in testString()
243 printBits(sstrm); in testString()
244 …xpected status %d, Got %d. See verbose output for details\n", expectedStatus, getBitStatus(sstrm)); in testString()