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

  /external/chromium_org/third_party/icu/source/common/
charstr.cpp 90 int32_t appendCapacity=buffer.getCapacity()-len-1; // -1 for NUL
91 if(appendCapacity>=minCapacity) {
92 resultCapacity=appendCapacity;
  /external/icu/icu4c/source/common/
charstr.cpp 90 int32_t appendCapacity=buffer.getCapacity()-len-1; // -1 for NUL
91 if(appendCapacity>=minCapacity) {
92 resultCapacity=appendCapacity;
  /external/chromium_org/third_party/icu/source/test/intltest/
strtest.cpp 512 int32_t appendCapacity = 0;
513 char *buffer = chStr.getAppendBuffer(5, 10, appendCapacity, errorCode);
  /external/icu/icu4c/source/test/intltest/
strtest.cpp 512 int32_t appendCapacity = 0;
513 char *buffer = chStr.getAppendBuffer(5, 10, appendCapacity, errorCode);
  /prebuilts/misc/common/icu4j/
icu4j.jar 

Completed in 547 milliseconds