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

  /external/chromium_org/third_party/icu/source/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 355 keyName.allocateInsteadAndCopy(uprv_strlen(name)+1) == NULL ||
357 keyPath.allocateInsteadAndCopy(uprv_strlen(path)+1) == NULL)
  /external/icu/icu4c/source/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 355 keyName.allocateInsteadAndCopy(uprv_strlen(name)+1) == NULL ||
357 keyPath.allocateInsteadAndCopy(uprv_strlen(path)+1) == NULL)
  /external/icu/icu4c/source/i18n/
collationdatawriter.cpp 42 if(buffer.allocateInsteadAndCopy(length, 0) == NULL) {
  /external/chromium_org/third_party/icu/source/i18n/
tblcoll.cpp 466 if (buffer.allocateInsteadAndCopy(length, 0) == NULL) {
  /external/icu/icu4c/source/tools/genrb/
parse.cpp 1026 uint8_t *dest = buffer.allocateInsteadAndCopy(capacity);
1040 dest = buffer.allocateInsteadAndCopy(capacity);
    [all...]

Completed in 281 milliseconds