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

  /external/icu/icu4c/source/common/
cmemory.h 239 inline T *allocateInsteadAndReset(int32_t newCapacity=1);
262 inline T *LocalMemory<T>::allocateInsteadAndReset(int32_t newCapacity) {
usprep.cpp 336 if(newProfile.allocateInsteadAndReset() == NULL) {
357 if( key.allocateInsteadAndReset() == NULL ||
filteredbrk.cpp 580 partials.allocateInsteadAndReset(subCount);
uloc.cpp     [all...]
  /external/icu/icu4c/source/i18n/
dtptngen.cpp 450 if (list.allocateInsteadAndReset(2) == NULL) {
460 if (list.allocateInsteadAndReset(length + 1) == NULL) {
    [all...]
  /external/icu/icu4c/source/test/intltest/
collationtest.cpp     [all...]

Completed in 357 milliseconds