Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dnormconf.cpp496 char *sChars, *gotChars, *expChars; in assertEqual() local
501 sChars = new char[sPretty.length() + 1]; in assertEqual()
505 sPretty.extract(0, sPretty.length(), sChars, sPretty.length() + 1); in assertEqual()
506 sChars[sPretty.length()] = 0; in assertEqual()
512 errln(" %s%d)%s(%s)=%s, exp. %s", msg, field, op, sChars, gotChars, expChars); in assertEqual()
514 delete []sChars; in assertEqual()