HomeSort by relevance Sort by last modified time
    Searched refs:printbytes (Results 1 - 2 of 2) sorted by null

  /external/icu/icu4j/main/tests/charset/src/com/ibm/icu/dev/test/charset/
TestConversion.java 207 logln("Bytes: " + printbytes(cc.bytes, cc.bytes.limit()));
209 logln("Callback: " + printbytes(c, c.limit()) + " (" + cc.cbopt + ")");
512 logln("Bytes: " + printbytes(cc.bytes, cc.bytes.limit()));
514 logln("Callback: " + printbytes(c, c.limit()) + " (" + cc.cbopt + ")");
1134 String printbytes(ByteBuffer buf, int pos) { method
    [all...]
TestCharset.java 1422 void printbytes(ByteBuffer buf) { method in class:TestCharset
    [all...]

Completed in 95 milliseconds