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

  /external/chromium_org/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);
uts46.cpp 431 int32_t destCapacity;
433 stackArray, LENGTHOF(stackArray), &destCapacity);
    [all...]
  /external/icu4c/common/
ubidiwrt.c 359 int32_t length, destCapacity;
394 /* destSize shrinks, later destination length=destCapacity-destSize */
396 destCapacity=destSize;
642 return u_terminateUChars(saveDest, destCapacity, destCapacity-destSize, pErrorCode);
uts46.cpp 437 int32_t destCapacity;
439 stackArray, LENGTHOF(stackArray), &destCapacity);
    [all...]
  /external/chromium_org/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;
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /prebuilts/tools/common/m2/internal/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 727 milliseconds