HomeSort by relevance Sort by last modified time
    Searched defs:UClassID (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4c/source/common/unicode/
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/chromium_org/third_party/icu/source/common/unicode/
utypes.h 11 * 02/27/97 aliu Added typedefs for UClassID, int8, int16, int32,
320 /* UClassID-based RTTI */
324 * UClassID is used to identify classes without using RTTI, since RTTI
327 * described in detail below. UClassID values can be compared using
337 * virtual UClassID getDynamicClassID() const = 0;
342 * virtual UClassID getDynamicClassID() const
353 * static UClassID U_EXPORT2 getStaticClassID();
359 * UClassID Derived::getStaticClassID()
360 * { return (UClassID)&Derived::fgClassID; }
365 typedef void* UClassID;
    [all...]

Completed in 75 milliseconds