Searched defs:UNSUPPORTED_CHARSET (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/test/java/io/PrintStream/
H A DFailingConstructors.java43 static final String UNSUPPORTED_CHARSET = "unknownCharset"; field in class:FailingConstructors
62 new PrintStream(file, UNSUPPORTED_CHARSET);
81 new PrintStream(file.getName(), UNSUPPORTED_CHARSET);
/openjdk7/jdk/test/java/io/PrintWriter/
H A DFailingConstructors.java41 static final String UNSUPPORTED_CHARSET = "unknownCharset"; field in class:FailingConstructors
61 new PrintWriter(file, UNSUPPORTED_CHARSET);
80 new PrintWriter(file.getName(), UNSUPPORTED_CHARSET);
/openjdk7/jdk/test/java/util/Formatter/
H A DFailingConstructors.java42 static final String UNSUPPORTED_CHARSET = "unknownCharset"; field in class:FailingConstructors
60 new Formatter(file, UNSUPPORTED_CHARSET);
79 new Formatter(file.getName(), UNSUPPORTED_CHARSET);
/openjdk7/jdk/test/java/util/Scanner/
H A DFailingConstructors.java41 static final String UNSUPPORTED_CHARSET = "unknownCharset"; field in class:FailingConstructors
59 new Scanner(file, UNSUPPORTED_CHARSET);
78 new Scanner(file.toPath(), UNSUPPORTED_CHARSET);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/resources/
H A DServerMessages.java608 public static String UNSUPPORTED_CHARSET(Object arg0) { method in class:ServerMessages
/openjdk7/jdk/src/share/classes/sun/awt/datatransfer/
H A DDataTransferer.java2585 private static final String UNSUPPORTED_CHARSET = "UNSUPPORTED"; field in class:DataTransferer.CharsetComparator
2605 charsetsMap.put(UNSUPPORTED_CHARSET, UNSUPPORTED_CHARSET_INDEX);
2691 * <code>UNSUPPORTED_CHARSET</code> will be returned.
2704 return UNSUPPORTED_CHARSET;

Completed in 42 milliseconds