OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fSourceStrings
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/test/threadtest/
stringtest.cpp
24
UnicodeString *
fSourceStrings
;
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
[i] |
[
all
...]
/external/icu/icu4c/source/test/threadtest/
stringtest.cpp
24
UnicodeString *
fSourceStrings
;
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
[i] |
[
all
...]
Completed in 55 milliseconds