Searched defs:LocalPointerTest (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/icu/source/test/intltest/
H A Ditutil.cpp67 name = "LocalPointerTest";
69 logln("TestSuite LocalPointerTest---"); logln();
218 class LocalPointerTest : public IntlTest { class in inherits:IntlTest
220 LocalPointerTest() {} function in class:LocalPointerTest
231 return new LocalPointerTest();
234 void LocalPointerTest::runIndexedTest(int32_t index, UBool exec, const char *&name, char * /*par*/) {
236 logln("TestSuite LocalPointerTest: ");
250 void LocalPointerTest::TestLocalPointer() {
280 void LocalPointerTest::TestLocalArray() {
309 void LocalPointerTest
[all...]
/external/icu/icu4c/source/test/intltest/
H A Ditutil.cpp69 name = "LocalPointerTest";
71 logln("TestSuite LocalPointerTest---"); logln();
236 class LocalPointerTest : public IntlTest { class in inherits:IntlTest
238 LocalPointerTest() {} function in class:LocalPointerTest
249 return new LocalPointerTest();
252 void LocalPointerTest::runIndexedTest(int32_t index, UBool exec, const char *&name, char * /*par*/) {
254 logln("TestSuite LocalPointerTest: ");
268 void LocalPointerTest::TestLocalPointer() {
298 void LocalPointerTest::TestLocalArray() {
327 void LocalPointerTest
[all...]

Completed in 1383 milliseconds