Home | History | Annotate | Download | only in intltest

Lines Matching refs:prettify

121         errln((UnicodeString)"append failed for UChar32, expected \"\\\\ud841\\\\udc02\", got " + prettify(test3));
128 errln((UnicodeString)"append failed for UChar32, expected \"\\\\uD841\\\\uDC02t\", got " + prettify(test3));
1259 errln((UnicodeString)"UnicodeString.setTo(UChar*, length, capacity) does not work correctly\n" + prettify(*test));
1311 errln("FAIL: " + prettify(IN) + ".unescape() -> " +
1312 prettify(result) + ", expected " +
1313 prettify(OUT));