Searched refs:allocateInsteadAndCopy (Results 1 – 4 of 4) sorted by relevance
196 inline T *allocateInsteadAndCopy(int32_t newCapacity=1, int32_t length=0);223 inline T *LocalMemory<T>::allocateInsteadAndCopy(int32_t newCapacity, int32_t length) { in allocateInsteadAndCopy() function
356 keyName.allocateInsteadAndCopy(uprv_strlen(name)+1) == NULL || in usprep_getProfile()358 keyPath.allocateInsteadAndCopy(uprv_strlen(path)+1) == NULL) in usprep_getProfile()
42 if(buffer.allocateInsteadAndCopy(length, 0) == NULL) { in cloneRuleData()
1038 uint8_t *dest = buffer.allocateInsteadAndCopy(capacity); in addCollation()1052 dest = buffer.allocateInsteadAndCopy(capacity); in addCollation()