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

/openjdk7/jdk/test/sun/net/idn/
H A DPunycodeTest.java26 * @summary Unit test for sun.net.idn.Punycode
35 import sun.net.idn.Punycode;
38 * unit test for Punycode that is also originated from the sample code
111 output = Punycode.encode((new StringBuffer()).append(input, 0, input_length), case_flags);
127 /* Read the Punycode input string and convert to ASCII: */
140 output = Punycode.decode((new StringBuffer()).append(input, 0, input_length), case_flags);
267 throw new RuntimeException("Punycode test failed.");
/openjdk7/jdk/src/share/classes/java/net/
H A DIDN.java33 import sun.net.idn.Punycode;
49 * <a href="http://www.ietf.org/rfc/rfc3492.txt">Punycode</a> algorithm to convert
295 dest = Punycode.encode(dest, null);
357 StringBuffer decodeOut = Punycode.decode(new StringBuffer(temp), null);
/openjdk7/jdk/src/share/classes/sun/net/idn/
H A DPunycode.java33 // - copy this file from icu4jsrc_3_2/src/com/ibm/icu/text/Punycode.java
51 public final class Punycode { class
53 /* Punycode parameters for Bootstring */
161 * Converts Unicode to Punycode.
323 * Converts Punycode to Unicode.
324 * The Unicode string will be at most as long as the Punycode string.
443 /* not needed for Punycode: */
/openjdk7/jdk/make/sun/net/
H A DFILES_java.gmk135 sun/net/idn/Punycode.java \

Completed in 35 milliseconds