Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/iotest/
Dstream.cpp131 char testFormatStreamBuf[512]; in TestStream() local
132 memset(testFormatStreamBuf, 0, sizeof(testFormatStreamBuf)); in TestStream()
133 ostrstream outFormatStream(testFormatStreamBuf, sizeof(testFormatStreamBuf)); in TestStream()
141 const char *testFormatStreamBuf = tempStr.c_str(); in TestStream() local
144 if (strcmp(format_test_expected, testFormatStreamBuf) != 0) { in TestStream()
145 …eString format test using << operator Got: '%s' Expected: '%s'\n", testFormatStreamBuf, format_tes… in TestStream()