HomeSort by relevance Sort by last modified time
    Searched full:reqdlen (Results 1 - 2 of 2) sorted by null

  /external/chromium/third_party/icu/source/test/perf/convperf/
convperf.h 43 int32_t reqdLen = ucnv_toUChars(conv, target, 0,
47 target=(UChar*)malloc((reqdLen) * U_SIZEOF_UCHAR*2);
48 targetLimit = target + reqdLen;
89 int32_t reqdLen = ucnv_fromUChars(conv, target, 0,
93 target=(char*)malloc((reqdLen*2));
94 targetLimit = target + reqdLen;
  /external/icu4c/test/perf/convperf/
convperf.h 43 int32_t reqdLen = ucnv_toUChars(conv, target, 0,
47 target=(UChar*)malloc((reqdLen) * U_SIZEOF_UCHAR*2);
48 targetLimit = target + reqdLen;
89 int32_t reqdLen = ucnv_fromUChars(conv, target, 0,
93 target=(char*)malloc((reqdLen*2));
94 targetLimit = target + reqdLen;

Completed in 90 milliseconds