Searched refs:inStrC (Results 1 – 1 of 1) sorted by relevance
61 char inStrC[128]; in TestStream() local106 u_austrncpy(inStrC, inStr.getBuffer(), inStr.length()); in TestStream()107 inStrC[inStr.length()] = 0; in TestStream()108 log_err("Got: \"%s\", Expected: \"tHis\\u03BC\"\n", inStrC); in TestStream()111 u_austrncpy(inStrC, inStr.getBuffer(), inStr.length()); in TestStream()112 inStrC[inStr.length()] = 0; in TestStream()113 log_err("Got: \"%s\", Expected: \"mu\"\n", inStrC); in TestStream()