Searched refs:StringThreadTest2 (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/test/intltest/
H A Dtsmthred.cpp1100 // StringThreadTest2
1109 class StringThreadTest2 : public ThreadWithStatus class in inherits:ThreadWithStatus
1116 StringThreadTest2(const UnicodeString *sharedString, int num) // constructor is NOT multithread safe. function in class:StringThreadTest2
1160 // Not using LocalArray<StringThreadTest2> tests[kStringThreadThreads];
1163 StringThreadTest2 *tests[kStringThreadThreads];
1165 tests[j] = new StringThreadTest2(testString, j);

Completed in 58 milliseconds