OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:large_array_length
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/test/iotest/
stream.cpp
154
int32_t
large_array_length
= sizeof(large_array)/sizeof(UChar);
local
155
for (int32_t i = 0; i <
large_array_length
; i++) {
158
UnicodeString large_array_unistr(large_array,
large_array_length
);
169
ucnv_fromUChars(defConv, expectedLargeStreamBuf, expectedBufLength, large_array,
large_array_length
, &status);
/external/chromium_org/third_party/icu/source/test/iotest/
stream.cpp
161
int32_t
large_array_length
= sizeof(large_array)/sizeof(UChar);
local
162
for (int32_t i = 0; i <
large_array_length
; i++) {
165
UnicodeString large_array_unistr(large_array,
large_array_length
);
176
ucnv_fromUChars(defConv, expectedLargeStreamBuf, expectedBufLength, large_array,
large_array_length
, &status);
Completed in 134 milliseconds