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

1 2 3 4 5 6 7 8

  /external/icu4c/common/unicode/
unifunct.h 77 * comparing to a return value from getDynamicClassID().
91 * provide definitios getStaticClassID and getDynamicClassID.
98 virtual UClassID getDynamicClassID(void) const = 0;
uobject.h 62 * getDynamicClassID() is declared in the base class of the hierarchy as
68 * virtual UClassID getDynamicClassID() const = 0;
73 * virtual UClassID getDynamicClassID() const
215 * like getDynamicClassID to allow derived classes such as Format
243 virtual UClassID getDynamicClassID() const; // Android patch: tiny part of ICU 51's r32776
250 // commented out because UObject is abstract (see getDynamicClassID)
254 // commented out because UObject is abstract (see getDynamicClassID)
317 UClassID myClass::getDynamicClassID() const \
340 * Use this with a private getDynamicClassID() in an immediate subclass of UObject.
346 UClassID myClass::getDynamicClassID() const { return NULL;
    [all...]
  /external/icu4c/i18n/
name2uni.h 55 virtual UClassID getDynamicClassID() const;
nultrans.h 58 virtual UClassID getDynamicClassID() const;
remtrans.h 65 virtual UClassID getDynamicClassID() const;
titletrn.h 58 virtual UClassID getDynamicClassID() const;
tolowtrn.h 56 virtual UClassID getDynamicClassID() const;
toupptrn.h 56 virtual UClassID getDynamicClassID() const;
uni2name.h 54 virtual UClassID getDynamicClassID() const;
msgfmt_impl.h 30 virtual UClassID getDynamicClassID(void) const;
nortrans.h 50 virtual UClassID getDynamicClassID() const;
numsys_impl.h 30 virtual UClassID getDynamicClassID(void) const;
unesctrn.h 83 virtual UClassID getDynamicClassID() const;
  /external/icu4c/layout/
SegmentArrayProcessor.h 39 virtual UClassID getDynamicClassID() const;
SegmentSingleProcessor.h 39 virtual UClassID getDynamicClassID() const;
SimpleArrayProcessor.h 39 virtual UClassID getDynamicClassID() const;
SingleTableProcessor.h 39 virtual UClassID getDynamicClassID() const;
TrimmedArrayProcessor.h 39 virtual UClassID getDynamicClassID() const;
ContextualGlyphSubstProc.h 42 virtual UClassID getDynamicClassID() const;
IndicRearrangementProcessor.h 44 virtual UClassID getDynamicClassID() const;
  /external/icu4c/samples/translit/
unaccent.h 46 * comparing to a return value from getDynamicClassID(). For example:
49 * . if (polymorphic_pointer->getDynamicClassID() ==
64 * be able to identify them should implement getDynamicClassID()
80 virtual UClassID getDynamicClassID(void) const { return getStaticClassID(); };
  /external/icu4c/test/perf/unisetperf/draft/
unicont.h 33 virtual UClassID getDynamicClassID(void) const;
  /external/icu4c/common/
ustrenum.h 69 virtual UClassID getDynamicClassID() const;
servnotf.h 41 virtual UClassID getDynamicClassID() const;
  /external/icu4c/i18n/unicode/
currunit.h 61 * have the same class as returned by getDynamicClassID().
87 virtual UClassID getDynamicClassID() const;
91 * the return value of getDynamicClassID().

Completed in 712 milliseconds

1 2 3 4 5 6 7 8