Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/threadtest/
Dstringtest.cpp24 UnicodeString *fSourceStrings; member in StringThreadTest
33 fSourceStrings = new UnicodeString[5]; in StringThreadTest()
36 fSourceStrings[0] = "When sorrows come, they come not single spies, but in batallions."; in StringThreadTest()
38fSourceStrings[1] = "Away, you scullion! You rampallion! You fustilarion! I'll tickle your catastr… in StringThreadTest()
40 fSourceStrings[2] = "hot"; in StringThreadTest()
42 fSourceStrings[3] = ""; in StringThreadTest()
53 fSourceStrings[4] = "Tomorrow, and tomorrow, and tomorrow,\n" in StringThreadTest()
68 delete [] fSourceStrings; in ~StringThreadTest()
86 firstGeneration[i] = fSourceStrings[i]; in makeStringCopies()
104 if (firstGeneration[i] != fSourceStrings[i] || in makeStringCopies()
[all …]