OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fgClassID
(Results
1 - 20
of
20
) sorted by null
/external/icu4c/samples/translit/
unaccent.h
55
static inline UClassID getStaticClassID(void) { return (UClassID)&
fgClassID
; };
68
* static UClassID getStaticClassID() { return (UClassID)&
fgClassID
; }
69
* static char
fgClassID
;
88
static const char
fgClassID
;
unaccent.cpp
9
const char UnaccentTransliterator::
fgClassID
= 0;
/external/icu4c/layoutex/layout/
RunArrays.h
155
static inline UClassID getStaticClassID() { return (UClassID)&
fgClassID
; }
209
static const char
fgClassID
;
355
static inline UClassID getStaticClassID() { return (UClassID)&
fgClassID
; }
378
static const char
fgClassID
;
492
static inline UClassID getStaticClassID() { return (UClassID)&
fgClassID
; }
520
static const char
fgClassID
;
629
static inline UClassID getStaticClassID() { return (UClassID)&
fgClassID
; }
652
static const char
fgClassID
;
ParagraphLayout.h
145
static inline UClassID getStaticClassID() { return (UClassID)&
fgClassID
; }
160
static const char
fgClassID
;
308
static inline UClassID getStaticClassID() { return (UClassID)&
fgClassID
; }
323
static const char
fgClassID
;
536
static inline UClassID getStaticClassID() { return (UClassID)&
fgClassID
; }
552
static const char
fgClassID
;
/external/icu4c/samples/layout/
ScriptCompositeFontInstance.h
125
static inline UClassID getStaticClassID() { return (UClassID)&
fgClassID
; }
136
static const char
fgClassID
;
ScriptCompositeFontInstance.cpp
22
const char ScriptCompositeFontInstance::
fgClassID
=0;
/external/icu4c/test/intltest/
nptrans.h
66
static inline UClassID getStaticClassID() { return (UClassID)&
fgClassID
; }
130
static const char
fgClassID
;
reptest.cpp
51
static const char
fgClassID
;
99
static inline UClassID getStaticClassID() { return (UClassID)&
fgClassID
; }
160
const char TestReplaceable::
fgClassID
=0;
204
static inline UClassID getStaticClassID() { return (UClassID)&
fgClassID
; }
208
static const char
fgClassID
;
211
const char NoopReplaceable::
fgClassID
=0;
icusvtst.cpp
79
return (UClassID)&
fgClassID
;
105
static const char
fgClassID
;
108
const char Integer::
fgClassID
= '\0';
533
return (UClassID)&
fgClassID
;
541
static const char
fgClassID
;
544
const char AnonymousStringFactory::
fgClassID
= '\0';
609
return (UClassID)&
fgClassID
;
617
static const char
fgClassID
;
620
const char TestMultipleKeyStringFactory::
fgClassID
= '\0';
[
all
...]
citrtest.cpp
46
return (UClassID)(&
fgClassID
);
137
static const char
fgClassID
;
139
const char SCharacterIterator::
fgClassID
=0;
[
all
...]
nptrans.cpp
34
const char NamePrepTransform::
fgClassID
=0;
transrt.cpp
277
static inline UClassID getStaticClassID() { return (UClassID)&
fgClassID
; }
293
static const char
fgClassID
;
298
const char AbbreviatedUnicodeSetIterator::
fgClassID
=0;
[
all
...]
srchtest.cpp
[
all
...]
ustrtest.cpp
[
all
...]
tzrulets.cpp
67
return (UClassID)&
fgClassID
;
73
static const char
fgClassID
;
79
const char TestZIDEnumeration::
fgClassID
= 0;
[
all
...]
/external/icu4c/layoutex/
RunArrays.cpp
17
const char RunArray::
fgClassID
= 0;
74
const char FontRuns::
fgClassID
= 0;
126
const char LocaleRuns::
fgClassID
= 0;
178
const char ValueRuns::
fgClassID
= 0;
ParagraphLayout.cpp
276
const char ParagraphLayout::
fgClassID
= 0;
[
all
...]
/external/icu4c/extra/scrptrun/
scrptrun.h
68
static inline UClassID getStaticClassID() { return (UClassID)&
fgClassID
; }
97
static const char
fgClassID
;
scrptrun.cpp
21
const char ScriptRun::
fgClassID
=0;
/external/icu4c/common/
locid.cpp
960
static const char
fgClassID
;/* Warning this is used beyond the typical RTTI usage. */
963
static UClassID U_EXPORT2 getStaticClassID(void) { return (UClassID)&
fgClassID
; }
967
: keywords((char *)&
fgClassID
), current((char *)&
fgClassID
), length(0) {
1036
const char KeywordEnumeration::
fgClassID
= '\0';
Completed in 781 milliseconds