OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:outTestStream
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/iotest/
stream.cpp
89
ostringstream
outTestStream
;
93
ostrstream
outTestStream
(testStreamBuf, sizeof(testStreamBuf));
101
outTestStream
<< "\x42\x65\x67\x69\x6E\x6E\x69\x6E\x67\x20\x6F\x66\x20\x74\x65\x73\x74\x20";
102
outTestStream
<< str1 << "\x20\x20" << str2 << str3 << "\x31\x20" << UTF8_NEW_LINE << str4 << ends;
104
string tempStr =
outTestStream
.str();
/external/icu4c/test/iotest/
stream.cpp
82
ostringstream
outTestStream
;
86
ostrstream
outTestStream
(testStreamBuf, sizeof(testStreamBuf));
94
outTestStream
<< "\x42\x65\x67\x69\x6E\x6E\x69\x6E\x67\x20\x6F\x66\x20\x74\x65\x73\x74\x20";
95
outTestStream
<< str1 << "\x20\x20" << str2 << str3 << "\x31\x20" << UTF8_NEW_LINE << str4 << ends;
97
string tempStr =
outTestStream
.str();
Completed in 688 milliseconds