Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/iotest/
Dstream.cpp149 ostringstream outLargeStream; in TestStream() local
153 ostrstream outLargeStream(testLargeStreamBuf, sizeof(testLargeStreamBuf)); in TestStream() local
162 outLargeStream << large_array_unistr; in TestStream()
165 string tmpString = outLargeStream.str(); in TestStream()