Home
last modified time | relevance | path

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

/external/icu4c/test/intltest/
Duobjtest.h39 UObject *testClassNoClassID(UObject *obj,
Duobjtest.cpp48 delete testClassNoClassID(new c, #c, "new " #c)
50 delete testClassNoClassID(new c x, #c, "new " #c #x); \
57 delete testClassNoClassID(f, #c, #f); \
173 UObject *UObjectTest::testClassNoClassID(UObject *obj, const char *className, const char *factory) in testClassNoClassID() function in UObjectTest