Searched refs:allocateInsteadAndCopy (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/common/
H A 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) { function in class:LocalMemory
H A Dusprep.cpp364 keyName.allocateInsteadAndCopy(uprv_strlen(name)+1) == NULL ||
366 keyPath.allocateInsteadAndCopy(uprv_strlen(path)+1) == NULL)

Completed in 179 milliseconds