OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sstrm
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/icu/source/test/iotest/
stream.cpp
179
stringstream
sstrm
;
local
181
strstream
sstrm
;
184
sstrm
<< testString;
187
printBits(
sstrm
);*/
189
sstrm
>> str;
192
printBits(
sstrm
);
194
if (getBitStatus(
sstrm
) != expectedStatus) {
195
printBits(
sstrm
);
197
log_info("Warning. Expected status %d, Got %d. This maybe caused by the fact that the non-standardized iostream is being used.\n", expectedStatus, getBitStatus(
sstrm
));
200
log_err("Expected status %d, Got %d. See verbose output for details\n", expectedStatus, getBitStatus(
sstrm
));
[
all
...]
/external/icu4c/test/iotest/
stream.cpp
233
stringstream
sstrm
;
local
235
strstream
sstrm
;
238
sstrm
<< testString;
241
printBits(
sstrm
);*/
243
sstrm
>> str;
246
printBits(
sstrm
);
248
if (getBitStatus(
sstrm
) != expectedStatus) {
249
printBits(
sstrm
);
251
log_info("Warning. Expected status %d, Got %d. This maybe caused by the fact that the non-standardized iostream is being used.\n", expectedStatus, getBitStatus(
sstrm
));
254
log_err("Expected status %d, Got %d. See verbose output for details\n", expectedStatus, getBitStatus(
sstrm
));
[
all
...]
Completed in 139 milliseconds