Searched refs:UObject (Results 1 - 25 of 250) sorted by relevance

12345678910

/external/chromium_org/third_party/icu/source/test/intltest/
H A Duobjtest.h29 * @param obj The UObject to be tested
35 UObject *testClass(UObject *obj,
39 UObject *testClassNoClassID(UObject *obj,
H A Dicusvtst.h38 UnicodeString& lrmsg(UnicodeString& result, const UnicodeString& message, const UObject* lhs, const UObject* rhs) const;
41 void confirmEqual(const UnicodeString& message, const UObject* lhs, const UObject* rhs);
48 void confirmIdentical(const UnicodeString& message, const UObject* lhs, const UObject* rhs);
51 void msgstr(const UnicodeString& message, UObject* obj, UBool err = TRUE);
52 void logstr(const UnicodeString& message, UObject* obj) {
/external/icu/icu4c/source/test/intltest/
H A Duobjtest.h29 * @param obj The UObject to be tested
35 UObject *testClass(UObject *obj,
39 UObject *testClassNoClassID(UObject *obj,
H A Dicusvtst.h38 UnicodeString& lrmsg(UnicodeString& result, const UnicodeString& message, const UObject* lhs, const UObject* rhs) const;
41 void confirmEqual(const UnicodeString& message, const UObject* lhs, const UObject* rhs);
48 void confirmIdentical(const UnicodeString& message, const UObject* lhs, const UObject* rhs);
51 void msgstr(const UnicodeString& message, UObject* obj, UBool err = TRUE);
52 void logstr(const UnicodeString& message, UObject* obj) {
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dmeasunit.h36 class U_I18N_API MeasureUnit: public UObject {
43 virtual UObject* clone() const = 0;
56 virtual UBool operator==(const UObject& other) const = 0;
H A Dmeasure.h45 class U_I18N_API Measure: public UObject {
77 virtual UObject* clone() const = 0;
90 UBool operator==(const UObject& other) const;
H A Dtmunit.h65 virtual UObject* clone() const;
84 virtual UBool operator==(const UObject& other) const;
91 UBool operator!=(const UObject& other) const;
138 TimeUnit::operator!=(const UObject& other) const {
H A Dtmutamt.h84 virtual UObject* clone() const;
100 virtual UBool operator==(const UObject& other) const;
109 UBool operator!=(const UObject& other) const;
158 TimeUnitAmount::operator!=(const UObject& other) const {
H A Dcurrunit.h64 virtual UObject* clone() const;
77 UBool operator==(const UObject& other) const;
/external/chromium_org/third_party/icu/source/common/
H A Duobject.cpp92 UObject::~UObject() {}
94 UClassID UObject::getDynamicClassID() const { return NULL; }
102 delete static_cast<UObject *>(obj);
H A Dserv.h70 class U_COMMON_API ICUServiceKey : public UObject {
185 * UObject RTTI boilerplate.
190 * UObject RTTI boilerplate.
212 class U_COMMON_API ICUServiceFactory : public UObject {
233 virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const = 0;
285 UObject* _instance;
300 SimpleFactory(UObject* instanceToAdopt, const UnicodeString& id, UBool visible = TRUE);
316 virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const;
341 * UObject RTTI boilerplate.
346 * UObject RTT
[all...]
H A Dservloc.h158 * UObject boilerplate.
239 virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const;
261 virtual UObject* handleCreate(const Locale& loc, int32_t kind, const ICUService* service, UErrorCode& status) const;
278 * UObject boilerplate.
302 UObject* _obj;
307 SimpleLocaleKeyFactory(UObject* objToAdopt,
312 SimpleLocaleKeyFactory(UObject* objToAdopt,
325 virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const;
342 * UObject boilerplate.
401 virtual UObject* handleCreat
[all...]
H A Dresbund_cnv.cpp28 :UObject(), fLocale(NULL)
35 :UObject(), fLocale(NULL)
/external/icu/icu4c/source/common/
H A Duobject.cpp92 UObject::~UObject() {}
94 UClassID UObject::getDynamicClassID() const { return NULL; }
102 delete static_cast<UObject *>(obj);
H A Dserv.h70 class U_COMMON_API ICUServiceKey : public UObject {
185 * UObject RTTI boilerplate.
190 * UObject RTTI boilerplate.
212 class U_COMMON_API ICUServiceFactory : public UObject {
233 virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const = 0;
285 UObject* _instance;
300 SimpleFactory(UObject* instanceToAdopt, const UnicodeString& id, UBool visible = TRUE);
316 virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const;
341 * UObject RTTI boilerplate.
346 * UObject RTT
[all...]
H A Dservloc.h158 * UObject boilerplate.
239 virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const;
261 virtual UObject* handleCreate(const Locale& loc, int32_t kind, const ICUService* service, UErrorCode& status) const;
278 * UObject boilerplate.
302 UObject* _obj;
307 SimpleLocaleKeyFactory(UObject* objToAdopt,
312 SimpleLocaleKeyFactory(UObject* objToAdopt,
325 virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const;
342 * UObject boilerplate.
401 virtual UObject* handleCreat
[all...]
/external/icu/icu4c/source/i18n/unicode/
H A Dtmutamt.h84 virtual UObject* clone() const;
100 virtual UBool operator==(const UObject& other) const;
109 UBool operator!=(const UObject& other) const;
158 TimeUnitAmount::operator!=(const UObject& other) const {
H A Dmeasure.h41 class U_I18N_API Measure: public UObject {
73 virtual UObject* clone() const;
86 UBool operator==(const UObject& other) const;
/external/icu/icu4c/source/i18n/
H A Dmeasure.cpp36 UObject(other), unit(0) {
49 UObject *Measure::clone() const {
57 UBool Measure::operator==(const UObject& other) const {
/external/chromium_org/third_party/icu/source/common/unicode/
H A Dparsepos.h47 class U_COMMON_API ParsePosition : public UObject {
54 : UObject(),
65 : UObject(),
76 : UObject(copy),
H A Duobject.h24 * \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 { class in inherits:UMemory
228 virtual ~UObject();
[all...]
/external/icu/icu4c/source/common/unicode/
H A Dparsepos.h47 class U_COMMON_API ParsePosition : public UObject {
54 : UObject(),
65 : UObject(),
76 : UObject(copy),
H A Duobject.h24 * \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 { class in inherits:UMemory
228 virtual ~UObject();
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dcurrunit.cpp45 UObject* CurrencyUnit::clone() const {
52 UBool CurrencyUnit::operator==(const UObject& other) const {
H A Dmeasure.cpp34 UObject(other), unit(0) {
51 UBool Measure::operator==(const UObject& other) const {

Completed in 348 milliseconds

12345678910