OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sstrm
(Results
1 - 1
of
1
) sorted by null
/external/icu/icu4c/source/test/iotest/
stream.cpp
226
stringstream
sstrm
;
local
228
strstream
sstrm
;
231
sstrm
<< testString;
234
printBits(
sstrm
);*/
236
sstrm
>> str;
239
printBits(
sstrm
);
241
if (getBitStatus(
sstrm
) != expectedStatus) {
242
printBits(
sstrm
);
243
log_err("Expected status %d, Got %d. See verbose output for details\n", expectedStatus, getBitStatus(
sstrm
));
Completed in 76 milliseconds