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

/external/chromium_org/third_party/icu/source/test/perf/convperf/
H A Dconvperf.h43 int32_t reqdLen = ucnv_toUChars(conv, target, 0, local
47 target=(UChar*)malloc((reqdLen) * U_SIZEOF_UCHAR*2);
48 targetLimit = target + reqdLen;
89 int32_t reqdLen = ucnv_fromUChars(conv, target, 0, local
93 target=(char*)malloc((reqdLen*2));
94 targetLimit = target + reqdLen;
/external/icu4c/test/perf/convperf/
H A Dconvperf.h43 int32_t reqdLen = ucnv_toUChars(conv, target, 0, local
47 target=(UChar*)malloc((reqdLen) * U_SIZEOF_UCHAR*2);
48 targetLimit = target + reqdLen;
89 int32_t reqdLen = ucnv_fromUChars(conv, target, 0, local
93 target=(char*)malloc((reqdLen*2));
94 targetLimit = target + reqdLen;

Completed in 76 milliseconds