Searched refs:printchars (Results 1 – 2 of 2) sorted by relevance
1144 String printchars(CharBuffer buf, int pos) { in printchars() method1185 logln("Input: " + printchars(CharBuffer.wrap(cc.unicode), cc.unicode.length())); in checkResultsFromUnicode()1192 errln("Input: " + printchars(CharBuffer.wrap(cc.unicode), cc.unicode.length())); in checkResultsFromUnicode()1224 logln("Output: " + printchars(output, output.limit())); in checkResultsToUnicode()1225 logln("Expected: " + printchars(CharBuffer.wrap(expected), expected.length())); in checkResultsToUnicode()1230 errln("Output: " + printchars(output, output.limit())); in checkResultsToUnicode()1231 errln("Expected: " + printchars(CharBuffer.wrap(expected), expected.length())); in checkResultsToUnicode()
1231 printchars(chars); in TestAPISemantics()1233 printchars(unistr); in TestAPISemantics()1264 printchars(chars); in TestAPISemantics()1294 printchars(chars); in TestAPISemantics()1296 printchars(unistr); in TestAPISemantics()1405 void printchars(CharBuffer buf) { in printchars() method in TestCharset1419 void printchars(String str) { in printchars() method in TestCharset