Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Duobjtest.cpp112 UClassID dynamicID = NULL; in testClass() local
122 dynamicID = obj->getDynamicClassID(); in testClass()
127 sprintf(tmp, " [static=%p, dynamic=%p] ", staticID, dynamicID); in testClass()
141 if(dynamicID == NULL) { in testClass()
145 if(dynamicID != staticID) { in testClass()
181 UClassID dynamicID = obj->getDynamicClassID(); in testClassNoClassID() local
185 sprintf(tmp, " [dynamic=%p] ", dynamicID); in testClassNoClassID()
195 if(dynamicID != NULL) { in testClassNoClassID()