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

1 2 3 4 5 6 7

  /external/icu4c/samples/translit/
unaccent.h 50 * . Derived::getStaticClassID()) ...
55 static inline UClassID getStaticClassID(void) { return (UClassID)&fgClassID; };
68 * static UClassID getStaticClassID() { return (UClassID)&fgClassID; }
80 virtual UClassID getDynamicClassID(void) const { return getStaticClassID(); };
  /external/icu4c/common/unicode/
unifunct.h 81 static UClassID U_EXPORT2 getStaticClassID(void);
91 * provide definitios getStaticClassID and getDynamicClassID.
unifilt.h 104 static UClassID U_EXPORT2 getStaticClassID();
uobject.h 282 // static UClassID getStaticClassID();
298 UClassID U_EXPORT2 myClass::getStaticClassID() { \
303 { return myClass::getStaticClassID(); }
309 * header should declare getStaticClassID.
315 UClassID U_EXPORT2 myClass::getStaticClassID() { \
336 // * header should declare getDynamicClassID and getStaticClassID.
345 return myClass::getStaticClassID(); \
  /external/icu4c/i18n/
name2uni.h 60 U_I18N_API static UClassID U_EXPORT2 getStaticClassID();
nultrans.h 63 U_I18N_API static UClassID U_EXPORT2 getStaticClassID();
remtrans.h 70 U_I18N_API static UClassID U_EXPORT2 getStaticClassID();
titletrn.h 63 U_I18N_API static UClassID U_EXPORT2 getStaticClassID();
tolowtrn.h 61 U_I18N_API static UClassID U_EXPORT2 getStaticClassID();
toupptrn.h 61 U_I18N_API static UClassID U_EXPORT2 getStaticClassID();
uni2name.h 59 U_I18N_API static UClassID U_EXPORT2 getStaticClassID();
casetrn.h 69 U_I18N_API static UClassID U_EXPORT2 getStaticClassID();
msgfmt_impl.h 29 static UClassID U_EXPORT2 getStaticClassID(void);
nortrans.h 55 U_I18N_API static UClassID U_EXPORT2 getStaticClassID();
unesctrn.h 88 U_I18N_API static UClassID U_EXPORT2 getStaticClassID();
  /external/icu4c/layout/
SegmentArrayProcessor.h 46 static UClassID getStaticClassID();
SegmentSingleProcessor.h 46 static UClassID getStaticClassID();
SimpleArrayProcessor.h 46 static UClassID getStaticClassID();
SingleTableProcessor.h 46 static UClassID getStaticClassID();
TrimmedArrayProcessor.h 46 static UClassID getStaticClassID();
ContextualGlyphSubstProc.h 49 static UClassID getStaticClassID();
IndicRearrangementProcessor.h 51 static UClassID getStaticClassID();
  /external/icu4c/layoutex/layout/
RunArrays.h 155 static inline UClassID getStaticClassID() { return (UClassID)&fgClassID; }
162 virtual inline UClassID getDynamicClassID() const { return getStaticClassID(); }
355 static inline UClassID getStaticClassID() { return (UClassID)&fgClassID; }
362 virtual inline UClassID getDynamicClassID() const { return getStaticClassID(); }
492 static inline UClassID getStaticClassID() { return (UClassID)&fgClassID; }
499 virtual inline UClassID getDynamicClassID() const { return getStaticClassID(); }
629 static inline UClassID getStaticClassID() { return (UClassID)&fgClassID; }
636 virtual inline UClassID getDynamicClassID() const { return getStaticClassID(); }
  /external/icu4c/common/
ustrenum.h 81 static UClassID U_EXPORT2 getStaticClassID();
  /external/icu4c/i18n/unicode/
currunit.h 95 static UClassID U_EXPORT2 getStaticClassID();

Completed in 120 milliseconds

1 2 3 4 5 6 7