Home
last modified time | relevance | path

Searched refs:UClassID (Results 1 – 25 of 146) sorted by relevance

123456

/external/icu4c/layoutex/layout/
DRunArrays.h155 static inline UClassID getStaticClassID() { return (UClassID)&fgClassID; } in getStaticClassID()
162 virtual inline UClassID getDynamicClassID() const { return getStaticClassID(); } in getDynamicClassID()
355 static inline UClassID getStaticClassID() { return (UClassID)&fgClassID; } in getStaticClassID()
362 virtual inline UClassID getDynamicClassID() const { return getStaticClassID(); } in getDynamicClassID()
492 static inline UClassID getStaticClassID() { return (UClassID)&fgClassID; } in getStaticClassID()
499 virtual inline UClassID getDynamicClassID() const { return getStaticClassID(); } in getDynamicClassID()
626 static inline UClassID getStaticClassID() { return (UClassID)&fgClassID; } in getStaticClassID()
633 virtual inline UClassID getDynamicClassID() const { return getStaticClassID(); } in getDynamicClassID()
DParagraphLayout.h145 static inline UClassID getStaticClassID() { return (UClassID)&fgClassID; } in getStaticClassID()
152 virtual inline UClassID getDynamicClassID() const { return getStaticClassID(); } in getDynamicClassID()
308 static inline UClassID getStaticClassID() { return (UClassID)&fgClassID; } in getStaticClassID()
315 virtual inline UClassID getDynamicClassID() const { return getStaticClassID(); } in getDynamicClassID()
526 static inline UClassID getStaticClassID() { return (UClassID)&fgClassID; } in getStaticClassID()
533 virtual inline UClassID getDynamicClassID() const { return getStaticClassID(); } in getDynamicClassID()
/external/icu4c/common/unicode/
Duobject.h198 virtual UClassID getDynamicClassID() const = 0;
267 UClassID U_EXPORT2 myClass::getStaticClassID() { \
269 return (UClassID)&classID; \
271 UClassID myClass::getDynamicClassID() const \
284 UClassID U_EXPORT2 myClass::getStaticClassID() { \
286 return (UClassID)&classID; \
Dunifunct.h81 static UClassID U_EXPORT2 getStaticClassID(void);
98 virtual UClassID getDynamicClassID(void) const = 0;
/external/icu4c/common/
Dservloc.h160 static UClassID U_EXPORT2 getStaticClassID();
162 virtual UClassID getDynamicClassID() const;
280 static UClassID U_EXPORT2 getStaticClassID();
282 virtual UClassID getDynamicClassID() const;
344 static UClassID U_EXPORT2 getStaticClassID();
346 virtual UClassID getDynamicClassID() const;
407 static UClassID U_EXPORT2 getStaticClassID();
408 virtual UClassID getDynamicClassID() const;
Dserv.h187 static UClassID U_EXPORT2 getStaticClassID();
192 virtual UClassID getDynamicClassID() const;
342 static UClassID U_EXPORT2 getStaticClassID();
347 virtual UClassID getDynamicClassID() const;
383 static UClassID U_EXPORT2 getStaticClassID();
388 virtual UClassID getDynamicClassID() const;
/external/icu4c/samples/translit/
Dunaccent.h55 static inline UClassID getStaticClassID(void) { return (UClassID)&fgClassID; }; in getStaticClassID()
80 virtual UClassID getDynamicClassID(void) const { return getStaticClassID(); }; in getDynamicClassID()
/external/icu4c/test/intltest/
Dreptest.cpp99 static inline UClassID getStaticClassID() { return (UClassID)&fgClassID; } in getStaticClassID()
106 virtual inline UClassID getDynamicClassID() const { return getStaticClassID(); } in getDynamicClassID()
204 static inline UClassID getStaticClassID() { return (UClassID)&fgClassID; } in getStaticClassID()
205 virtual inline UClassID getDynamicClassID() const { return getStaticClassID(); } in getDynamicClassID()
Dnptrans.h59 inline UClassID getDynamicClassID() const { return getStaticClassID(); } in getDynamicClassID()
66 static inline UClassID getStaticClassID() { return (UClassID)&fgClassID; } in getStaticClassID()
/external/icu4c/i18n/
Dnfsubs.cpp61 static UClassID getStaticClassID(void);
62 virtual UClassID getDynamicClassID(void) const;
116 static UClassID getStaticClassID(void);
117 virtual UClassID getDynamicClassID(void) const;
168 static UClassID getStaticClassID(void);
169 virtual UClassID getDynamicClassID(void) const;
188 static UClassID getStaticClassID(void);
189 virtual UClassID getDynamicClassID(void) const;
222 static UClassID getStaticClassID(void);
223 virtual UClassID getDynamicClassID(void) const;
[all …]
Dtoupptrn.h56 virtual UClassID getDynamicClassID() const;
61 U_I18N_API static UClassID U_EXPORT2 getStaticClassID();
Dtolowtrn.h56 virtual UClassID getDynamicClassID() const;
61 U_I18N_API static UClassID U_EXPORT2 getStaticClassID();
Dnultrans.h58 virtual UClassID getDynamicClassID() const;
63 U_I18N_API static UClassID U_EXPORT2 getStaticClassID();
Dremtrans.h65 virtual UClassID getDynamicClassID() const;
70 U_I18N_API static UClassID U_EXPORT2 getStaticClassID();
Dtitletrn.h58 virtual UClassID getDynamicClassID() const;
63 U_I18N_API static UClassID U_EXPORT2 getStaticClassID();
Duni2name.h54 virtual UClassID getDynamicClassID() const;
59 U_I18N_API static UClassID U_EXPORT2 getStaticClassID();
/external/icu4c/tools/toolutil/
Dxmlparser.h117 virtual UClassID getDynamicClassID() const;
122 static UClassID U_EXPORT2 getStaticClassID();
189 virtual UClassID getDynamicClassID() const;
194 static UClassID U_EXPORT2 getStaticClassID();
/external/icu4c/i18n/unicode/
Dtzrule.h353 static UClassID U_EXPORT2 getStaticClassID(void);
366 virtual UClassID getDynamicClassID(void) const;
594 static UClassID U_EXPORT2 getStaticClassID(void);
607 virtual UClassID getDynamicClassID(void) const;
805 static UClassID U_EXPORT2 getStaticClassID(void);
818 virtual UClassID getDynamicClassID(void) const;
/external/icu4c/samples/layout/
DScriptCompositeFontInstance.h118 virtual inline UClassID getDynamicClassID() const { return getStaticClassID(); } in getDynamicClassID()
125 static inline UClassID getStaticClassID() { return (UClassID)&fgClassID; } in getStaticClassID()
/external/icu4c/extra/scrptrun/
Dscrptrun.h61 virtual inline UClassID getDynamicClassID() const { return getStaticClassID(); } in getDynamicClassID()
68 static inline UClassID getStaticClassID() { return (UClassID)&fgClassID; } in getStaticClassID()
/external/icu4c/layout/
DSegmentSingleProcessor.h39 virtual UClassID getDynamicClassID() const;
46 static UClassID getStaticClassID();
DSimpleArrayProcessor.h39 virtual UClassID getDynamicClassID() const;
46 static UClassID getStaticClassID();
DSingleTableProcessor.h39 virtual UClassID getDynamicClassID() const;
46 static UClassID getStaticClassID();
DSegmentArrayProcessor.h39 virtual UClassID getDynamicClassID() const;
46 static UClassID getStaticClassID();
DTrimmedArrayProcessor.h39 virtual UClassID getDynamicClassID() const;
46 static UClassID getStaticClassID();

123456