Home
last modified time | relevance | path

Searched refs:allocateInsteadAndReset (Results 1 - 13 of 13) sorted by relevance

/third_party/icu/icu4c/source/common/
H A Dcmemory.h255 inline T *allocateInsteadAndReset(int32_t newCapacity=1);
278 inline T *LocalMemory<T>::allocateInsteadAndReset(int32_t newCapacity) { in allocateInsteadAndReset() function in LocalMemory
H A Dusprep.cpp337 if(newProfile.allocateInsteadAndReset() == NULL) { in usprep_getProfile()
354 if( key.allocateInsteadAndReset() == NULL || in usprep_getProfile()
H A Dfilteredbrk.cpp606 partials.allocateInsteadAndReset(subCount); in build()
/third_party/node/deps/icu-small/source/common/
H A Dusprep.cpp337 if(newProfile.allocateInsteadAndReset() == nullptr) { in usprep_getProfile()
354 if( key.allocateInsteadAndReset() == nullptr || in usprep_getProfile()
H A Dcmemory.h255 inline T *allocateInsteadAndReset(int32_t newCapacity=1);
278 inline T *LocalMemory<T>::allocateInsteadAndReset(int32_t newCapacity) { in allocateInsteadAndReset() function in LocalMemory
H A Dfilteredbrk.cpp606 partials.allocateInsteadAndReset(subCount); in build()
/third_party/skia/third_party/externals/icu/source/common/
H A Dcmemory.h255 inline T *allocateInsteadAndReset(int32_t newCapacity=1);
278 inline T *LocalMemory<T>::allocateInsteadAndReset(int32_t newCapacity) { in allocateInsteadAndReset() function in LocalMemory
H A Dusprep.cpp337 if(newProfile.allocateInsteadAndReset() == NULL) { in usprep_getProfile()
354 if( key.allocateInsteadAndReset() == NULL || in usprep_getProfile()
H A Dfilteredbrk.cpp607 partials.allocateInsteadAndReset(subCount); in build()
/third_party/icu/icu4c/source/i18n/
H A Ddtptngen.cpp552 if (list.allocateInsteadAndReset(length + 1) == nullptr) {
561 if (list.allocateInsteadAndReset(length + 1) == nullptr) {
579 if (list.allocateInsteadAndReset(length + 1) == nullptr) {
/third_party/node/deps/icu-small/source/i18n/
H A Ddtptngen.cpp555 if (list.allocateInsteadAndReset(length + 1) == nullptr) {
564 if (list.allocateInsteadAndReset(length + 1) == nullptr) {
582 if (list.allocateInsteadAndReset(length + 1) == nullptr) {
/third_party/skia/third_party/externals/icu/source/i18n/
H A Ddtptngen.cpp545 if (list.allocateInsteadAndReset(length + 1) == nullptr) { in put()
554 if (list.allocateInsteadAndReset(length + 1) == nullptr) { in put()
572 if (list.allocateInsteadAndReset(length + 1) == nullptr) { in put()
/third_party/icu/icu4c/source/test/intltest/
H A Dcollationtest.cpp1476 dest = mergedKey.allocateInsteadAndReset(mergedKeyCapacity);

Completed in 27 milliseconds