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

  /external/chromium_org/third_party/icu/source/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) {
  /external/icu4c/common/
cmemory.h 183 inline T *allocateInsteadAndReset(int32_t newCapacity=1);
206 inline T *LocalMemory<T>::allocateInsteadAndReset(int32_t newCapacity) {
usprep.cpp 339 if(newProfile.allocateInsteadAndReset() == NULL) {
360 if( key.allocateInsteadAndReset() == NULL ||

Completed in 43 milliseconds