Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/common/
H A Dcmemory.h267 inline T *allocateInsteadAndCopy(int32_t newCapacity=1, int32_t length=0);
294 inline T *LocalMemory<T>::allocateInsteadAndCopy(int32_t newCapacity, int32_t length) { in allocateInsteadAndCopy() function in LocalMemory
H A Dusprep.cpp355 keyName.allocateInsteadAndCopy(static_cast<int32_t>(uprv_strlen(name)+1)) == NULL || in usprep_getProfile()
357 keyPath.allocateInsteadAndCopy(static_cast<int32_t>(uprv_strlen(path)+1)) == NULL) in usprep_getProfile()
H A Dlocid.cpp709 const char** rawTypes = types.allocateInsteadAndCopy(length); in readAlias()
714 int32_t* rawIndexes = replacementIndexes.allocateInsteadAndCopy(length); in readAlias()
/third_party/node/deps/icu-small/source/common/
H A Dusprep.cpp355 keyName.allocateInsteadAndCopy(static_cast<int32_t>(uprv_strlen(name)+1)) == nullptr || in usprep_getProfile()
357 keyPath.allocateInsteadAndCopy(static_cast<int32_t>(uprv_strlen(path)+1)) == nullptr) in usprep_getProfile()
H A Dcmemory.h267 inline T *allocateInsteadAndCopy(int32_t newCapacity=1, int32_t length=0);
294 inline T *LocalMemory<T>::allocateInsteadAndCopy(int32_t newCapacity, int32_t length) { in allocateInsteadAndCopy() function in LocalMemory
H A Dlocid.cpp709 const char** rawTypes = types.allocateInsteadAndCopy(length); in readAlias()
714 int32_t* rawIndexes = replacementIndexes.allocateInsteadAndCopy(length); in readAlias()
/third_party/skia/third_party/externals/icu/source/common/
H A Dcmemory.h267 inline T *allocateInsteadAndCopy(int32_t newCapacity=1, int32_t length=0);
294 inline T *LocalMemory<T>::allocateInsteadAndCopy(int32_t newCapacity, int32_t length) { in allocateInsteadAndCopy() function in LocalMemory
H A Dusprep.cpp355 keyName.allocateInsteadAndCopy(static_cast<int32_t>(uprv_strlen(name)+1)) == NULL || in usprep_getProfile()
357 keyPath.allocateInsteadAndCopy(static_cast<int32_t>(uprv_strlen(path)+1)) == NULL) in usprep_getProfile()
H A Dlocid.cpp729 const char** rawTypes = types.allocateInsteadAndCopy(length); in readAlias()
734 int32_t* rawIndexes = replacementIndexes.allocateInsteadAndCopy(length); in readAlias()
/third_party/icu/icu4c/source/tools/genrb/
H A Dparse.cpp1330 uint8_t *dest = buffer.allocateInsteadAndCopy(capacity); in addCollation()
1344 dest = buffer.allocateInsteadAndCopy(capacity); in addCollation()
1824 if (stringLength > 0 && value.allocateInsteadAndCopy(stringLength) == NULL) in parseBinary()
1956 if(data.allocateInsteadAndCopy(len) == NULL) in parseImport()
/third_party/node/deps/icu-small/source/tools/genrb/
H A Dparse.cpp1330 uint8_t *dest = buffer.allocateInsteadAndCopy(capacity); in addCollation()
1344 dest = buffer.allocateInsteadAndCopy(capacity); in addCollation()
1824 if (stringLength > 0 && value.allocateInsteadAndCopy(stringLength) == nullptr) in parseBinary()
1956 if(data.allocateInsteadAndCopy(len) == nullptr) in parseImport()
/third_party/skia/third_party/externals/icu/source/tools/genrb/
H A Dparse.cpp982 uint8_t *dest = buffer.allocateInsteadAndCopy(capacity); in addCollation()
996 dest = buffer.allocateInsteadAndCopy(capacity); in addCollation()
1476 if (stringLength > 0 && value.allocateInsteadAndCopy(stringLength) == NULL) in parseBinary()
1608 if(data.allocateInsteadAndCopy(len) == NULL) in parseImport()
/third_party/icu/icu4c/source/i18n/
H A Dcollationdatawriter.cpp44 if(buffer.allocateInsteadAndCopy(length, 0) == NULL) { in cloneRuleData()
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationdatawriter.cpp44 if(buffer.allocateInsteadAndCopy(length, 0) == nullptr) { in cloneRuleData()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationdatawriter.cpp44 if(buffer.allocateInsteadAndCopy(length, 0) == NULL) { in cloneRuleData()
/third_party/icu/tools/unicode/c/genuca/
H A Dgenuca.cpp1127 uint8_t *dest = buffer.allocateInsteadAndCopy(capacity); in buildAndWriteBaseData()

Completed in 37 milliseconds