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

/external/chromium_org/third_party/icu/source/common/unicode/
H A Duobject.h24 * \brief C++ API: Common ICU base class UObject.
106 * Common "boilerplate" functions are defined in UObject.
203 * UObject is the common ICU "boilerplate" class.
204 * UObject inherits UMemory (starting with ICU 2.4),
206 * are derived from UObject (starting with ICU 2.2).
208 * UObject contains common virtual functions, in particular a virtual destructor.
210 * The clone() function is not available in UObject because it is not
215 * (which itself is a subclass of UObject).
221 class U_COMMON_API UObject : public UMemory { class in inherits:UMemory
228 virtual ~UObject();
[all...]
/external/chromium_org/third_party/icu/source/common/
H A Duobject.cpp92 UObject::~UObject() {}
94 UClassID UObject::getDynamicClassID() const { return NULL; }
102 delete static_cast<UObject *>(obj);
/external/icu/icu4c/source/common/unicode/
H A Duobject.h24 * \brief C++ API: Common ICU base class UObject.
106 * Common "boilerplate" functions are defined in UObject.
203 * UObject is the common ICU "boilerplate" class.
204 * UObject inherits UMemory (starting with ICU 2.4),
206 * are derived from UObject (starting with ICU 2.2).
208 * UObject contains common virtual functions, in particular a virtual destructor.
210 * The clone() function is not available in UObject because it is not
215 * (which itself is a subclass of UObject).
221 class U_COMMON_API UObject : public UMemory { class in inherits:UMemory
228 virtual ~UObject();
[all...]
/external/icu/icu4c/source/common/
H A Duobject.cpp92 UObject::~UObject() {}
94 UClassID UObject::getDynamicClassID() const { return NULL; }
102 delete static_cast<UObject *>(obj);

Completed in 266 milliseconds