HomeSort by relevance Sort by last modified time
    Searched refs:UObject (Results 1 - 25 of 241) sorted by null

1 2 3 4 5 6 7 8 910

  /external/chromium_org/third_party/icu/source/i18n/unicode/
measunit.h 36 class U_I18N_API MeasureUnit: public UObject {
43 virtual UObject* clone() const = 0;
56 virtual UBool operator==(const UObject& other) const = 0;
tmunit.h 65 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 {
tmutamt.h 84 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 {
measure.h 45 class U_I18N_API Measure: public UObject {
77 virtual UObject* clone() const = 0;
90 UBool operator==(const UObject& other) const;
currunit.h 64 virtual UObject* clone() const;
77 UBool operator==(const UObject& other) const;
fieldpos.h 34 #include "unicode/uobject.h"
106 class U_I18N_API FieldPosition : public UObject {
119 : UObject(), fField(DONT_CARE), fBeginIndex(0), fEndIndex(0) {}
133 : UObject(), fField(field), fBeginIndex(0), fEndIndex(0) {}
141 : UObject(copy), fField(copy.fField), fBeginIndex(copy.fBeginIndex), fEndIndex(copy.fEndIndex) {}
  /external/chromium_org/third_party/icu/source/test/intltest/
uobjtest.h 29 * @param obj The UObject to be tested
35 UObject *testClass(UObject *obj,
39 UObject *testClassNoClassID(UObject *obj,
icusvtst.h 38 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/
uobjtest.h 29 * @param obj The UObject to be tested
35 UObject *testClass(UObject *obj,
39 UObject *testClassNoClassID(UObject *obj,
icusvtst.h 38 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/i18n/unicode/
tmutamt.h 84 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 {
measure.h 41 class U_I18N_API Measure: public UObject {
73 virtual UObject* clone() const;
86 UBool operator==(const UObject& other) const;
fieldpos.h 34 #include "unicode/uobject.h"
106 class U_I18N_API FieldPosition : public UObject {
119 : UObject(), fField(DONT_CARE), fBeginIndex(0), fEndIndex(0) {}
133 : UObject(), fField(field), fBeginIndex(0), fEndIndex(0) {}
141 : UObject(copy), fField(copy.fField), fBeginIndex(copy.fBeginIndex), fEndIndex(copy.fEndIndex) {}
  /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);
serv.h 70 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 RTTI boilerplate
    [all...]
servloc.h 158 * 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* handleCreate(const Locale& loc, int32_t kind, const ICUService* service, UErrorCode& status) cons (…)
    [all...]
  /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 {
serv.h 70 class U_COMMON_API ICUServiceKey : public UObject {
185 * UObject RTTI boilerplate.
190 * UObject RTTI boilerplate.
212 class U_COMMON_API ICUServiceFactory : public UObject {
232 virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const = 0;
284 UObject* _instance;
299 SimpleFactory(UObject* instanceToAdopt, const UnicodeString& id, UBool visible = TRUE);
315 virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const;
340 * UObject RTTI boilerplate.
345 * UObject RTTI boilerplate
    [all...]
servloc.h 158 * 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* handleCreate(const Locale& loc, int32_t kind, const ICUService* service, UErrorCode& status) cons (…)
    [all...]
  /external/chromium_org/third_party/icu/source/common/unicode/
parsepos.h 20 #include "unicode/uobject.h"
47 class U_COMMON_API ParsePosition : public UObject {
54 : UObject(),
65 : UObject(),
76 : UObject(copy),
unifunct.h 14 #include "unicode/uobject.h"
33 class U_COMMON_API UnicodeFunctor : public UObject {
90 * UOBJECT_DEFINE_RTTI_IMPLEMENTATION from uobject.h to
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...]
  /external/icu/icu4c/source/common/unicode/
parsepos.h 20 #include "unicode/uobject.h"
47 class U_COMMON_API ParsePosition : public UObject {
54 : UObject(),
65 : UObject(),
76 : UObject(copy),
unifunct.h 14 #include "unicode/uobject.h"
33 class U_COMMON_API UnicodeFunctor : public UObject {
90 * UOBJECT_DEFINE_RTTI_IMPLEMENTATION from uobject.h to
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 687 milliseconds

1 2 3 4 5 6 7 8 910