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

  /external/icu4c/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 = 0;
73 * virtual UClassID getDynamicClassID() const
84 * static UClassID U_EXPORT2 getStaticClassID();
90 * UClassID Derived::getStaticClassID()
91 * { return (UClassID)&Derived::fgClassID; }
96 typedef void* UClassID;
239 * ICU4C "poor man's RTTI", returns a UClassID for the actual ICU class
    [all...]
  /external/webkit/Source/JavaScriptCore/icu/unicode/
utypes.h 11 * 02/27/97 aliu Added typedefs for UClassID, int8, int16, int32,
252 /* UClassID-based RTTI */
256 * UClassID is used to identify classes without using RTTI, since RTTI
259 * described in detail below. UClassID values can be compared using
269 * virtual UClassID getDynamicClassID() const = 0;
274 * virtual UClassID getDynamicClassID() const
285 * static UClassID U_EXPORT2 getStaticClassID();
291 * UClassID Derived::getStaticClassID()
292 * { return (UClassID)&Derived::fgClassID; }
297 typedef void* UClassID;
    [all...]
  /external/webkit/Source/JavaScriptGlue/icu/unicode/
utypes.h 11 * 02/27/97 aliu Added typedefs for UClassID, int8, int16, int32,
252 /* UClassID-based RTTI */
256 * UClassID is used to identify classes without using RTTI, since RTTI
259 * described in detail below. UClassID values can be compared using
269 * virtual UClassID getDynamicClassID() const = 0;
274 * virtual UClassID getDynamicClassID() const
285 * static UClassID U_EXPORT2 getStaticClassID();
291 * UClassID Derived::getStaticClassID()
292 * { return (UClassID)&Derived::fgClassID; }
297 typedef void* UClassID;
    [all...]
  /external/webkit/Source/WebCore/icu/unicode/
utypes.h 11 * 02/27/97 aliu Added typedefs for UClassID, int8, int16, int32,
252 /* UClassID-based RTTI */
256 * UClassID is used to identify classes without using RTTI, since RTTI
259 * described in detail below. UClassID values can be compared using
269 * virtual UClassID getDynamicClassID() const = 0;
274 * virtual UClassID getDynamicClassID() const
285 * static UClassID U_EXPORT2 getStaticClassID();
291 * UClassID Derived::getStaticClassID()
292 * { return (UClassID)&Derived::fgClassID; }
297 typedef void* UClassID;
    [all...]
  /external/webkit/Source/WebKit/mac/icu/unicode/
utypes.h 11 * 02/27/97 aliu Added typedefs for UClassID, int8, int16, int32,
252 /* UClassID-based RTTI */
256 * UClassID is used to identify classes without using RTTI, since RTTI
259 * described in detail below. UClassID values can be compared using
269 * virtual UClassID getDynamicClassID() const = 0;
274 * virtual UClassID getDynamicClassID() const
285 * static UClassID U_EXPORT2 getStaticClassID();
291 * UClassID Derived::getStaticClassID()
292 * { return (UClassID)&Derived::fgClassID; }
297 typedef void* UClassID;
    [all...]

Completed in 4572 milliseconds