HomeSort by relevance Sort by last modified time
    Searched refs:UObject (Results 76 - 100 of 230) sorted by null

1 2 34 5 6 7 8 910

  /external/icu4c/layoutex/layout/
RunArrays.h 48 class U_LAYOUTEX_API RunArray : public UObject
223 : UObject(), fClientArrays(FALSE), fLimits(NULL), fCount(0), fCapacity(0)
229 : UObject(), fClientArrays(FALSE), fLimits(NULL), fCount(0), fCapacity(0)
235 : UObject(), fClientArrays(TRUE), fLimits(limits), fCount(count), fCapacity(count)
  /external/chromium_org/third_party/icu/source/common/
chariter.cpp 14 : UObject()
17 : UObject(other)
servlkf.cpp 45 UObject*
106 UObject*
serv.cpp 123 SimpleFactory::SimpleFactory(UObject* instanceToAdopt, const UnicodeString& id, UBool visible)
133 UObject*
205 UObject* service;
214 CacheEntry(const UnicodeString& _actualDescriptor, UObject* _service)
265 U_NAMESPACE_USE delete (UObject*) obj;
365 UObject*
371 UObject*
374 UObject* result = NULL;
383 UObject*
392 UObject*
    [all...]
resbund.cpp 174 :UObject(), fLocale(NULL)
180 :UObject(other), fLocale(NULL)
193 :UObject(), fLocale(NULL)
204 :UObject(), fLocale(NULL)
servrbf.cpp 52 UObject*
  /external/icu4c/common/
chariter.cpp 14 : UObject()
17 : UObject(other)
servlkf.cpp 45 UObject*
106 UObject*
serv.cpp 125 SimpleFactory::SimpleFactory(UObject* instanceToAdopt, const UnicodeString& id, UBool visible)
135 UObject*
209 UObject* service;
218 CacheEntry(const UnicodeString& _actualDescriptor, UObject* _service)
269 U_NAMESPACE_USE delete (UObject*) obj;
366 UObject*
372 UObject*
375 UObject* result = NULL;
384 UObject*
393 UObject*
    [all...]
  /external/chromium_org/third_party/icu/source/test/intltest/
icusvtst.cpp 62 class Integer : public UObject {
69 Integer(const Integer& rhs) : UObject(rhs), _val(rhs._val) {
76 * UObject boilerplate.
86 virtual UBool operator==(const UObject& other) const
117 virtual ICUServiceFactory* createSimpleFactory(UObject* obj, const UnicodeString& id, UBool visible, UErrorCode& status)
126 virtual UObject* cloneInstance(UObject* instance) const {
154 UnicodeString append(UnicodeString& result, const UObject* obj)
179 ICUServiceTest::lrmsg(UnicodeString& result, const UnicodeString& message, const UObject* lhs, const UObject* rhs) const
    [all...]
  /external/icu4c/test/intltest/
icusvtst.cpp 62 class Integer : public UObject {
69 Integer(const Integer& rhs) : UObject(rhs), _val(rhs._val) {
76 * UObject boilerplate.
86 virtual UBool operator==(const UObject& other) const
117 virtual ICUServiceFactory* createSimpleFactory(UObject* obj, const UnicodeString& id, UBool visible, UErrorCode& status)
126 virtual UObject* cloneInstance(UObject* instance) const {
154 UnicodeString append(UnicodeString& result, const UObject* obj)
179 ICUServiceTest::lrmsg(UnicodeString& result, const UnicodeString& message, const UObject* lhs, const UObject* rhs) const
    [all...]
  /external/icu4c/i18n/
sortkey.cpp 52 : UObject(), fFlagAndLength(0),
59 : UObject(), fFlagAndLength(count),
74 : UObject(other), fFlagAndLength(other.getLength()),
dtrule.cpp 43 : UObject(),
54 : UObject(source),
format.cpp 71 : UObject()
86 : UObject(that)
coll.cpp 120 virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const;
125 UObject*
153 virtual UObject* cloneInstance(UObject* instance) const {
157 virtual UObject* handleDefault(const ICUServiceKey& key, UnicodeString* actualID, UErrorCode& status) const {
170 virtual UObject* getKey(ICUServiceKey& key, UnicodeString* actualReturn, UErrorCode& status) const {
554 : UObject()
569 : UObject()
578 : UObject(other)
663 virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const
    [all...]
  /external/icu4c/i18n/unicode/
alphaindex.h 14 #include "unicode/uobject.h"
187 class U_I18N_API AlphabeticIndex: public UObject {
200 class U_I18N_API Bucket : public UObject {
249 class U_I18N_API ImmutableIndex : public UObject {
  /external/chromium_org/third_party/icu/source/common/unicode/
brkiter.h 44 #include "unicode/uobject.h"
100 class U_COMMON_API BreakIterator : public UObject {
546 BreakIterator (const BreakIterator &other) : UObject(other), fBufferClone(FALSE) {}
caniter.h 15 #include "unicode/uobject.h"
72 class U_COMMON_API CanonicalIterator : public UObject {
  /external/chromium_org/third_party/icu/source/i18n/
dtrule.cpp 43 : UObject(),
54 : UObject(source),
format.cpp 67 : UObject()
82 : UObject(that)
coll.cpp 117 virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const;
120 UObject*
146 virtual UObject* cloneInstance(UObject* instance) const {
150 virtual UObject* handleDefault(const ICUServiceKey& key, UnicodeString* actualID, UErrorCode& status) const {
163 virtual UObject* getKey(ICUServiceKey& key, UnicodeString* actualReturn, UErrorCode& status) const {
528 : UObject()
543 : UObject()
552 : UObject(other)
640 virtual UObject* create(const ICUServiceKey& key, const ICUService* service, UErrorCode& status) const
    [all...]
fpositer.cpp 34 : UObject(rhs), data(NULL), pos(rhs.pos) {
  /external/icu4c/common/unicode/
brkiter.h 44 #include "unicode/uobject.h"
100 class U_COMMON_API BreakIterator : public UObject {
569 BreakIterator (const BreakIterator &other) : UObject(other), fBufferClone(FALSE) {}
  /external/chromium_org/third_party/icu/source/tools/toolutil/
xmlparser.cpp 693 delete (UObject *)fAttValues.elementAt(i);
696 delete (UObject *)fChildren.elementAt(i);
714 const UObject *node;
717 node=(const UObject *)fChildren.elementAt(i);
766 const UObject *
769 const UObject *node=(const UObject *)fChildren.elementAt(i);
787 const UObject *node;
790 node=(const UObject *)fChildren.elementAt(i++);
808 const UObject *node
    [all...]
  /external/icu4c/tools/toolutil/
xmlparser.cpp 693 delete (UObject *)fAttValues.elementAt(i);
696 delete (UObject *)fChildren.elementAt(i);
714 const UObject *node;
717 node=(const UObject *)fChildren.elementAt(i);
766 const UObject *
769 const UObject *node=(const UObject *)fChildren.elementAt(i);
787 const UObject *node;
790 node=(const UObject *)fChildren.elementAt(i++);
808 const UObject *node
    [all...]

Completed in 130 milliseconds

1 2 34 5 6 7 8 910