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

  /external/icu4c/common/unicode/
utypes.h 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;
    [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 214 milliseconds