/third_party/icu/icu4c/source/layoutex/layout/ |
H A D | RunArrays.h | 157 static inline UClassID getStaticClassID() { return (UClassID)&fgClassID; } in getStaticClassID() function in RunArray 164 virtual inline UClassID getDynamicClassID() const { return getStaticClassID(); } in getDynamicClassID() 357 static inline UClassID getStaticClassID() { return (UClassID)&fgClassID; } in getStaticClassID() function in FontRuns 364 virtual inline UClassID getDynamicClassID() const { return getStaticClassID(); } in getDynamicClassID() 494 static inline UClassID getStaticClassID() { return (UClassID)&fgClassID; } in getStaticClassID() function in LocaleRuns 501 virtual inline UClassID getDynamicClassID() const { return getStaticClassID(); } in getDynamicClassID() 631 static inline UClassID getStaticClassID() { return (UClassID)&fgClassID; } in getStaticClassID() function in ValueRuns 638 virtual inline UClassID getDynamicClassID() const { return getStaticClassID(); } in getDynamicClassID()
|
H A D | ParagraphLayout.h | 152 static inline UClassID getStaticClassID() { return (UClassID)&fgClassID; } in getStaticClassID() function in ParagraphLayout::Line 159 virtual inline UClassID getDynamicClassID() const { return getStaticClassID(); } in getDynamicClassID() 315 static inline UClassID getStaticClassID() { return (UClassID)&fgClassID; } in getStaticClassID() function in ParagraphLayout::VisualRun 322 virtual inline UClassID getDynamicClassID() const { return getStaticClassID(); } in getDynamicClassID() 546 static inline UClassID getStaticClassID() { return (UClassID)&fgClassID; } in getStaticClassID() function in ParagraphLayout 553 virtual inline UClassID getDynamicClassID() const { return getStaticClassID(); } in getDynamicClassID()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | islamcal.h | 324 * Derived::getStaticClassID()) ... 329 /*U_I18N_API*/ static UClassID U_EXPORT2 getStaticClassID(); 445 * Derived::getStaticClassID()) ... 450 static UClassID U_EXPORT2 getStaticClassID(); 557 * Derived::getStaticClassID()) ... 562 static UClassID U_EXPORT2 getStaticClassID(); 625 * Derived::getStaticClassID()) ... 630 static UClassID U_EXPORT2 getStaticClassID(); 741 * Derived::getStaticClassID()) ... 746 static UClassID U_EXPORT2 getStaticClassID(); [all...] |
H A D | ethpccal.h | 218 * Derived::getStaticClassID()) ... 223 U_I18N_API static UClassID U_EXPORT2 getStaticClassID(); 309 * Derived::getStaticClassID()) ... 314 U_I18N_API static UClassID U_EXPORT2 getStaticClassID();
|
H A D | nfsubs.cpp | 68 static UClassID getStaticClassID(); 140 static UClassID getStaticClassID(); 195 static UClassID getStaticClassID(); 217 static UClassID getStaticClassID(); 254 static UClassID getStaticClassID(); 276 static UClassID getStaticClassID(); 328 static UClassID getStaticClassID();
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | uobject.h | 74 * { return Derived::getStaticClassID(); } 78 * Each concrete class implements getStaticClassID() as well, which allows 84 * static UClassID U_EXPORT2 getStaticClassID(); 90 * UClassID Derived::getStaticClassID() 296 UClassID U_EXPORT2 myClass::getStaticClassID() { \ 301 { return myClass::getStaticClassID(); } 307 * header should declare getStaticClassID. 313 UClassID U_EXPORT2 myClass::getStaticClassID() { \
|
/third_party/node/deps/icu-small/source/common/unicode/ |
H A D | uobject.h | 74 * { return Derived::getStaticClassID(); } 78 * Each concrete class implements getStaticClassID() as well, which allows 84 * static UClassID U_EXPORT2 getStaticClassID(); 90 * UClassID Derived::getStaticClassID() 296 UClassID U_EXPORT2 myClass::getStaticClassID() { \ 301 { return myClass::getStaticClassID(); } 307 * header should declare getStaticClassID. 313 UClassID U_EXPORT2 myClass::getStaticClassID() { \
|
/third_party/skia/third_party/externals/icu/source/common/unicode/ |
H A D | uobject.h | 74 * { return Derived::getStaticClassID(); } 78 * Each concrete class implements getStaticClassID() as well, which allows 84 * static UClassID U_EXPORT2 getStaticClassID(); 90 * UClassID Derived::getStaticClassID() 296 UClassID U_EXPORT2 myClass::getStaticClassID() { \ 301 { return myClass::getStaticClassID(); } 307 * header should declare getStaticClassID. 313 UClassID U_EXPORT2 myClass::getStaticClassID() { \
|
/third_party/icu/icu4c/source/samples/translit/ |
H A D | unaccent.h | 56 * . Derived::getStaticClassID()) ... 61 static inline UClassID getStaticClassID(void) { return (UClassID)&fgClassID; }; in getStaticClassID() function in UnaccentTransliterator 74 * static UClassID getStaticClassID() { return (UClassID)&fgClassID; } 86 virtual UClassID getDynamicClassID(void) const { return getStaticClassID(); }; in getDynamicClassID()
|
/third_party/skia/third_party/externals/icu/source/samples/translit/ |
H A D | unaccent.h | 56 * . Derived::getStaticClassID()) ... 61 static inline UClassID getStaticClassID(void) { return (UClassID)&fgClassID; }; in getStaticClassID() function in UnaccentTransliterator 74 * static UClassID getStaticClassID() { return (UClassID)&fgClassID; } 86 virtual UClassID getDynamicClassID(void) const { return getStaticClassID(); }; in getDynamicClassID()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | nptrans.h | 59 inline UClassID getDynamicClassID() const { return getStaticClassID(); } in getDynamicClassID() 64 static inline UClassID getStaticClassID() { return (UClassID)&fgClassID; } in getStaticClassID() function in NamePrepTransform
|
H A D | reptest.cpp | 101 static inline UClassID getStaticClassID() { return (UClassID)&fgClassID; } in getStaticClassID() function in TestReplaceable 108 virtual inline UClassID getDynamicClassID() const override { return getStaticClassID(); } 206 static inline UClassID getStaticClassID() { return (UClassID)&fgClassID; } in getStaticClassID() function in NoopReplaceable 207 virtual inline UClassID getDynamicClassID() const override { return getStaticClassID(); }
|
H A D | icusvtst.cpp | 81 static UClassID getStaticClassID() { in getStaticClassID() function in Integer 86 return getStaticClassID(); 535 static UClassID getStaticClassID() { in getStaticClassID() function in AnonymousStringFactory 540 return getStaticClassID(); 611 static UClassID getStaticClassID() { in getStaticClassID() function in TestMultipleKeyStringFactory 616 return getStaticClassID(); 1262 static UClassID getStaticClassID() { in getStaticClassID() function in WrapFactory 1267 return getStaticClassID(); 1320 if (key.getDynamicClassID() != ICUServiceKey::getStaticClassID()) { in testCoverage() 1335 if (sf->getDynamicClassID() != SimpleFactory::getStaticClassID()) { in testCoverage() [all...] |
H A D | uobjtest.cpp | 66 delete testClass(f, #c, #f, c ::getStaticClassID()); \ 73 delete testClass(Transliterator::createInstance(UnicodeString(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())
|
/third_party/icu/icu4c/source/samples/layout/ |
H A D | ScriptCompositeFontInstance.h | 115 virtual inline UClassID getDynamicClassID() const { return getStaticClassID(); } in getDynamicClassID() 120 static inline UClassID getStaticClassID() { return (UClassID)&fgClassID; } in getStaticClassID() function in ScriptCompositeFontInstance
|
/third_party/skia/third_party/externals/icu/source/samples/layout/ |
H A D | ScriptCompositeFontInstance.h | 115 virtual inline UClassID getDynamicClassID() const { return getStaticClassID(); } in getDynamicClassID() 120 static inline UClassID getStaticClassID() { return (UClassID)&fgClassID; } in getStaticClassID() function in ScriptCompositeFontInstance
|
/third_party/icu/icu4c/source/common/ |
H A 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();
|
/third_party/node/deps/icu-small/source/common/ |
H A 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();
|
/third_party/skia/third_party/externals/icu/source/common/ |
H A 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();
|
/third_party/icu/icu4c/source/extra/scrptrun/ |
H A D | scrptrun.h | 65 virtual inline UClassID getDynamicClassID() const override { return getStaticClassID(); } 72 static inline UClassID getStaticClassID() { return (UClassID)&fgClassID; } in getStaticClassID() function in ScriptRun
|
/third_party/node/deps/icu-small/source/tools/toolutil/ |
H A D | xmlparser.h | 124 static UClassID U_EXPORT2 getStaticClassID(); 196 static UClassID U_EXPORT2 getStaticClassID();
|
/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | xmlparser.h | 124 static UClassID U_EXPORT2 getStaticClassID(); 196 static UClassID U_EXPORT2 getStaticClassID();
|
/third_party/skia/third_party/externals/icu/source/extra/scrptrun/ |
H A D | scrptrun.h | 65 virtual inline UClassID getDynamicClassID() const { return getStaticClassID(); } in getDynamicClassID() 72 static inline UClassID getStaticClassID() { return (UClassID)&fgClassID; } in getStaticClassID() function in ScriptRun
|
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | xmlparser.h | 124 static UClassID U_EXPORT2 getStaticClassID(); 196 static UClassID U_EXPORT2 getStaticClassID();
|
/third_party/icu/icu4c/source/i18n/ |
H A 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);
|