Searched refs:printbytes (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/ |
D | TestConversion.java | 207 logln("Bytes: " + printbytes(cc.bytes, cc.bytes.limit())); in TestFromUnicode() 209 logln("Callback: " + printbytes(c, c.limit()) + " (" + cc.cbopt + ")"); in TestFromUnicode() 512 logln("Bytes: " + printbytes(cc.bytes, cc.bytes.limit())); in TestToUnicode() 514 logln("Callback: " + printbytes(c, c.limit()) + " (" + cc.cbopt + ")"); in TestToUnicode() 1134 String printbytes(ByteBuffer buf, int pos) { in printbytes() method 1186 logln("Output: " + printbytes(output, output.limit())); in checkResultsFromUnicode() 1187 logln("Expected: " + printbytes(expected, expected.limit())); in checkResultsFromUnicode() 1193 errln("Output: " + printbytes(output, output.limit())); in checkResultsFromUnicode() 1194 errln("Expected: " + printbytes(expected, expected.limit())); in checkResultsFromUnicode() 1223 logln("Input: " + printbytes(cc.bytes, cc.bytes.limit())); in checkResultsToUnicode() [all …]
|
D | TestCharset.java | 1324 printbytes(bytes); in TestAPISemantics() 1325 printbytes(expected); in TestAPISemantics() 1358 printbytes(bytes); in TestAPISemantics() 1359 printbytes(expected); in TestAPISemantics() 1391 printbytes(bytes); in TestAPISemantics() 1392 printbytes(byes); in TestAPISemantics() 1426 void printbytes(ByteBuffer buf) { in printbytes() method in TestCharset
|