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

  /external/icu/icu4c/source/common/
cmemory.h 156 class LocalMemory : public LocalPointerBase<T> {
164 explicit LocalMemory(T *p=NULL) : LocalPointerBase<T>(p) {}
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<T> &other) U_NOEXCEPT
    [all...]
usprep.cpp 335 LocalMemory<UStringPrepProfile> newProfile;
354 LocalMemory<UStringPrepKey> key;
355 LocalMemory<char> keyName;
356 LocalMemory<char> keyPath;
filteredbrk.cpp 579 LocalMemory<int> partials;
uloc.cpp     [all...]
  /external/icu/icu4c/source/tools/genrb/
parse.cpp 80 using icu::LocalMemory;
980 icu::LocalMemory<uint8_t> buffer;
    [all...]
  /external/icu/icu4c/source/i18n/
tmutfmt.cpp 434 LocalMemory<MessageFormat *> localFormatters(
582 LocalMemory<MessageFormat *> localFormatters(
653 LocalMemory<MessageFormat *> localFormatters (
collationdatawriter.cpp 37 LocalMemory<uint8_t> buffer((uint8_t *)uprv_malloc(20000));
dtptngen.cpp 447 LocalMemory<int32_t> list;
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
package.cpp 331 icu::LocalMemory<uint8_t> data((uint8_t *)uprv_malloc(length));
    [all...]
  /external/icu/icu4c/source/test/intltest/
collationtest.cpp     [all...]

Completed in 309 milliseconds