HomeSort by relevance Sort by last modified time
    Searched defs:allocateInsteadAndCopy (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/common/
cmemory.h 195 inline T *allocateInsteadAndCopy(int32_t newCapacity=1, int32_t length=0);
222 inline T *LocalMemory<T>::allocateInsteadAndCopy(int32_t newCapacity, int32_t length) {
  /external/icu/icu4c/source/common/
cmemory.h 195 inline T *allocateInsteadAndCopy(int32_t newCapacity=1, int32_t length=0);
222 inline T *LocalMemory<T>::allocateInsteadAndCopy(int32_t newCapacity, int32_t length) {

Completed in 431 milliseconds