Searched refs:large_array_length (Results 1 – 3 of 3) sorted by relevance
/external/cronet/stable/third_party/icu/source/test/iotest/ |
D | stream.cpp | 156 int32_t large_array_length = UPRV_LENGTHOF(large_array); in TestStream() local 157 for (int32_t i = 0; i < large_array_length; i++) { in TestStream() 160 UnicodeString large_array_unistr(large_array, large_array_length); in TestStream() 171 …hars(defConv, expectedLargeStreamBuf, expectedBufLength, large_array, large_array_length, &status); in TestStream()
|
/external/icu/icu4c/source/test/iotest/ |
D | stream.cpp | 156 int32_t large_array_length = UPRV_LENGTHOF(large_array); in TestStream() local 157 for (int32_t i = 0; i < large_array_length; i++) { in TestStream() 160 UnicodeString large_array_unistr(large_array, large_array_length); in TestStream() 171 …hars(defConv, expectedLargeStreamBuf, expectedBufLength, large_array, large_array_length, &status); in TestStream()
|
/external/cronet/tot/third_party/icu/source/test/iotest/ |
D | stream.cpp | 156 int32_t large_array_length = UPRV_LENGTHOF(large_array); in TestStream() local 157 for (int32_t i = 0; i < large_array_length; i++) { in TestStream() 160 UnicodeString large_array_unistr(large_array, large_array_length); in TestStream() 171 …hars(defConv, expectedLargeStreamBuf, expectedBufLength, large_array, large_array_length, &status); in TestStream()
|