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

/external/chromium_org/third_party/icu/source/test/iotest/
H A Dstream.cpp173 char expectedLargeStreamBuf[300]; local
174 int32_t expectedBufLength = sizeof(expectedLargeStreamBuf);
176 ucnv_fromUChars(defConv, expectedLargeStreamBuf, expectedBufLength, large_array, large_array_length, &status);
178 if (strcmp(testLargeStreamBuf, expectedLargeStreamBuf) != 0) {
/external/icu/icu4c/source/test/iotest/
H A Dstream.cpp166 char expectedLargeStreamBuf[300]; local
167 int32_t expectedBufLength = sizeof(expectedLargeStreamBuf);
169 ucnv_fromUChars(defConv, expectedLargeStreamBuf, expectedBufLength, large_array, large_array_length, &status);
171 if (strcmp(testLargeStreamBuf, expectedLargeStreamBuf) != 0) {

Completed in 40 milliseconds