HomeSort by relevance Sort by last modified time
    Searched defs:UObject (Results 1 - 4 of 4) 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() {}
94 UClassID UObject::getDynamicClassID() const { return NULL; }
102 delete static_cast<UObject *>(obj);
  /external/icu/icu4c/source/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/chromium_org/third_party/icu/source/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/icu/icu4c/source/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...]

Completed in 1039 milliseconds