Searched defs:UMemory (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/common/unicode/
H A Duobject.h33 * UMemory operator new methods should have the throw() specification
96 * UMemory is the common ICU base class.
97 * All other ICU C++ classes are derived from UMemory (starting with ICU 2.4).
105 * UMemory does not contain any virtual functions.
110 class U_COMMON_API UMemory { class
198 UMemory &UMemory::operator=(const UMemory &);
204 * UObject inherits UMemory (starting with ICU 2.4),
221 class U_COMMON_API UObject : public UMemory {
[all...]
/external/icu/icu4c/source/common/unicode/
H A Duobject.h33 * UMemory operator new methods should have the throw() specification
96 * UMemory is the common ICU base class.
97 * All other ICU C++ classes are derived from UMemory (starting with ICU 2.4).
105 * UMemory does not contain any virtual functions.
110 class U_COMMON_API UMemory { class
198 UMemory &UMemory::operator=(const UMemory &);
204 * UObject inherits UMemory (starting with ICU 2.4),
221 class U_COMMON_API UObject : public UMemory {
[all...]

Completed in 130 milliseconds