Home
last modified time | relevance | path

Searched refs:inStrC (Results 1 – 1 of 1) sorted by relevance

/third_party/icu/icu4c/source/test/iotest/
Dstream.cpp63 char inStrC[128]; in TestStream() local
108 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()