Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Dcmemory.h226 inline T *allocateInsteadAndCopy(int32_t newCapacity=1, int32_t length=0);
253 inline T *LocalMemory<T>::allocateInsteadAndCopy(int32_t newCapacity, int32_t length) { in allocateInsteadAndCopy() function
Dusprep.cpp356 keyName.allocateInsteadAndCopy(static_cast<int32_t>(uprv_strlen(name)+1)) == NULL || in usprep_getProfile()
358 keyPath.allocateInsteadAndCopy(static_cast<int32_t>(uprv_strlen(path)+1)) == NULL) in usprep_getProfile()
/external/icu/icu4c/source/tools/genrb/
Dparse.cpp982 uint8_t *dest = buffer.allocateInsteadAndCopy(capacity); in addCollation()
996 dest = buffer.allocateInsteadAndCopy(capacity); in addCollation()
1481 if (value.allocateInsteadAndCopy(count) == NULL) in parseBinary()
1611 if(data.allocateInsteadAndCopy(len) == NULL) in parseImport()
/external/icu/icu4c/source/i18n/
Dcollationdatawriter.cpp44 if(buffer.allocateInsteadAndCopy(length, 0) == NULL) { in cloneRuleData()