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

/openjdk7/jdk/src/share/classes/sun/launcher/
H A DLauncherHelper.java515 private static boolean isCharsetSupported = false; field in class:LauncherHelper
525 isCharsetSupported = Charset.isSupported(encoding);
528 String out = isCharsetSupported

Completed in 29 milliseconds