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

/external/icu4c/common/
H A Duobject.cpp92 UObject::~UObject() {}
96 // UClassID UObject::getStaticClassID() {
100 // UBool UObject::instanceOf(UClassID type) const {
112 UClassID UObject::getDynamicClassID() const { return NULL; }
120 delete static_cast<UObject *>(obj);
/external/icu4c/common/unicode/
H A Duobject.h24 * \brief C++ API: Common ICU base class UObject.
111 * Common "boilerplate" functions are defined in UObject.
208 * UObject is the common ICU "boilerplate" class.
209 * UObject inherits UMemory (starting with ICU 2.4),
211 * are derived from UObject (starting with ICU 2.2).
213 * UObject contains common virtual functions like for ICU's "poor man's RTTI".
218 * The clone() function is not available in UObject because it is not
223 * (which itself is a subclass of UObject).
229 class U_COMMON_API UObject : public UMemory { class in inherits:UMemory
236 virtual ~UObject();
[all...]
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Durename.h1438 #define UObject UObject_3_2 macro
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Durename.h1438 #define UObject UObject_3_2 macro
/external/webkit/Source/WebCore/icu/unicode/
H A Durename.h1438 #define UObject UObject_3_2 macro
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Durename.h1438 #define UObject UObject_3_2 macro

Completed in 110 milliseconds