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

/external/icu/icu4c/source/common/unicode/
H A Duobject.h26 * \brief C++ API: Common ICU base class UObject.
108 * Common "boilerplate" functions are defined in UObject.
205 * UObject is the common ICU "boilerplate" class.
206 * UObject inherits UMemory (starting with ICU 2.4),
208 * are derived from UObject (starting with ICU 2.2).
210 * UObject contains common virtual functions, in particular a virtual destructor.
212 * The clone() function is not available in UObject because it is not
217 * (which itself is a subclass of UObject).
223 class U_COMMON_API UObject : public UMemory { class in inherits:UMemory
230 virtual ~UObject();
[all...]
/external/icu/icu4c/source/common/
H A Duobject.cpp94 UObject::~UObject() {}
96 UClassID UObject::getDynamicClassID() const { return NULL; }
104 delete static_cast<UObject *>(obj);

Completed in 242 milliseconds