Home | History | Annotate | Download | only in iotest

Lines Matching full:teststring

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);
309 testString(UStr, u_austrcpy(testcase, testCase2), expectedResultB, IOSTREAM_EOF);
311 testString(UStr, u_austrcpy(testcase, testCase3), expectedResultC, IOSTREAM_EOF|IOSTREAM_FAIL);
312 testString(UStr, u_austrcpy(testcase, testCase4), expectedResultD, IOSTREAM_EOF);
313 testString(UStr, u_austrcpy(testcase, testCase5), expectedResultD, IOSTREAM_GOOD);
314 testString(UStr, u_austrcpy(testcase, testCase6), expectedResultD, IOSTREAM_GOOD);