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

/external/icu4c/common/
H A Duobject.cpp92 UObject::~UObject() {}
96 // UClassID UObject::getStaticClassID() {
100 // UBool UObject::instanceOf(UClassID type) const {
/external/icu4c/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.h2234 #define UObject U_ICU_ENTRY_POINT_RENAME(UObject) macro
/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 184 milliseconds