Searched refs:LocalMemory (Results 1 – 7 of 7) sorted by relevance
154 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() function173 ~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()
333 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()
545 LocalMemory<int> partials; in build()
78 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()
35 LocalMemory<uint8_t> buffer((uint8_t *)uprv_malloc(20000)); in cloneRuleData()
329 icu::LocalMemory<uint8_t> data((uint8_t *)uprv_malloc(length)); in readFile()
1438 LocalMemory<uint8_t> mergedKey; in getMergedCollationKey()