Home
last modified time | relevance | path

Searched refs:LocalMemory (Results 1 – 7 of 7) sorted by relevance

/external/icu/icu4c/source/common/
Dcmemory.h154 class LocalMemory : public LocalPointerBase<T> {
160 explicit LocalMemory(T *p=NULL) : LocalPointerBase<T>(p) {}
166 LocalMemory(LocalMemory<T> &&src) U_NOEXCEPT : LocalPointerBase<T>(src.ptr) { in LocalMemory() function
173 ~LocalMemory() { in ~LocalMemory()
183 LocalMemory<T> &operator=(LocalMemory<T> &&src) U_NOEXCEPT {
195 LocalMemory<T> &moveFrom(LocalMemory<T> &src) U_NOEXCEPT { in moveFrom()
205 void swap(LocalMemory<T> &other) U_NOEXCEPT { in swap()
215 friend inline void swap(LocalMemory<T> &p1, LocalMemory<T> &p2) U_NOEXCEPT { in swap()
258 inline T *LocalMemory<T>::allocateInsteadAndReset(int32_t newCapacity) { in allocateInsteadAndReset()
274 inline T *LocalMemory<T>::allocateInsteadAndCopy(int32_t newCapacity, int32_t length) { in allocateInsteadAndCopy()
Dusprep.cpp333 LocalMemory<UStringPrepProfile> newProfile; in usprep_getProfile()
352 LocalMemory<UStringPrepKey> key; in usprep_getProfile()
353 LocalMemory<char> keyName; in usprep_getProfile()
354 LocalMemory<char> keyPath; in usprep_getProfile()
Dfilteredbrk.cpp545 LocalMemory<int> partials; in build()
/external/icu/icu4c/source/tools/genrb/
Dparse.cpp78 using icu::LocalMemory;
978 icu::LocalMemory<uint8_t> buffer; in addCollation()
1454 LocalMemory<char> string(getInvariantString(state, &line, NULL, status)); in parseBinary()
1473 LocalMemory<uint8_t> value; in parseBinary()
1567 LocalMemory<char> filename(getInvariantString(state, &line, NULL, status)); in parseImport()
1603 LocalMemory<uint8_t> data; in parseImport()
/external/icu/icu4c/source/i18n/
Dcollationdatawriter.cpp35 LocalMemory<uint8_t> buffer((uint8_t *)uprv_malloc(20000)); in cloneRuleData()
/external/icu/icu4c/source/tools/toolutil/
Dpackage.cpp329 icu::LocalMemory<uint8_t> data((uint8_t *)uprv_malloc(length)); in readFile()
/external/icu/icu4c/source/test/intltest/
Dcollationtest.cpp1438 LocalMemory<uint8_t> mergedKey; in getMergedCollationKey()