Searched refs:convertAll (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/test/sun/nio/cs/
H A DTestISCII91.java41 byte [] c2bBytes = c2b.convertAll(charsToEncode.toCharArray());
48 char[] c2bChars = b2c.convertAll(c2bBytes);
/openjdk7/jdk/src/share/classes/sun/io/
H A DByteToCharConverter.java157 public char[] convertAll( byte input[] ) throws MalformedInputException { method in class:ByteToCharConverter
H A DCharToByteConverter.java223 public byte[] convertAll( char input[] ) throws MalformedInputException { method in class:CharToByteConverter

Completed in 31 milliseconds