Home
last modified time | relevance | path

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

/external/chromium/third_party/icu/source/test/iotest/
Dstream.cpp67 char inStrC[128]; in TestStream() local
112 u_austrncpy(inStrC, inStr.getBuffer(), inStr.length()); in TestStream()
113 inStrC[inStr.length()] = 0; in TestStream()
114 log_err("Got: \"%s\", Expected: \"tHis\\u03BC\"\n", inStrC); in TestStream()
117 u_austrncpy(inStrC, inStr.getBuffer(), inStr.length()); in TestStream()
118 inStrC[inStr.length()] = 0; in TestStream()
119 log_err("Got: \"%s\", Expected: \"mu\"\n", inStrC); in TestStream()
/external/icu4c/test/iotest/
Dstream.cpp68 char inStrC[128]; in TestStream() local
113 u_austrncpy(inStrC, inStr.getBuffer(), inStr.length()); in TestStream()
114 inStrC[inStr.length()] = 0; in TestStream()
115 log_err("Got: \"%s\", Expected: \"tHis\\u03BC\"\n", inStrC); in TestStream()
118 u_austrncpy(inStrC, inStr.getBuffer(), inStr.length()); in TestStream()
119 inStrC[inStr.length()] = 0; in TestStream()
120 log_err("Got: \"%s\", Expected: \"mu\"\n", inStrC); in TestStream()