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

/external/chromium_org/third_party/icu/source/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;
/external/icu/icu4c/source/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;
/external/chromium_org/third_party/icu/source/test/cintltst/
H A Dcbiditst.c4477 char gotChars[MAX_MAP_LENGTH]; local
4491 formatMap(getIndexMap, srcLen, gotChars),
4506 char gotChars[MAX_MAP_LENGTH]; local
4520 formatMap(getIndexMap, resLen, gotChars),
/external/icu/icu4c/source/test/cintltst/
H A Dcbiditst.c4717 char gotChars[MAX_MAP_LENGTH]; local
4731 formatMap(getIndexMap, srcLen, gotChars),
4746 char gotChars[MAX_MAP_LENGTH]; local
4760 formatMap(getIndexMap, resLen, gotChars),

Completed in 688 milliseconds