Searched refs:getCharsetForTextFormat (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXDataTransferer.java102 protected String getCharsetForTextFormat(Long lFormat) { method in class:XDataTransferer
117 return super.getCharsetForTextFormat(lFormat);
274 charset = getCharsetForTextFormat(format);
/openjdk7/jdk/src/share/classes/sun/awt/datatransfer/
H A DDataTransferer.java611 protected String getCharsetForTextFormat(Long lFormat) { method in class:DataTransferer
992 charset = getCharsetForTextFormat(lFormat);
1904 sourceEncoding = getCharsetForTextFormat(lFormat);

Completed in 38 milliseconds