HomeSort by relevance Sort by last modified time
    Searched refs:fCleanStrings (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/test/threadtest/
stringtest.cpp 23 UnicodeString *fCleanStrings;
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;
  /external/icu/icu4c/source/test/threadtest/
stringtest.cpp 23 UnicodeString *fCleanStrings;
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 77 milliseconds