Searched refs:inStrC (Results 1 – 1 of 1) sorted by relevance
63 char inStrC[128]; in TestStream() local108 u_austrncpy(inStrC, toUCharPtr(inStr.getBuffer()), inStr.length()); in TestStream()109 inStrC[inStr.length()] = 0; in TestStream()110 log_err("Got: \"%s\", Expected: \"tHis\\u03BC\"\n", inStrC); in TestStream()113 u_austrncpy(inStrC, toUCharPtr(inStr.getBuffer()), inStr.length()); in TestStream()114 inStrC[inStr.length()] = 0; in TestStream()115 log_err("Got: \"%s\", Expected: \"mu\"\n", inStrC); in TestStream()