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

1 23 4 5 6 7 8 910

  /external/icu4c/i18n/
curramt.cpp 39 UObject* CurrencyAmount::clone() const {
tztrans.cpp 22 : UObject(), fTime(time), fFrom(from.clone()), fTo(to.clone()) {
26 : UObject(), fTime(0), fFrom(NULL), fTo(NULL) {
30 : UObject(), fTime(source.fTime), fFrom(NULL), fTo(NULL) {
  /external/icu4c/i18n/unicode/
curramt.h 80 virtual UObject* clone() const;
fpositer.h 20 #include "unicode/uobject.h"
53 class U_I18N_API FieldPositionIterator : public UObject {
gender.h 26 #include "unicode/uobject.h"
37 class U_I18N_API GenderInfo : public UObject {
fmtable.h 56 * <p>As of ICU 3.0, Formattable may also wrap a UObject pointer,
64 class U_I18N_API Formattable : public UObject {
160 * Creates a Formattable object that adopts the given UObject.
161 * @param objectToAdopt the UObject to set this object to
164 Formattable(UObject* objectToAdopt);
265 * Selector indicating a UObject value. Use getObject to
468 * Returns a pointer to the UObject contained within this
469 * formattable, or NULL if this object does not contain a UObject.
470 * @return a UObject pointer, or NULL
473 const UObject* getObject() const
    [all...]
tztrans.h 19 #include "unicode/uobject.h"
31 class U_I18N_API TimeZoneTransition : public UObject {
  /external/icu4c/layout/
LEInsertionList.h 63 class LEInsertionList : public UObject
  /external/icu4c/layoutex/layout/
ParagraphLayout.h 44 class U_LAYOUTEX_API ParagraphLayout : public UObject
60 class U_LAYOUTEX_API Line : public UObject
198 class U_LAYOUTEX_API VisualRun : public UObject
573 ParagraphLayout(const ParagraphLayout & /*other*/) : UObject( ){};
657 : UObject(), fAscent(0), fDescent(0), fLeading(0), fRunCount(0), fRunCapacity(0), fRuns(NULL)
663 : UObject(), fAscent(0), fDescent(0), fLeading(0), fRunCount(0), fRunCapacity(0), fRuns(NULL)
719 : UObject(), fFont(NULL), fDirection(UBIDI_LTR), fGlyphCount(0), fGlyphs(NULL), fPositions(NULL), fGlyphToCharMap(NULL)
725 : UObject(), fFont(NULL), fDirection(UBIDI_LTR), fGlyphCount(0), fGlyphs(NULL), fPositions(NULL), fGlyphToCharMap(NULL)
  /external/chromium_org/third_party/icu/source/i18n/unicode/
fmtable.h 44 * <p>As of ICU 3.0, Formattable may also wrap a UObject pointer,
52 class U_I18N_API Formattable : public UObject {
148 * Creates a Formattable object that adopts the given UObject.
149 * @param objectToAdopt the UObject to set this object to
152 Formattable(UObject* objectToAdopt);
253 * Selector indicating a UObject value. Use getObject to
456 * Returns a pointer to the UObject contained within this
457 * formattable, or NULL if this object does not contain a UObject.
458 * @return a UObject pointer, or NULL
461 const UObject* getObject() const
    [all...]
colldata.h 21 #include "unicode/uobject.h"
66 class U_I18N_API CEList : public UObject
135 * UObject glue...
140 * UObject glue...
166 class U_I18N_API StringList : public UObject
232 * the UObject glue...
237 * the UObject glue...
279 class U_I18N_API CollData : public UObject
388 * UObject glue...
393 * UObject glue..
    [all...]
bmsearch.h 21 #include "unicode/uobject.h"
107 class U_I18N_API BoyerMooreSearch : public UObject
204 * UObject glue...
209 * UObject glue...
tztrans.h 19 #include "unicode/uobject.h"
31 class U_I18N_API TimeZoneTransition : public UObject {
  /external/chromium_org/third_party/icu/source/i18n/
tztrans.cpp 22 : UObject(), fTime(time), fFrom(from.clone()), fTo(to.clone()) {
26 : UObject(), fTime(0), fFrom(NULL), fTo(NULL) {
30 : UObject(), fTime(source.fTime), fFrom(NULL), fTo(NULL) {
  /external/chromium_org/third_party/icu/source/tools/toolutil/
xmlparser.h 25 #include "unicode/uobject.h"
48 class U_TOOLUTIL_API UXMLElement : public UObject {
97 const UObject *getChild(int32_t i, UXMLNodeType &type) const;
162 class U_TOOLUTIL_API UXMLParser : public UObject {
  /external/icu4c/tools/toolutil/
xmlparser.h 25 #include "unicode/uobject.h"
48 class U_TOOLUTIL_API UXMLElement : public UObject {
97 const UObject *getChild(int32_t i, UXMLNodeType &type) const;
162 class U_TOOLUTIL_API UXMLParser : public UObject {
  /external/chromium_org/third_party/icu/source/common/
servnotf.h 26 #include "unicode/uobject.h"
34 class U_COMMON_API EventListener : public UObject {
uhash_us.cpp 60 * Deleter for UObject instances.
65 delete (UObject*) obj;
  /external/chromium_org/third_party/icu/source/common/unicode/
rep.h 17 #include "unicode/uobject.h"
71 class U_COMMON_API Replaceable : public UObject {
strenum.h 13 #include "unicode/uobject.h"
55 class U_COMMON_API StringEnumeration : public UObject {
usetiter.h 11 #include "unicode/uobject.h"
61 class U_COMMON_API UnicodeSetIterator : public UObject {
  /external/icu4c/common/unicode/
appendable.h 24 #include "unicode/uobject.h"
49 class U_COMMON_API Appendable : public UObject {
rep.h 17 #include "unicode/uobject.h"
71 class U_COMMON_API Replaceable : public UObject {
strenum.h 13 #include "unicode/uobject.h"
55 class U_COMMON_API StringEnumeration : public UObject {
usetiter.h 11 #include "unicode/uobject.h"
61 class U_COMMON_API UnicodeSetIterator : public UObject {

Completed in 247 milliseconds

1 23 4 5 6 7 8 910