/external/icu/icu4c/source/layoutex/layout/ |
D | RunArrays.h | 157 static inline UClassID getStaticClassID() { return (UClassID)&fgClassID; } in getStaticClassID() function 164 virtual inline UClassID getDynamicClassID() const { return getStaticClassID(); } in getDynamicClassID() 357 static inline UClassID getStaticClassID() { return (UClassID)&fgClassID; } in getStaticClassID() function 364 virtual inline UClassID getDynamicClassID() const { return getStaticClassID(); } in getDynamicClassID() 494 static inline UClassID getStaticClassID() { return (UClassID)&fgClassID; } in getStaticClassID() function 501 virtual inline UClassID getDynamicClassID() const { return getStaticClassID(); } in getDynamicClassID() 631 static inline UClassID getStaticClassID() { return (UClassID)&fgClassID; } in getStaticClassID() function 638 virtual inline UClassID getDynamicClassID() const { return getStaticClassID(); } in getDynamicClassID()
|
D | ParagraphLayout.h | 152 static inline UClassID getStaticClassID() { return (UClassID)&fgClassID; } in getStaticClassID() function 159 virtual inline UClassID getDynamicClassID() const { return getStaticClassID(); } in getDynamicClassID() 315 static inline UClassID getStaticClassID() { return (UClassID)&fgClassID; } in getStaticClassID() function 322 virtual inline UClassID getDynamicClassID() const { return getStaticClassID(); } in getDynamicClassID() 546 static inline UClassID getStaticClassID() { return (UClassID)&fgClassID; } in getStaticClassID() function 553 virtual inline UClassID getDynamicClassID() const { return getStaticClassID(); } in getDynamicClassID()
|
/external/icu/libicu/cts_headers/unicode/ |
D | uobject.h | 296 UClassID U_EXPORT2 myClass::getStaticClassID() { \ 301 { return myClass::getStaticClassID(); } 313 UClassID U_EXPORT2 myClass::getStaticClassID() { \
|
D | tzrule.h | 357 static UClassID U_EXPORT2 getStaticClassID(void); 598 static UClassID U_EXPORT2 getStaticClassID(void); 809 static UClassID U_EXPORT2 getStaticClassID(void);
|
/external/icu/icu4c/source/common/unicode/ |
D | uobject.h | 296 UClassID U_EXPORT2 myClass::getStaticClassID() { \ 301 { return myClass::getStaticClassID(); } 313 UClassID U_EXPORT2 myClass::getStaticClassID() { \
|
/external/icu/icu4c/source/samples/translit/ |
D | unaccent.h | 61 static inline UClassID getStaticClassID(void) { return (UClassID)&fgClassID; }; in getStaticClassID() function 86 virtual UClassID getDynamicClassID(void) const { return getStaticClassID(); }; in getDynamicClassID()
|
/external/icu/icu4c/source/test/intltest/ |
D | reptest.cpp | 101 static inline UClassID getStaticClassID() { return (UClassID)&fgClassID; } in getStaticClassID() function in TestReplaceable 108 virtual inline UClassID getDynamicClassID() const { return getStaticClassID(); } in getDynamicClassID() 206 static inline UClassID getStaticClassID() { return (UClassID)&fgClassID; } in getStaticClassID() function in NoopReplaceable 207 virtual inline UClassID getDynamicClassID() const { return getStaticClassID(); } in getDynamicClassID()
|
D | nptrans.h | 59 inline UClassID getDynamicClassID() const { return getStaticClassID(); } in getDynamicClassID() 64 static inline UClassID getStaticClassID() { return (UClassID)&fgClassID; } in getStaticClassID() function
|
D | uobjtest.cpp | 66 delete testClass(f, #c, #f, c ::getStaticClassID()); \ 73 …String(t), UTRANS_FORWARD,parseError,status), #c, "Transliterator: " #t, c ::getStaticClassID()); \ 80 delete testClass(new c x, #c, "new " #c #x, c ::getStaticClassID()); \ 87 delete testClass(new c, #c, "new " #c , c::getStaticClassID()) 89 testClass(NULL, #c, NULL, c::getStaticClassID())
|
D | icusvtst.cpp | 81 static UClassID getStaticClassID() { in getStaticClassID() function in Integer 86 return getStaticClassID(); in getDynamicClassID() 535 static UClassID getStaticClassID() { in getStaticClassID() function in AnonymousStringFactory 540 return getStaticClassID(); in getDynamicClassID() 611 static UClassID getStaticClassID() { in getStaticClassID() function in TestMultipleKeyStringFactory 616 return getStaticClassID(); in getDynamicClassID() 1262 static UClassID getStaticClassID() { in getStaticClassID() function in WrapFactory 1267 return getStaticClassID(); in getDynamicClassID() 1320 if (key.getDynamicClassID() != ICUServiceKey::getStaticClassID()) { in testCoverage() 1335 if (sf->getDynamicClassID() != SimpleFactory::getStaticClassID()) { in testCoverage() [all …]
|
/external/icu/icu4c/source/samples/layout/ |
D | ScriptCompositeFontInstance.h | 115 virtual inline UClassID getDynamicClassID() const { return getStaticClassID(); } in getDynamicClassID() 120 static inline UClassID getStaticClassID() { return (UClassID)&fgClassID; } in getStaticClassID() function
|
/external/icu/icu4c/source/common/ |
D | servloc.h | 162 static UClassID U_EXPORT2 getStaticClassID(); 282 static UClassID U_EXPORT2 getStaticClassID(); 346 static UClassID U_EXPORT2 getStaticClassID(); 409 static UClassID U_EXPORT2 getStaticClassID();
|
D | serv.h | 189 static UClassID U_EXPORT2 getStaticClassID(); 345 static UClassID U_EXPORT2 getStaticClassID(); 388 static UClassID U_EXPORT2 getStaticClassID();
|
/external/icu/libicu/cts_headers/ |
D | servloc.h | 162 static UClassID U_EXPORT2 getStaticClassID(); 282 static UClassID U_EXPORT2 getStaticClassID(); 346 static UClassID U_EXPORT2 getStaticClassID(); 409 static UClassID U_EXPORT2 getStaticClassID();
|
D | serv.h | 189 static UClassID U_EXPORT2 getStaticClassID(); 345 static UClassID U_EXPORT2 getStaticClassID(); 388 static UClassID U_EXPORT2 getStaticClassID();
|
D | toupptrn.h | 63 U_I18N_API static UClassID U_EXPORT2 getStaticClassID();
|
D | tolowtrn.h | 63 U_I18N_API static UClassID U_EXPORT2 getStaticClassID();
|
D | nultrans.h | 65 U_I18N_API static UClassID U_EXPORT2 getStaticClassID();
|
/external/icu/icu4c/source/extra/scrptrun/ |
D | scrptrun.h | 65 virtual inline UClassID getDynamicClassID() const { return getStaticClassID(); } in getDynamicClassID() 72 static inline UClassID getStaticClassID() { return (UClassID)&fgClassID; } in getStaticClassID() function
|
/external/icu/icu4c/source/tools/toolutil/ |
D | xmlparser.h | 124 static UClassID U_EXPORT2 getStaticClassID(); 196 static UClassID U_EXPORT2 getStaticClassID();
|
/external/icu/icu4c/source/i18n/unicode/ |
D | tzrule.h | 357 static UClassID U_EXPORT2 getStaticClassID(void); 598 static UClassID U_EXPORT2 getStaticClassID(void); 809 static UClassID U_EXPORT2 getStaticClassID(void);
|
/external/icu/icu4c/source/i18n/ |
D | nfsubs.cpp | 68 static UClassID getStaticClassID(void); 122 static UClassID getStaticClassID(void); 177 static UClassID getStaticClassID(void); 199 static UClassID getStaticClassID(void); 236 static UClassID getStaticClassID(void); 258 static UClassID getStaticClassID(void); 310 static UClassID getStaticClassID(void);
|
D | tolowtrn.h | 63 U_I18N_API static UClassID U_EXPORT2 getStaticClassID();
|
D | toupptrn.h | 63 U_I18N_API static UClassID U_EXPORT2 getStaticClassID();
|
D | nultrans.h | 65 U_I18N_API static UClassID U_EXPORT2 getStaticClassID();
|