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

  /external/chromium/third_party/icu/source/common/
ubidiwrt.c 358 int32_t length, destCapacity;
393 /* destSize shrinks, later destination length=destCapacity-destSize */
395 destCapacity=destSize;
629 return u_terminateUChars(saveDest, destCapacity, destCapacity-destSize, pErrorCode);
  /external/icu4c/common/
ubidiwrt.c 358 int32_t length, destCapacity;
393 /* destSize shrinks, later destination length=destCapacity-destSize */
395 destCapacity=destSize;
629 return u_terminateUChars(saveDest, destCapacity, destCapacity-destSize, pErrorCode);
  /external/chromium/third_party/icu/source/test/perf/utrie2perf/
utrie2perf.cpp 177 destCapacity=unorm_normalize(testcase.getBuffer(), testcase.getBufferLen(),
181 dest=new UChar[destCapacity];
194 dest, destCapacity,
196 if(U_FAILURE(errorCode) || destLength!=destCapacity) {
204 int32_t destCapacity;
  /external/icu4c/test/perf/utrie2perf/
utrie2perf.cpp 177 destCapacity=unorm_normalize(testcase.getBuffer(), testcase.getBufferLen(),
181 dest=new UChar[destCapacity];
194 dest, destCapacity,
196 if(U_FAILURE(errorCode) || destLength!=destCapacity) {
204 int32_t destCapacity;

Completed in 59 milliseconds