HomeSort by relevance Sort by last modified time
    Searched refs:outFormatStream (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/test/iotest/
stream.cpp 133 ostringstream outFormatStream;
137 ostrstream outFormatStream(testFormatStreamBuf, sizeof(testFormatStreamBuf));
141 outFormatStream << "1234567890" << setw(10) << left << ustr << " " << "0123456789";
144 tempStr = outFormatStream.str();
  /external/icu4c/test/iotest/
stream.cpp 126 ostringstream outFormatStream;
130 ostrstream outFormatStream(testFormatStreamBuf, sizeof(testFormatStreamBuf));
134 outFormatStream << "1234567890" << setw(10) << left << ustr << " " << "0123456789";
137 tempStr = outFormatStream.str();

Completed in 175 milliseconds