Home | History | Annotate | Download | only in common

Lines Matching refs:fgClassID

1211     static const char fgClassID;/* Warning this is used beyond the typical RTTI usage. */
1214 static UClassID U_EXPORT2 getStaticClassID(void) { return (UClassID)&fgClassID; }
1218 : keywords((char *)&fgClassID), current((char *)&fgClassID), length(0) {
1287 const char KeywordEnumeration::fgClassID = '\0';