Searched defs:UClassID (Results 1 - 5 of 5) sorted by relevance

/external/icu4c/common/unicode/
H A Dutypes.h11 * 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; typedef
[all...]
/external/webkit/Source/JavaScriptCore/icu/unicode/
H A Dutypes.h11 * 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; typedef
[all...]
/external/webkit/Source/JavaScriptGlue/icu/unicode/
H A Dutypes.h11 * 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; typedef
[all...]
/external/webkit/Source/WebCore/icu/unicode/
H A Dutypes.h11 * 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; typedef
[all...]
/external/webkit/Source/WebKit/mac/icu/unicode/
H A Dutypes.h11 * 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; typedef
[all...]

Completed in 124 milliseconds