Lines Matching refs:UMemory
33 * 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 {
198 UMemory &UMemory::operator=(const UMemory &);
204 * UObject inherits UMemory (starting with ICU 2.4),
221 class U_COMMON_API UObject : public UMemory {