HomeSort by relevance Sort by last modified time
    Searched defs:UObject (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/common/
uobject.cpp 10 * file name: uobject.h
19 #include "unicode/uobject.h"
94 UObject::~UObject() {}
96 UClassID UObject::getDynamicClassID() const { return NULL; }
104 delete static_cast<UObject *>(obj);
  /external/icu/icu4c/source/common/unicode/
uobject.h 10 * file name: uobject.h
26 * \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
    [all...]

Completed in 70 milliseconds