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

/external/chromium_org/third_party/icu/source/test/iotest/
H A Dstream.cpp154 ostringstream outLargeStream; local
158 ostrstream outLargeStream(testLargeStreamBuf, sizeof(testLargeStreamBuf));
167 outLargeStream << large_array_unistr;
170 string tmpString = outLargeStream.str();
/external/icu/icu4c/source/test/iotest/
H A Dstream.cpp147 ostringstream outLargeStream; local
151 ostrstream outLargeStream(testLargeStreamBuf, sizeof(testLargeStreamBuf));
160 outLargeStream << large_array_unistr;
163 string tmpString = outLargeStream.str();

Completed in 127 milliseconds