Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/iotest/
Dstream.cpp84 ostringstream outTestStream; in TestStream() local
88 ostrstream outTestStream(testStreamBuf, sizeof(testStreamBuf)); in TestStream() local
96 outTestStream << "\x42\x65\x67\x69\x6E\x6E\x69\x6E\x67\x20\x6F\x66\x20\x74\x65\x73\x74\x20"; in TestStream()
97outTestStream << str1 << "\x20\x20" << str2 << str3 << "\x31\x20" << UTF8_NEW_LINE << str4 << ends; in TestStream()
99 string tempStr = outTestStream.str(); in TestStream()