Searched refs:sChars (Results 1 – 1 of 1) sorted by relevance
/external/icu4c/test/intltest/ |
D | normconf.cpp | 495 char *sChars, *gotChars, *expChars; in assertEqual() local 500 sChars = new char[sPretty.length() + 1]; in assertEqual() 504 sPretty.extract(0, sPretty.length(), sChars, sPretty.length() + 1); in assertEqual() 505 sChars[sPretty.length()] = 0; in assertEqual() 511 errln(" %s%d)%s(%s)=%s, exp. %s", msg, field, op, sChars, gotChars, expChars); in assertEqual() 513 delete []sChars; in assertEqual()
|