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

/external/chromium_org/third_party/icu/source/common/
H A Duobject.cpp92 UObject::~UObject() {}
96 // UClassID UObject::getStaticClassID() {
100 // UBool UObject::instanceOf(UClassID type) const {
/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);
/external/chromium_org/third_party/icu/source/common/unicode/
H A Duobject.h26 * \brief C++ API: Common ICU base class UObject.
97 * Common "boilerplate" functions are defined in UObject.
194 * UObject is the common ICU "boilerplate" class.
195 * UObject inherits UMemory (starting with ICU 2.4),
197 * are derived from UObject (starting with ICU 2.2).
199 * UObject contains common virtual functions like for ICU's "poor man's RTTI".
204 * The clone() function is not available in UObject because it is not
209 * (which itself is a subclass of UObject).
215 class U_COMMON_API UObject : public UMemory { class in inherits:UMemory
222 virtual ~UObject();
[all...]
H A Durename.h2195 #define UObject U_ICU_ENTRY_POINT_RENAME(UObject) macro

Completed in 256 milliseconds