Searched refs:expChars (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/test/intltest/
H A Dnormconf.cpp495 char *sChars, *gotChars, *expChars; local
502 expChars = new char[expPretty.length() + 1];
508 expPretty.extract(0, expPretty.length(), expChars, expPretty.length() + 1);
509 expChars[expPretty.length()] = 0;
511 errln(" %s%d)%s(%s)=%s, exp. %s", msg, field, op, sChars, gotChars, expChars);
515 delete []expChars;
/external/icu4c/test/cintltst/
H A Dcbiditst.c3989 char expChars[MAX_MAP_LENGTH]; local
4003 formatMap(expectedLogicalMap, srcLen, expChars),
4016 char expChars[MAX_MAP_LENGTH]; local
4030 formatMap(expectedVisualMap, resLen, expChars),

Completed in 65 milliseconds