Home
last modified time | relevance | path

Searched defs:newCapacity (Results 1 - 25 of 48) sorted by relevance

12

/third_party/icu/icu4c/source/common/
H A Dulocimp.h364 int32_t newCapacity = requestedCapacity + 2; // one for the terminating null, one just for paranoia in needToTryAgain() local
H A Dlocaleprioritylist.cpp215 int32_t newCapacity = listLength < 50 ? 100 : 4 * listLength; in add() local
H A Dedits.cpp217 int32_t newCapacity; in growArray() local
H A Dustr_wcs.cpp110 int32_t newCapacity = 2 * srcLength; in _strToWCS() local
H A Dbytestriebuilder.cpp158 int32_t newCapacity; in add() local
381 int32_t newCapacity=bytesCapacity; in ensureCapacity() local
[all...]
H A Dcmemory.h278 inline T *LocalMemory<T>::allocateInsteadAndReset(int32_t newCapacity) { in allocateInsteadAndReset() argument
294 inline T *LocalMemory<T>::allocateInsteadAndCopy(int32_t newCapacity, int32_t length) { in allocateInsteadAndCopy() argument
350 MaybeStackArray(int32_t newCapacity, UErrorCode status) MaybeStackArray() argument
505 resize(int32_t newCapacity, int32_t length) resize() argument
676 resize(int32_t newCapacity, int32_t length) resize() argument
[all...]
H A Ducharstriebuilder.cpp108 int32_t newCapacity; in add() local
328 int32_t newCapacity=ucharsCapacity; in ensureCapacity() local
[all...]
/third_party/vk-gl-cts/framework/delibs/depool/
H A DdePoolArray.c72 int newCapacity = deAlign32(size, 1 << DE_ARRAY_ELEMENTS_PER_PAGE_LOG2); in dePoolArray_reserve() local
/third_party/icu/icu4c/source/layoutex/
H A DRunArrays.cpp57 void RunArray::grow(le_int32 newCapacity) in grow() argument
/third_party/icu/icu4c/source/i18n/
H A Dsortkey.cpp101 uint8_t *CollationKey::reallocate(int32_t newCapacity, int32_t length) { in reallocate() argument
H A Dformatted_string_builder.cpp305 int32_t newCapacity = newLength * 2; in prepareForInsertHelper() local
H A Dcollationkeys.cpp187 int32_t newCapacity = 2 * buffer.getCapacity(); in ensureCapacity() local
/third_party/node/deps/icu-small/source/common/
H A Dlocaleprioritylist.cpp215 int32_t newCapacity = listLength < 50 ? 100 : 4 * listLength; in add() local
H A Dustr_wcs.cpp110 int32_t newCapacity = 2 * srcLength; in _strToWCS() local
H A Dedits.cpp217 int32_t newCapacity; in growArray() local
/third_party/node/deps/icu-small/source/i18n/
H A Dsortkey.cpp101 uint8_t *CollationKey::reallocate(int32_t newCapacity, int32_t length) { in reallocate() argument
H A Dformatted_string_builder.cpp305 int32_t newCapacity = newLength * 2; in prepareForInsertHelper() local
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dsortkey.cpp101 uint8_t *CollationKey::reallocate(int32_t newCapacity, int32_t length) { in reallocate() argument
H A Dformatted_string_builder.cpp284 int32_t newCapacity = (fLength + count) * 2; in prepareForInsertHelper() local
/third_party/skia/third_party/externals/icu/source/common/
H A Dlocaleprioritylist.cpp215 int32_t newCapacity = listLength < 50 ? 100 : 4 * listLength; in add() local
H A Dedits.cpp217 int32_t newCapacity; in growArray() local
H A Dustr_wcs.cpp110 int32_t newCapacity = 2 * srcLength; in _strToWCS() local
/third_party/node/deps/icu-small/source/tools/toolutil/
H A Dtoolutil.cpp321 int32_t newCapacity; in utm_hasCapacity() local
/third_party/icu/icu4c/source/tools/toolutil/
H A Dtoolutil.cpp321 int32_t newCapacity; in utm_hasCapacity() local
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
H A Dtoolutil.cpp296 int32_t newCapacity; in utm_hasCapacity() local

Completed in 17 milliseconds

12