Home | History | Annotate | Download | only in intltest

Lines Matching defs:TestString

185         name = "TestString"; 
187 TestString();
1441 void MultithreadTest::TestString()
1447 UnicodeString *testString = new UnicodeString("This is the original test string.");
1454 tests[j] = new StringThreadTest2(testString, j);
1525 delete testString;