Home
last modified time | relevance | path

Searched refs:allocateInsteadAndReset (Results 1 – 6 of 6) sorted by relevance

/external/icu/icu4c/source/common/
Dcmemory.h239 inline T *allocateInsteadAndReset(int32_t newCapacity=1);
262 inline T *LocalMemory<T>::allocateInsteadAndReset(int32_t newCapacity) { in allocateInsteadAndReset() function
Dusprep.cpp336 if(newProfile.allocateInsteadAndReset() == NULL) { in usprep_getProfile()
357 if( key.allocateInsteadAndReset() == NULL || in usprep_getProfile()
Dfilteredbrk.cpp580 partials.allocateInsteadAndReset(subCount); in build()
Duloc.cpp2385 if (strs.allocateInsteadAndReset(n) == NULL) { in uloc_acceptLanguageFromHTTP()
/external/icu/icu4c/source/i18n/
Ddtptngen.cpp450 if (list.allocateInsteadAndReset(2) == NULL) { in put()
460 if (list.allocateInsteadAndReset(length + 1) == NULL) { in put()
/external/icu/icu4c/source/test/intltest/
Dcollationtest.cpp1475 dest = mergedKey.allocateInsteadAndReset(mergedKeyCapacity); in getMergedCollationKey()