Home | History | Annotate | Download | only in unicode

Lines Matching defs:UClassID

11 *   02/27/97    aliu        Added typedefs for UClassID, int8, int16, int32,
340 /* UClassID-based RTTI */
344 * UClassID is used to identify classes without using RTTI, since RTTI
347 * described in detail below. UClassID values can be compared using
357 * virtual UClassID getDynamicClassID() const = 0;
362 * virtual UClassID getDynamicClassID() const
373 * static UClassID U_EXPORT2 getStaticClassID();
379 * UClassID Derived::getStaticClassID()
380 * { return (UClassID)&Derived::fgClassID; }
385 typedef void* UClassID;