Home | History | Annotate | Download | only in intltest

Lines Matching refs:TestString

179         name = "TestString"; 
181 TestString();
1152 void MultithreadTest::TestString()
1158 UnicodeString *testString = new UnicodeString("This is the original test string.");
1165 tests[j] = new StringThreadTest2(testString, j);
1236 delete testString;