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

/macosx-10.10.1/ICU-531.30/icuSources/test/threadtest/
H A Dstringtest.cpp23 UnicodeString *fCleanStrings; member in class:StringThreadTest
32 fCleanStrings = new UnicodeString[5];
35 fCleanStrings[0] = "When sorrows come, they come not single spies, but in batallions.";
37 fCleanStrings[1] = "Away, you scullion! You rampallion! You fustilarion! I'll tickle your catastrophe!";
39 fCleanStrings[2] = "hot";
41 fCleanStrings[3] = "";
43 fCleanStrings[4] = "Tomorrow, and tomorrow, and tomorrow,\n"
67 delete [] fCleanStrings;

Completed in 115 milliseconds