Home
last modified time | relevance | path

Searched refs:dynamicID (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Duobjtest.cpp110 UClassID dynamicID = NULL; in testClass() local
120 dynamicID = obj->getDynamicClassID(); in testClass()
125 sprintf(tmp, " [static=%p, dynamic=%p] ", staticID, dynamicID); in testClass()
139 if(dynamicID == NULL) { in testClass()
143 if(dynamicID != staticID) { in testClass()
179 UClassID dynamicID = obj->getDynamicClassID(); in testClassNoClassID() local
183 sprintf(tmp, " [dynamic=%p] ", dynamicID); in testClassNoClassID()
193 if(dynamicID != NULL) { in testClassNoClassID()
/external/chromium_org/third_party/icu/source/test/intltest/
Duobjtest.cpp110 UClassID dynamicID = NULL; in testClass() local
120 dynamicID = obj->getDynamicClassID(); in testClass()
125 sprintf(tmp, " [static=%p, dynamic=%p] ", staticID, dynamicID); in testClass()
139 if(dynamicID == NULL) { in testClass()
143 if(dynamicID != staticID) { in testClass()
179 UClassID dynamicID = obj->getDynamicClassID(); in testClassNoClassID() local
183 sprintf(tmp, " [dynamic=%p] ", dynamicID); in testClassNoClassID()
193 if(dynamicID != NULL) { in testClassNoClassID()