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

/macosx-10.10.1/ICU-531.30/icuSources/test/threadtest/
H A Dstringtest.cpp24 UnicodeString *fSourceStrings; member in class:StringThreadTest
33 fSourceStrings = new UnicodeString[5];
36 fSourceStrings[0] = "When sorrows come, they come not single spies, but in batallions.";
38 fSourceStrings[1] = "Away, you scullion! You rampallion! You fustilarion! I'll tickle your catastrophe!";
40 fSourceStrings[2] = "hot";
42 fSourceStrings[3] = "";
53 fSourceStrings[4] = "Tomorrow, and tomorrow, and tomorrow,\n"
68 delete [] fSourceStrings;
86 firstGeneration[i] = fSourceStrings[i];
104 if (firstGeneration[i] != fSourceStrings[
[all...]

Completed in 192 milliseconds