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

  /external/chromium_org/third_party/icu/source/common/
uobject.cpp 8 * file name: uobject.h
17 #include "unicode/uobject.h"
92 UObject::~UObject() {}
96 // UClassID UObject::getStaticClassID() {
100 // UBool UObject::instanceOf(UClassID type) const {
  /external/icu4c/common/
uobject.cpp 8 * file name: uobject.h
17 #include "unicode/uobject.h"
92 UObject::~UObject() {}
94 UClassID UObject::getDynamicClassID() const { return NULL; }
102 delete static_cast<UObject *>(obj);
  /external/icu4c/common/unicode/
uobject.h 8 * file name: uobject.h
24 * \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
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
uobject.h 8 * file name: uobject.h
26 * \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
    [all...]
urename.h     [all...]

Completed in 721 milliseconds