Lines Matching defs:testString
83 static const char * const TESTSTRING = "\x20\x74\x48\x69\x73\xCE\xBC\xE2\x80\x82\x20\x6D\x75\x20\x77\x6F\x72\x6C\x64";
86 istringstream inTestStream(TESTSTRING);
90 istrstream inTestStream(TESTSTRING, 0);
220 testString(
222 const char* testString,
232 sstrm << testString;
234 /*log_verbose("iostream before operator::>>() call \"%s\" ", testString);
239 log_verbose("iostream after operator::>>() call \"%s\" ", testString);
247 log_err("Did not get expected results from \"%s\", expected \"%s\"\n", testString, expectedString);
311 testString(UStr, u_austrcpy(testcase, testCase1), expectedResultA, IOSTREAM_EOF|IOSTREAM_FAIL);
312 testString(UStr, u_austrcpy(testcase, testCase2), expectedResultB, IOSTREAM_EOF);
314 testString(UStr, u_austrcpy(testcase, testCase3), expectedResultC, IOSTREAM_EOF|IOSTREAM_FAIL);
315 testString(UStr, u_austrcpy(testcase, testCase4), expectedResultD, IOSTREAM_EOF);
316 testString(UStr, u_austrcpy(testcase, testCase5), expectedResultD, IOSTREAM_GOOD);
317 testString(UStr, u_austrcpy(testcase, testCase6), expectedResultD, IOSTREAM_GOOD);