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

  /external/chromium_org/third_party/icu/source/common/
cmemory.h 148 inline T *allocateInsteadAndCopy(int32_t newCapacity=1, int32_t length=0);
175 inline T *LocalMemory<T>::allocateInsteadAndCopy(int32_t newCapacity, int32_t length) {
usprep.cpp 364 keyName.allocateInsteadAndCopy(uprv_strlen(name)+1) == NULL ||
366 keyPath.allocateInsteadAndCopy(uprv_strlen(path)+1) == NULL)
  /external/icu4c/common/
cmemory.h 195 inline T *allocateInsteadAndCopy(int32_t newCapacity=1, int32_t length=0);
222 inline T *LocalMemory<T>::allocateInsteadAndCopy(int32_t newCapacity, int32_t length) {
usprep.cpp 361 keyName.allocateInsteadAndCopy(uprv_strlen(name)+1) == NULL ||
363 keyPath.allocateInsteadAndCopy(uprv_strlen(path)+1) == NULL)
  /external/icu4c/i18n/
plurrule.cpp 555 if (NULL == newSampleInfo.allocateInsteadAndCopy(maxIndex)) {
629 if (NULL == values.allocateInsteadAndCopy(sampleCount)) {
    [all...]

Completed in 1462 milliseconds