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

  /external/icu/icu4c/source/common/
cmemory.h 154 class LocalMemory : public LocalPointerBase<T> {
160 explicit LocalMemory(T *p=NULL) : LocalPointerBase<T>(p) {}
164 ~LocalMemory() {
193 * which the caller must track because the LocalMemory does not track it
207 inline T *LocalMemory<T>::allocateInsteadAndReset(int32_t newCapacity) {
223 inline T *LocalMemory<T>::allocateInsteadAndCopy(int32_t newCapacity, int32_t length) {
250 * Unlike LocalMemory and LocalArray, this class never adopts
425 * Unlike LocalMemory and LocalArray, this class never adopts
usprep.cpp 333 LocalMemory<UStringPrepProfile> newProfile;
352 LocalMemory<UStringPrepKey> key;
353 LocalMemory<char> keyName;
354 LocalMemory<char> keyPath;
  /external/icu/icu4c/source/i18n/
collationdatawriter.cpp 35 LocalMemory<uint8_t> buffer((uint8_t *)uprv_malloc(20000));
filteredbrk.cpp 392 LocalMemory<int> partials;
  /external/icu/icu4c/source/tools/genrb/
parse.cpp 1036 icu::LocalMemory<uint8_t> buffer;
    [all...]
  /external/icu/icu4c/source/test/intltest/
collationtest.cpp     [all...]

Completed in 172 milliseconds