Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dcmemory.h214 inline T *allocateInsteadAndReset(int32_t newCapacity=1);
237 inline T *LocalMemory<T>::allocateInsteadAndReset(int32_t newCapacity) { in allocateInsteadAndReset() function
Dusprep.cpp338 if(newProfile.allocateInsteadAndReset() == NULL) { in usprep_getProfile()
355 if( key.allocateInsteadAndReset() == NULL || in usprep_getProfile()
Dlocid.cpp961 if (scratch.allocateInsteadAndReset(scratch_capacity) == nullptr) { in toLanguageTag()
1425 if (scratch.allocateInsteadAndReset(scratch_capacity) == nullptr) { in getKeywordValue()
Dfilteredbrk.cpp580 partials.allocateInsteadAndReset(subCount); in build()
Duloc.cpp2452 if (strs.allocateInsteadAndReset(n) == NULL) { in uloc_acceptLanguageFromHTTP()
/external/icu/icu4c/source/i18n/
Ddtptngen.cpp519 if (list.allocateInsteadAndReset(2) == nullptr) { in put()
529 if (list.allocateInsteadAndReset(length + 1) == nullptr) { in put()
/external/icu/icu4c/source/test/intltest/
Dcollationtest.cpp1471 dest = mergedKey.allocateInsteadAndReset(mergedKeyCapacity); in getMergedCollationKey()