Searched defs:getConverter (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/io/
H A DByteToCharConverter.java82 public static ByteToCharConverter getConverter(String encoding) method in class:ByteToCharConverter
H A DCharToByteConverter.java82 public static CharToByteConverter getConverter(String encoding) method in class:CharToByteConverter
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DCodeSetConversion.java327 btc = this.getConverter(codeset.getName());
404 protected CharsetDecoder getConverter(String javaCodeSetName) { method in class:CodeSetConversion.JavaBTCConverter
499 // Use the getConverter method from our superclass.
500 btc = super.getConverter(newCodeSet.getName());
/openjdk7/jdk/src/share/classes/sun/font/
H A DCMap.java271 static char[] getConverter(short encodingID) { method in class:CMap
392 converterMaps[encodingID] = getConverter(encodingID);
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DAudioFloatConverter.java906 public static AudioFloatConverter getConverter(AudioFormat format) { method in class:AudioFloatConverter

Completed in 68 milliseconds