Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dcmemory.h235 inline T *allocateInsteadAndReset(int32_t newCapacity=1);
258 inline T *LocalMemory<T>::allocateInsteadAndReset(int32_t newCapacity) { in allocateInsteadAndReset() function
Dusprep.cpp334 if(newProfile.allocateInsteadAndReset() == NULL) { in usprep_getProfile()
355 if( key.allocateInsteadAndReset() == NULL || in usprep_getProfile()
Dfilteredbrk.cpp546 partials.allocateInsteadAndReset(subCount); in build()
/external/icu/icu4c/source/test/intltest/
Dcollationtest.cpp1473 dest = mergedKey.allocateInsteadAndReset(mergedKeyCapacity); in getMergedCollationKey()