HomeSort by relevance Sort by last modified time
    Searched refs:myClass (Results 1 - 3 of 3) sorted by null

  /external/icu4c/common/unicode/
uobject.h 291 * @param myClass The name of the class that needs RTTI defined.
294 #define UOBJECT_DEFINE_RTTI_IMPLEMENTATION(myClass) \
295 UClassID U_EXPORT2 myClass::getStaticClassID() { \
299 UClassID myClass::getDynamicClassID() const \
300 { return myClass::getStaticClassID(); }
308 * @param myClass The name of the class that needs RTTI defined.
311 #define UOBJECT_DEFINE_ABSTRACT_RTTI_IMPLEMENTATION(myClass) \
312 UClassID U_EXPORT2 myClass::getStaticClassID() { \
322 // * @param myClass The name of the class that needs RTTI defined.
323 // * @param myParent The name of the myClass's parent
    [all...]
  /dalvik/libcore/luni/src/main/java/java/lang/
Enum.java 145 Class<?> myClass = getClass();
146 Class<?> mySuperClass = myClass.getSuperclass();
148 return (Class<E>)myClass;
  /external/icu4c/test/intltest/
transapi.cpp     [all...]

Completed in 170 milliseconds