OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getStaticClassID
(Results
1 - 25
of
182
) sorted by null
1
2
3
4
5
6
7
8
/external/icu/icu4c/source/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/icu/icu4c/source/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
();
/external/icu/icu4c/source/i18n/
dangical.h
92
* Derived::
getStaticClassID
()) ...
97
U_I18N_API static UClassID U_EXPORT2
getStaticClassID
(void);
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
();
/external/icu/icu4c/source/layout/
SegmentArrayProcessor.h
46
static UClassID
getStaticClassID
();
SegmentArrayProcessor2.h
46
static UClassID
getStaticClassID
();
SegmentSingleProcessor.h
46
static UClassID
getStaticClassID
();
SegmentSingleProcessor2.h
46
static UClassID
getStaticClassID
();
SimpleArrayProcessor.h
46
static UClassID
getStaticClassID
();
SimpleArrayProcessor2.h
46
static UClassID
getStaticClassID
();
SingleTableProcessor.h
46
static UClassID
getStaticClassID
();
SingleTableProcessor2.h
46
static UClassID
getStaticClassID
();
TrimmedArrayProcessor.h
46
static UClassID
getStaticClassID
();
/external/icu/icu4c/source/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/icu/icu4c/source/common/
ustrenum.h
74
static UClassID U_EXPORT2
getStaticClassID
();
Completed in 226 milliseconds
1
2
3
4
5
6
7
8