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

/openjdk7/jdk/test/sun/nio/cs/
H A DCheckCaseInsensitiveEncAliases.java43 tryToEncode( "ANSI_X3.4-1968" );
44 tryToEncode( "iso-ir-6" );
45 tryToEncode( "ANSI_X3.4-1986" );
46 tryToEncode( "ISO_646.irv:1991" );
47 tryToEncode( "ASCII" );
48 tryToEncode( "ascii" );
49 tryToEncode( "Ascii" );
50 tryToEncode( "Ascii7" );
51 tryToEncode( "ascii7" );
52 tryToEncode( "ISO64
87 public static void tryToEncode( String encoding) throws Exception method in class:CheckCaseInsensitiveEncAliases
[all...]

Completed in 29 milliseconds