HomeSort by relevance Sort by last modified time
    Searched refs:allocateInsteadAndReset (Results 1 - 3 of 3) sorted by null

  /external/icu4c/common/
cmemory.h 136 inline T *allocateInsteadAndReset(int32_t newCapacity=1);
159 inline T *LocalMemory<T>::allocateInsteadAndReset(int32_t newCapacity) {
usprep.cpp 342 if(newProfile.allocateInsteadAndReset() == NULL) {
363 if( key.allocateInsteadAndReset() == NULL ||
propname.cpp 649 if(temp.allocateInsteadAndReset(aliases.total_size)==NULL) {

Completed in 146 milliseconds