Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/iotest/
Dstream.cpp129 ostringstream outFormatStream; in TestStream() local
133 ostrstream outFormatStream(testFormatStreamBuf, sizeof(testFormatStreamBuf)); in TestStream() local
137 outFormatStream << "1234567890" << setw(10) << left << ustr << " " << "0123456789"; in TestStream()
140 tempStr = outFormatStream.str(); in TestStream()