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

  /external/chromium_org/third_party/icu/source/test/iotest/
stream.cpp 87 static const char * const TESTSTRING = "\x20\x74\x48\x69\x73\xCE\xBC\xE2\x80\x82\x20\x6D\x75\x20\x77\x6F\x72\x6C\x64";
90 istringstream inTestStream(TESTSTRING);
94 istrstream inTestStream(TESTSTRING, 0);
227 testString(
229 const char* testString,
239 sstrm << testString;
241 /*log_verbose("iostream before operator::>>() call \"%s\" ", testString);
246 log_verbose("iostream after operator::>>() call \"%s\" ", testString);
259 log_err("Did not get expected results from \"%s\", expected \"%s\"\n", testString, expectedString);
328 testString(UStr, u_austrcpy(testcase, testCase1), expectedResultA, IOSTREAM_EOF|IOSTREAM_FAIL)
    [all...]
  /external/icu4c/test/iotest/
stream.cpp 80 static const char * const TESTSTRING = "\x20\x74\x48\x69\x73\xCE\xBC\xE2\x80\x82\x20\x6D\x75\x20\x77\x6F\x72\x6C\x64";
83 istringstream inTestStream(TESTSTRING);
87 istrstream inTestStream(TESTSTRING, 0);
217 testString(
219 const char* testString,
229 sstrm << testString;
231 /*log_verbose("iostream before operator::>>() call \"%s\" ", testString);
236 log_verbose("iostream after operator::>>() call \"%s\" ", testString);
244 log_err("Did not get expected results from \"%s\", expected \"%s\"\n", testString, expectedString);
308 testString(UStr, u_austrcpy(testcase, testCase1), expectedResultA, IOSTREAM_EOF|IOSTREAM_FAIL)
    [all...]

Completed in 571 milliseconds