Searched refs:allocateInsteadAndReset (Results 1 – 7 of 7) sorted by relevance
214 inline T *allocateInsteadAndReset(int32_t newCapacity=1);237 inline T *LocalMemory<T>::allocateInsteadAndReset(int32_t newCapacity) { in allocateInsteadAndReset() function
338 if(newProfile.allocateInsteadAndReset() == NULL) { in usprep_getProfile()355 if( key.allocateInsteadAndReset() == NULL || in usprep_getProfile()
961 if (scratch.allocateInsteadAndReset(scratch_capacity) == nullptr) { in toLanguageTag()1425 if (scratch.allocateInsteadAndReset(scratch_capacity) == nullptr) { in getKeywordValue()
580 partials.allocateInsteadAndReset(subCount); in build()
2452 if (strs.allocateInsteadAndReset(n) == NULL) { in uloc_acceptLanguageFromHTTP()
519 if (list.allocateInsteadAndReset(2) == nullptr) { in put()529 if (list.allocateInsteadAndReset(length + 1) == nullptr) { in put()
1471 dest = mergedKey.allocateInsteadAndReset(mergedKeyCapacity); in getMergedCollationKey()