Home
last modified time | relevance | path

Searched defs:newCapacity (Results 1 – 25 of 31) sorted by relevance

12

/external/icu/icu4c/source/common/
Dcmemory.h207 inline T *LocalMemory<T>::allocateInsteadAndReset(int32_t newCapacity) { in allocateInsteadAndReset()
223 inline T *LocalMemory<T>::allocateInsteadAndCopy(int32_t newCapacity, int32_t length) { in allocateInsteadAndCopy()
364 inline T *MaybeStackArray<T, stackCapacity>::resize(int32_t newCapacity, int32_t length) { in resize()
539 inline H *MaybeStackHeaderAndArray<H, T, stackCapacity>::resize(int32_t newCapacity, in resize()
Ducharstriebuilder.cpp106 int32_t newCapacity; in add() local
326 int32_t newCapacity=ucharsCapacity; in ensureCapacity() local
Dbytestriebuilder.cpp156 int32_t newCapacity; in add() local
378 int32_t newCapacity=bytesCapacity; in ensureCapacity() local
Dustr_wcs.cpp108 int32_t newCapacity = 2 * srcLength; in _strToWCS() local
/external/lzma/CPP/Common/
DBuffer.h27 void SetCapacity(size_t newCapacity) in SetCapacity()
DMyVector.cpp36 void CBaseRecordVector::Reserve(int newCapacity) in Reserve()
DMyString.h162 void SetCapacity(int newCapacity) in SetCapacity()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DUVector64.java38 int newCapacity = buffer.length <= 0xffff ? 4 * buffer.length : 2 * buffer.length; in ensureAppendCapacity() local
DUVector32.java38 int newCapacity = buffer.length <= 0xffff ? 4 * buffer.length : 2 * buffer.length; in ensureAppendCapacity() local
DCollationKeys.java239 int newCapacity = 2 * buffer.length; in ensureCapacity() local
/external/deqp/framework/delibs/depool/
DdePoolArray.c72 int newCapacity = deAlign32(size, 1 << DE_ARRAY_ELEMENTS_PER_PAGE_LOG2); in dePoolArray_reserve() local
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
DIntArrayList.java89 public void ensureCapacity(int newCapacity) { in ensureCapacity()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DCharsTrieBuilder.java139 int newCapacity=chars.length; in ensureCapacity() local
DBytesTrieBuilder.java161 int newCapacity=bytes.length; in ensureCapacity() local
/external/icu/icu4c/source/i18n/
Dsortkey.cpp99 uint8_t *CollationKey::reallocate(int32_t newCapacity, int32_t length) { in reallocate()
Dcollationkeys.cpp185 int32_t newCapacity = 2 * buffer.getCapacity(); in ensureCapacity() local
/external/icu/icu4c/source/layoutex/
DRunArrays.cpp55 void RunArray::grow(le_int32 newCapacity) in grow()
/external/guava/guava/src/com/google/common/collect/
DImmutableCollection.java223 int newCapacity = oldCapacity + (oldCapacity >> 1) + 1; in expandedCapacity() local
DMinMaxPriorityQueue.java919 int newCapacity = calculateNewCapacity(); in growIfNeeded() local
929 int newCapacity = (oldCapacity < 64) in calculateNewCapacity() local
/external/jmonkeyengine/engine/src/core/com/jme3/util/
DIntMap.java142 int newCapacity = 2 * capacity; in put() local
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DExpandedNameTable.java250 int newCapacity = 2 * oldCapacity + 1; in rehash() local
/external/skia/src/core/
DSkTDynamicHash.h249 void resize(int newCapacity) { in resize()
/external/icu/icu4c/source/tools/toolutil/
Dtoolutil.cpp295 int32_t newCapacity; in utm_hasCapacity() local
/external/deqp/framework/delibs/decpp/
DdePoolArray.hpp290 deUintptr newCapacity = (deUintptr)deAlignPtr((void*)capacity, 1 << ELEMENTS_PER_PAGE_LOG2); in reserve() local
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DRuleBasedCollator.java1135 int newCapacity = 2 * buffer_.length; in Resize() local

12