Home
last modified time | relevance | path

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

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