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

/external/icu/icu4c/source/common/unicode/
H A Duobject.h35 * UMemory operator new methods should have the throw() specification
98 * UMemory is the common ICU base class.
99 * All other ICU C++ classes are derived from UMemory (starting with ICU 2.4).
107 * UMemory does not contain any virtual functions.
112 class U_COMMON_API UMemory { class
200 UMemory &UMemory::operator=(const UMemory &);
206 * UObject inherits UMemory (starting with ICU 2.4),
223 class U_COMMON_API UObject : public UMemory {
[all...]

Completed in 98 milliseconds