Home
last modified time | relevance | path

Searched refs:allocateInsteadAndCopy (Results 1 – 3 of 3) sorted by relevance

/external/icu4c/common/
Dcmemory.h148 inline T *allocateInsteadAndCopy(int32_t newCapacity=1, int32_t length=0);
175 inline T *LocalMemory<T>::allocateInsteadAndCopy(int32_t newCapacity, int32_t length) { in allocateInsteadAndCopy() function
Dusprep.cpp364 keyName.allocateInsteadAndCopy(uprv_strlen(name)+1) == NULL || in usprep_getProfile()
366 keyPath.allocateInsteadAndCopy(uprv_strlen(path)+1) == NULL) in usprep_getProfile()
/external/icu4c/i18n/
Dplurrule.cpp544 if (NULL == newSampleInfo.allocateInsteadAndCopy(maxIndex)) { in initSamples()
618 if (NULL == values.allocateInsteadAndCopy(sampleCount)) { in initSamples()