Searched refs:LocalMemory (Results 1 - 10 of 10) sorted by relevance

/external/icu/icu4c/source/common/
H A Dcmemory.h156 class LocalMemory : public LocalPointerBase<T> { class in inherits:LocalPointerBase
164 explicit LocalMemory(T *p=NULL) : LocalPointerBase<T>(p) {} function in class:LocalMemory
170 LocalMemory(LocalMemory<T> &&src) U_NOEXCEPT : LocalPointerBase<T>(src.ptr) {
177 ~LocalMemory() {
187 LocalMemory<T> &operator=(LocalMemory<T> &&src) U_NOEXCEPT {
199 LocalMemory<T> &moveFrom(LocalMemory<T> &src) U_NOEXCEPT {
209 void swap(LocalMemory<
[all...]
H A Dusprep.cpp335 LocalMemory<UStringPrepProfile> newProfile;
354 LocalMemory<UStringPrepKey> key;
355 LocalMemory<char> keyName;
356 LocalMemory<char> keyPath;
H A Dfilteredbrk.cpp579 LocalMemory<int> partials;
H A Duloc.cpp2384 LocalMemory<const char*> strs(NULL);
/external/icu/icu4c/source/tools/genrb/
H A Dparse.cpp80 using icu::LocalMemory;
980 icu::LocalMemory<uint8_t> buffer;
1456 LocalMemory<char> string(getInvariantString(state, &line, NULL, status));
1475 LocalMemory<uint8_t> value;
1569 LocalMemory<char> filename(getInvariantString(state, &line, NULL, status));
1605 LocalMemory<uint8_t> data;
/external/icu/icu4c/source/i18n/
H A Dtmutfmt.cpp434 LocalMemory<MessageFormat *> localFormatters(
582 LocalMemory<MessageFormat *> localFormatters(
653 LocalMemory<MessageFormat *> localFormatters (
H A Dcollationdatawriter.cpp37 LocalMemory<uint8_t> buffer((uint8_t *)uprv_malloc(20000));
H A Ddtptngen.cpp447 LocalMemory<int32_t> list;
/external/icu/icu4c/source/tools/toolutil/
H A Dpackage.cpp331 icu::LocalMemory<uint8_t> data((uint8_t *)uprv_malloc(length));
/external/icu/icu4c/source/test/intltest/
H A Dcollationtest.cpp1440 LocalMemory<uint8_t> mergedKey;

Completed in 2097 milliseconds