Searched defs:toUnicode (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/net/
H A DIDN.java166 public static String toUnicode(String input, int flag) { method in class:IDN
188 * {@link #toUnicode(String, int) toUnicode}(input, 0);
195 public static String toUnicode(String input) { method in class:IDN
196 return toUnicode(input, 0);
322 // toUnicode operation; should only apply to a single label
339 // toUnicode never fails; if any step fails, return the input string
/openjdk7/jdk/src/share/classes/sun/nio/cs/ext/
H A DEUC_TW.java109 public char[] toUnicode(int b1, int b2, int p) { method in class:EUC_TW.Decoder
188 char[] cc = toUnicode(byte1, byte2, cnsPlane);
212 char[] cc = toUnicode(byte1, byte2, 0);
246 char[] cc = toUnicode(byte1, byte2, cnsPlane);
270 char[] cc = toUnicode(byte1, byte2, 0);

Completed in 41 milliseconds