Home
last modified time | relevance | path

Searched defs:minCapacity (Results 1 – 10 of 10) sorted by relevance

/external/srec/portable/include/
DArrayListImpl.h59 size_t minCapacity; member
/external/chromium_org/third_party/icu/source/common/
Dappendable.cpp58 Appendable::getAppendBuffer(int32_t minCapacity, in getAppendBuffer() argument
Dcharstr.cpp82 char *CharString::getAppendBuffer(int32_t minCapacity, in getAppendBuffer()
Dunistr.cpp1604 UnicodeString::getBuffer(int32_t minCapacity) { in getBuffer()
1772 UnicodeStringAppendable::getAppendBuffer(int32_t minCapacity, in getAppendBuffer()
/external/icu/icu4c/source/common/
Dappendable.cpp58 Appendable::getAppendBuffer(int32_t minCapacity, in getAppendBuffer() argument
Dcharstr.cpp82 char *CharString::getAppendBuffer(int32_t minCapacity, in getAppendBuffer()
Dunistr.cpp1604 UnicodeString::getBuffer(int32_t minCapacity) { in getBuffer()
1772 UnicodeStringAppendable::getAppendBuffer(int32_t minCapacity, in getAppendBuffer()
/external/srec/portable/src/
DArrayListImpl.c29 ESR_ReturnCode ArrayListCreateWithCapacity(ArrayList **self, size_t minCapacity) in ArrayListCreateWithCapacity()
/external/icu/icu4c/source/test/intltest/
Dcollationtest.cpp1383 int32_t minCapacity = key1Length + key2Length; in getCollationKey() local
/external/chromium_org/third_party/icu/source/i18n/
Ducol.cpp305 ensureCEsCapacity(collIterate *data, int32_t minCapacity) { in ensureCEsCapacity()