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

/external/chromium_org/third_party/icu/source/common/
H A Dcmemory.h195 inline T *allocateInsteadAndCopy(int32_t newCapacity=1, int32_t length=0);
222 inline T *LocalMemory<T>::allocateInsteadAndCopy(int32_t newCapacity, int32_t length) { function in class:LocalMemory
/external/icu/icu4c/source/common/
H A Dcmemory.h195 inline T *allocateInsteadAndCopy(int32_t newCapacity=1, int32_t length=0);
222 inline T *LocalMemory<T>::allocateInsteadAndCopy(int32_t newCapacity, int32_t length) { function in class:LocalMemory

Completed in 5645 milliseconds