Searched refs:testFormatStreamBuf (Results 1 – 3 of 3) sorted by relevance
/external/cronet/stable/third_party/icu/source/test/iotest/ |
D | stream.cpp | 130 char testFormatStreamBuf[512]; in TestStream() local 131 memset(testFormatStreamBuf, 0, sizeof(testFormatStreamBuf)); in TestStream() 132 ostrstream outFormatStream(testFormatStreamBuf, sizeof(testFormatStreamBuf)); in TestStream() 140 const char *testFormatStreamBuf = tempStr.c_str(); in TestStream() local 143 if (strcmp(format_test_expected, testFormatStreamBuf) != 0) { in TestStream() 144 …eString format test using << operator Got: '%s' Expected: '%s'\n", testFormatStreamBuf, format_tes… in TestStream()
|
/external/icu/icu4c/source/test/iotest/ |
D | stream.cpp | 130 char testFormatStreamBuf[512]; in TestStream() local 131 memset(testFormatStreamBuf, 0, sizeof(testFormatStreamBuf)); in TestStream() 132 ostrstream outFormatStream(testFormatStreamBuf, sizeof(testFormatStreamBuf)); in TestStream() 140 const char *testFormatStreamBuf = tempStr.c_str(); in TestStream() local 143 if (strcmp(format_test_expected, testFormatStreamBuf) != 0) { in TestStream() 144 …eString format test using << operator Got: '%s' Expected: '%s'\n", testFormatStreamBuf, format_tes… in TestStream()
|
/external/cronet/tot/third_party/icu/source/test/iotest/ |
D | stream.cpp | 130 char testFormatStreamBuf[512]; in TestStream() local 131 memset(testFormatStreamBuf, 0, sizeof(testFormatStreamBuf)); in TestStream() 132 ostrstream outFormatStream(testFormatStreamBuf, sizeof(testFormatStreamBuf)); in TestStream() 140 const char *testFormatStreamBuf = tempStr.c_str(); in TestStream() local 143 if (strcmp(format_test_expected, testFormatStreamBuf) != 0) { in TestStream() 144 …eString format test using << operator Got: '%s' Expected: '%s'\n", testFormatStreamBuf, format_tes… in TestStream()
|