HomeSort by relevance Sort by last modified time
    Searched defs:testClassNoClassID (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/test/intltest/
uobjtest.cpp 48 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)
  /external/icu4c/test/intltest/
uobjtest.cpp 48 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)

Completed in 181 milliseconds