HomeSort by relevance Sort by last modified time
    Searched defs:destCapacity (Results 1 - 5 of 5) sorted by null

  /external/icu/icu4c/source/common/
ubidiwrt.cpp 356 int32_t length, destCapacity;
391 /* destSize shrinks, later destination length=destCapacity-destSize */
393 destCapacity=destSize;
639 return u_terminateUChars(saveDest, destCapacity, destCapacity-destSize, pErrorCode);
uts46.cpp 431 int32_t destCapacity;
433 stackArray, UPRV_LENGTHOF(stackArray), &destCapacity);
    [all...]
  /external/icu/icu4c/source/test/perf/utrie2perf/
utrie2perf.cpp 179 destCapacity=unorm_normalize(testcase.getBuffer(), testcase.getBufferLen(),
183 dest=new UChar[destCapacity];
196 dest, destCapacity,
198 if(U_FAILURE(errorCode) || destLength!=destCapacity) {
206 int32_t destCapacity;
  /external/sfntly/cpp/src/sample/chromium/
subsetter_impl.cc 89 int32_t destCapacity = srcLength + 1;
90 UChar* buffer = new UChar[destCapacity];
97 u_strFromUTF8WithSub(buffer, destCapacity, &destLength, src, srcLength,
  /external/cldr/tools/java/libs/
icu4j.jar 

Completed in 362 milliseconds