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

  /external/icu4c/common/
cmemory.h 106 class LocalMemory : public LocalPointerBase<T> {
112 explicit LocalMemory(T *p=NULL) : LocalPointerBase<T>(p) {}
116 ~LocalMemory() {
145 * which the caller must track because the LocalMemory does not track it
159 inline T *LocalMemory<T>::allocateInsteadAndReset(int32_t newCapacity) {
175 inline T *LocalMemory<T>::allocateInsteadAndCopy(int32_t newCapacity, int32_t length) {
202 * Unlike LocalMemory and LocalArray, this class never adopts
368 * Unlike LocalMemory and LocalArray, this class never adopts
usprep.cpp 341 LocalMemory<UStringPrepProfile> newProfile;
360 LocalMemory<UStringPrepKey> key;
361 LocalMemory<char> keyName;
362 LocalMemory<char> keyPath;
  /external/icu4c/i18n/
plurrule.cpp 543 LocalMemory<int32_t> newSampleInfo;
617 LocalMemory<double> values;
    [all...]

Completed in 199 milliseconds