OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UClassID
(Results
1 - 25
of
185
) sorted by null
1
2
3
4
5
6
7
8
/external/icu/icu4c/source/samples/translit/
unaccent.h
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);
98
virtual
UClassID
getDynamicClassID(void) const = 0;
uobject.h
48
/*
UClassID
-based RTTI */
52
*
UClassID
is used to identify classes without using the compiler's RTTI.
58
* described in detail below.
UClassID
values can be compared using
68
* virtual
UClassID
getDynamicClassID() const
79
* static
UClassID
U_EXPORT2 getStaticClassID();
85
*
UClassID
Derived::getStaticClassID()
86
* { return (
UClassID
)&Derived::fgClassID; }
91
typedef void*
UClassID
;
231
* ICU4C "poor man's RTTI", returns a
UClassID
for the actual ICU class.
239
virtual
UClassID
getDynamicClassID() const
[
all
...]
/external/icu/icu4c/source/i18n/
dangical.h
84
virtual
UClassID
getDynamicClassID(void) const;
97
U_I18N_API static
UClassID
U_EXPORT2 getStaticClassID(void);
name2uni.h
53
* ICU "poor man's RTTI", returns a
UClassID
for the actual class.
55
virtual
UClassID
getDynamicClassID() const;
58
* ICU "poor man's RTTI", returns a
UClassID
for this class.
60
U_I18N_API static
UClassID
U_EXPORT2 getStaticClassID();
nultrans.h
56
* ICU "poor man's RTTI", returns a
UClassID
for the actual class.
58
virtual
UClassID
getDynamicClassID() const;
61
* ICU "poor man's RTTI", returns a
UClassID
for this class.
63
U_I18N_API static
UClassID
U_EXPORT2 getStaticClassID();
remtrans.h
63
* ICU "poor man's RTTI", returns a
UClassID
for the actual class.
65
virtual
UClassID
getDynamicClassID() const;
68
* ICU "poor man's RTTI", returns a
UClassID
for this class.
70
U_I18N_API static
UClassID
U_EXPORT2 getStaticClassID();
titletrn.h
56
* ICU "poor man's RTTI", returns a
UClassID
for the actual class.
58
virtual
UClassID
getDynamicClassID() const;
61
* ICU "poor man's RTTI", returns a
UClassID
for this class.
63
U_I18N_API static
UClassID
U_EXPORT2 getStaticClassID();
tolowtrn.h
54
* ICU "poor man's RTTI", returns a
UClassID
for the actual class.
56
virtual
UClassID
getDynamicClassID() const;
59
* ICU "poor man's RTTI", returns a
UClassID
for this class.
61
U_I18N_API static
UClassID
U_EXPORT2 getStaticClassID();
toupptrn.h
54
* ICU "poor man's RTTI", returns a
UClassID
for the actual class.
56
virtual
UClassID
getDynamicClassID() const;
59
* ICU "poor man's RTTI", returns a
UClassID
for this class.
61
U_I18N_API static
UClassID
U_EXPORT2 getStaticClassID();
uni2name.h
52
* ICU "poor man's RTTI", returns a
UClassID
for the actual class.
54
virtual
UClassID
getDynamicClassID() const;
57
* ICU "poor man's RTTI", returns a
UClassID
for this class.
59
U_I18N_API static
UClassID
U_EXPORT2 getStaticClassID();
msgfmt_impl.h
29
static
UClassID
U_EXPORT2 getStaticClassID(void);
30
virtual
UClassID
getDynamicClassID(void) const;
nortrans.h
48
* ICU "poor man's RTTI", returns a
UClassID
for the actual class.
50
virtual
UClassID
getDynamicClassID() const;
53
* ICU "poor man's RTTI", returns a
UClassID
for this class.
55
U_I18N_API static
UClassID
U_EXPORT2 getStaticClassID();
numsys_impl.h
31
static
UClassID
U_EXPORT2 getStaticClassID(void);
32
virtual
UClassID
getDynamicClassID(void) const;
region_impl.h
29
static
UClassID
U_EXPORT2 getStaticClassID(void);
30
virtual
UClassID
getDynamicClassID(void) const;
/external/icu/icu4c/source/layout/
SegmentArrayProcessor.h
35
* ICU "poor man's RTTI", returns a
UClassID
for the actual class.
39
virtual
UClassID
getDynamicClassID() const;
42
* ICU "poor man's RTTI", returns a
UClassID
for this class.
46
static
UClassID
getStaticClassID();
SegmentArrayProcessor2.h
35
* ICU "poor man's RTTI", returns a
UClassID
for the actual class.
39
virtual
UClassID
getDynamicClassID() const;
42
* ICU "poor man's RTTI", returns a
UClassID
for this class.
46
static
UClassID
getStaticClassID();
SegmentSingleProcessor.h
35
* ICU "poor man's RTTI", returns a
UClassID
for the actual class.
39
virtual
UClassID
getDynamicClassID() const;
42
* ICU "poor man's RTTI", returns a
UClassID
for this class.
46
static
UClassID
getStaticClassID();
SegmentSingleProcessor2.h
35
* ICU "poor man's RTTI", returns a
UClassID
for the actual class.
39
virtual
UClassID
getDynamicClassID() const;
42
* ICU "poor man's RTTI", returns a
UClassID
for this class.
46
static
UClassID
getStaticClassID();
SimpleArrayProcessor.h
35
* ICU "poor man's RTTI", returns a
UClassID
for the actual class.
39
virtual
UClassID
getDynamicClassID() const;
42
* ICU "poor man's RTTI", returns a
UClassID
for this class.
46
static
UClassID
getStaticClassID();
SimpleArrayProcessor2.h
35
* ICU "poor man's RTTI", returns a
UClassID
for the actual class.
39
virtual
UClassID
getDynamicClassID() const;
42
* ICU "poor man's RTTI", returns a
UClassID
for this class.
46
static
UClassID
getStaticClassID();
SingleTableProcessor.h
35
* ICU "poor man's RTTI", returns a
UClassID
for the actual class.
39
virtual
UClassID
getDynamicClassID() const;
42
* ICU "poor man's RTTI", returns a
UClassID
for this class.
46
static
UClassID
getStaticClassID();
SingleTableProcessor2.h
35
* ICU "poor man's RTTI", returns a
UClassID
for the actual class.
39
virtual
UClassID
getDynamicClassID() const;
42
* ICU "poor man's RTTI", returns a
UClassID
for this class.
46
static
UClassID
getStaticClassID();
TrimmedArrayProcessor.h
35
* ICU "poor man's RTTI", returns a
UClassID
for the actual class.
39
virtual
UClassID
getDynamicClassID() const;
42
* ICU "poor man's RTTI", returns a
UClassID
for this class.
46
static
UClassID
getStaticClassID();
/external/icu/icu4c/source/common/
ustrenum.h
67
* ICU4C "poor man's RTTI", returns a
UClassID
for the actual ICU class.
69
virtual
UClassID
getDynamicClassID() const;
72
* ICU4C "poor man's RTTI", returns a
UClassID
for this ICU class.
74
static
UClassID
U_EXPORT2 getStaticClassID();
Completed in 321 milliseconds
1
2
3
4
5
6
7
8