HomeSort by relevance Sort by last modified time
    Searched refs:allocateInsteadAndReset (Results 1 - 6 of 6) 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/icu/icu4c/source/common/
cmemory.h 183 inline T *allocateInsteadAndReset(int32_t newCapacity=1);
206 inline T *LocalMemory<T>::allocateInsteadAndReset(int32_t newCapacity) {
usprep.cpp 333 if(newProfile.allocateInsteadAndReset() == NULL) {
354 if( key.allocateInsteadAndReset() == NULL ||
  /external/icu/icu4c/source/test/intltest/
collationtest.cpp     [all...]

Completed in 417 milliseconds