Searched defs:ascii85Encode (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/test/compiler/6732154/
H A DTest6732154.java30 * @run main/othervm -Xcomp -XX:CompileOnly="Test6732154::ascii85Encode" Test6732154
34 // Exact copy of sun.print.PSPrinterJob.ascii85Encode([b)[b
35 private byte[] ascii85Encode(byte[] inArr) { method in class:Test6732154
108 new Test6732154().ascii85Encode(new byte[0]);
/openjdk7/jdk/src/share/classes/sun/print/
H A DPSPrinterJob.java926 byte[] asciiData = ascii85Encode(encodedData);
991 byte[] asciiData = ascii85Encode(encodedData);
1982 private byte[] ascii85Encode(byte[] inArr) { method in class:PSPrinterJob

Completed in 27 milliseconds