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

/macosx-10.9.5/ICU-511.35/icuSources/test/intltest/
H A Dnormconf.cpp495 char *sChars, *gotChars, *expChars; local
501 gotChars = new char[gotPretty.length() + 1];
506 gotPretty.extract(0, gotPretty.length(), gotChars, gotPretty.length() + 1);
507 gotChars[gotPretty.length()] = 0;
511 errln(" %s%d)%s(%s)=%s, exp. %s", msg, field, op, sChars, gotChars, expChars);
514 delete []gotChars;
/macosx-10.9.5/ICU-511.35/icuSources/test/cintltst/
H A Dcbiditst.c4474 char gotChars[MAX_MAP_LENGTH]; local
4488 formatMap(getIndexMap, srcLen, gotChars),
4503 char gotChars[MAX_MAP_LENGTH]; local
4517 formatMap(getIndexMap, resLen, gotChars),

Completed in 181 milliseconds