Searched refs:myClass (Results 1 - 6 of 6) sorted by relevance

/external/chromium/third_party/icu/public/common/unicode/
H A Duobject.h291 * @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'
[all...]
/external/icu4c/common/unicode/
H A Duobject.h294 * @param myClass The name of the class that needs RTTI defined.
297 #define UOBJECT_DEFINE_RTTI_IMPLEMENTATION(myClass) \
298 UClassID U_EXPORT2 myClass::getStaticClassID() { \
302 UClassID myClass::getDynamicClassID() const \
303 { return myClass::getStaticClassID(); }
311 * @param myClass The name of the class that needs RTTI defined.
314 #define UOBJECT_DEFINE_ABSTRACT_RTTI_IMPLEMENTATION(myClass) \
315 UClassID U_EXPORT2 myClass::getStaticClassID() { \
325 // * @param myClass The name of the class that needs RTTI defined.
326 // * @param myParent The name of the myClass'
[all...]
/external/nist-sip/java/gov/nist/core/
H A DGenericObjectList.java102 protected Class<?> myClass; field in class:GenericObjectList
140 myClass = cl;
163 myClass = Class.forName(classname);
177 myClass = objclass;
306 if (myClass == null) {
307 myClass = objToAdd.getClass();
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DSIPHeaderList.java57 private Class<HDR> myClass; field in class:SIPHeaderList
79 this.myClass = objclass;
235 return this.myClass;
316 this.myClass = cl;
455 retval.myClass = this.myClass;
/external/chromium/third_party/icu/source/test/intltest/
H A Dtransapi.cpp974 MyUnicodeFunctorTestClass myClass; local
975 if (myClass.toMatcher() != NULL) {
978 if (myClass.toReplacer() != NULL) {
/external/icu4c/test/intltest/
H A Dtransapi.cpp974 MyUnicodeFunctorTestClass myClass; local
975 if (myClass.toMatcher() != NULL) {
978 if (myClass.toReplacer() != NULL) {

Completed in 177 milliseconds