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

1 2 3 4 5 6 7

  /external/icu/icu4c/source/samples/translit/
unaccent.h 54 * . Derived::getStaticClassID()) ...
59 static inline UClassID getStaticClassID(void) { return (UClassID)&fgClassID; };
72 * static UClassID getStaticClassID() { return (UClassID)&fgClassID; }
84 virtual UClassID getDynamicClassID(void) const { return getStaticClassID(); };
  /external/icu/icu4c/source/common/unicode/
unifunct.h 83 static UClassID U_EXPORT2 getStaticClassID(void);
93 * provide definitios getStaticClassID and getDynamicClassID.
unifilt.h 106 static UClassID U_EXPORT2 getStaticClassID();
uobject.h 71 * { return Derived::getStaticClassID(); }
75 * Each concrete class implements getStaticClassID() as well, which allows
81 * static UClassID U_EXPORT2 getStaticClassID();
87 * UClassID Derived::getStaticClassID()
296 UClassID U_EXPORT2 myClass::getStaticClassID() { \
301 { return myClass::getStaticClassID(); }
307 * header should declare getStaticClassID.
313 UClassID U_EXPORT2 myClass::getStaticClassID() { \
dtintrv.h 72 * . erived::getStaticClassID()) ...
77 static UClassID U_EXPORT2 getStaticClassID(void);
schriter.h 163 static UClassID U_EXPORT2 getStaticClassID(void);
  /external/icu/icu4c/source/i18n/
dangical.h 94 * Derived::getStaticClassID()) ...
99 U_I18N_API static UClassID U_EXPORT2 getStaticClassID(void);
name2uni.h 62 U_I18N_API static UClassID U_EXPORT2 getStaticClassID();
nultrans.h 65 U_I18N_API static UClassID U_EXPORT2 getStaticClassID();
remtrans.h 72 U_I18N_API static UClassID U_EXPORT2 getStaticClassID();
titletrn.h 65 U_I18N_API static UClassID U_EXPORT2 getStaticClassID();
tolowtrn.h 63 U_I18N_API static UClassID U_EXPORT2 getStaticClassID();
toupptrn.h 63 U_I18N_API static UClassID U_EXPORT2 getStaticClassID();
uni2name.h 61 U_I18N_API static UClassID U_EXPORT2 getStaticClassID();
casetrn.h 71 U_I18N_API static UClassID U_EXPORT2 getStaticClassID();
msgfmt_impl.h 31 static UClassID U_EXPORT2 getStaticClassID(void);
nortrans.h 57 U_I18N_API static UClassID U_EXPORT2 getStaticClassID();
numsys_impl.h 33 static UClassID U_EXPORT2 getStaticClassID(void);
region_impl.h 31 static UClassID U_EXPORT2 getStaticClassID(void);
unesctrn.h 90 U_I18N_API static UClassID U_EXPORT2 getStaticClassID();
anytrans.h 85 U_I18N_API static UClassID U_EXPORT2 getStaticClassID();
  /external/icu/icu4c/source/layoutex/layout/
RunArrays.h 157 static inline UClassID getStaticClassID() { return (UClassID)&fgClassID; }
164 virtual inline UClassID getDynamicClassID() const { return getStaticClassID(); }
357 static inline UClassID getStaticClassID() { return (UClassID)&fgClassID; }
364 virtual inline UClassID getDynamicClassID() const { return getStaticClassID(); }
494 static inline UClassID getStaticClassID() { return (UClassID)&fgClassID; }
501 virtual inline UClassID getDynamicClassID() const { return getStaticClassID(); }
631 static inline UClassID getStaticClassID() { return (UClassID)&fgClassID; }
638 virtual inline UClassID getDynamicClassID() const { return getStaticClassID(); }
  /external/icu/icu4c/source/common/
ustrenum.h 76 static UClassID U_EXPORT2 getStaticClassID();
servnotf.h 41 static UClassID U_EXPORT2 getStaticClassID();
  /external/icu/icu4c/source/i18n/unicode/
currunit.h 90 static UClassID U_EXPORT2 getStaticClassID();

Completed in 371 milliseconds

1 2 3 4 5 6 7