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

  /external/icu4c/common/
cmemory.h 148 inline T *allocateInsteadAndCopy(int32_t newCapacity=1, int32_t length=0);
175 inline T *LocalMemory<T>::allocateInsteadAndCopy(int32_t newCapacity, int32_t length) {
usprep.cpp 364 keyName.allocateInsteadAndCopy(uprv_strlen(name)+1) == NULL ||
366 keyPath.allocateInsteadAndCopy(uprv_strlen(path)+1) == NULL)
  /external/icu4c/i18n/
plurrule.cpp 544 if (NULL == newSampleInfo.allocateInsteadAndCopy(maxIndex)) {
618 if (NULL == values.allocateInsteadAndCopy(sampleCount)) {
    [all...]

Completed in 34 milliseconds