Searched refs:toASCII (Results 1 – 5 of 5) sorted by relevance
31 IDN.toASCII(null); in test_ToASCII_LString()38 IDN.toASCII("www.m\uE400kitorppa.edu"); in test_ToASCII_LString()45 IDN.toASCII("www.\u672C\uFE73\uFFFF.jp"); in test_ToASCII_LString()52 .toASCII("www.\u65E5\u672C\u5E73.jp")); in test_ToASCII_LString()56 .toASCII("www.\u30CF\u30F3\u30C9\u30DC\u30FC\u30EB\u30B5\u30E0\u30BA.com")); in test_ToASCII_LString()58 .toASCII("www.f\u00E4rgbolaget.nu")); in test_ToASCII_LString()59 assertEquals("www.xn--bcher-kva.de", IDN.toASCII("www.b\u00FCcher.de")); in test_ToASCII_LString()61 .toASCII("www.br\u00E6ndendek\u00E6rlighed.com")); in test_ToASCII_LString()63 .toASCII("www.r\u00E4ksm\u00F6rg\u00E5s.se")); in test_ToASCII_LString()65 .toASCII("www.\uC608\uBE44\uAD50\uC0AC.com")); in test_ToASCII_LString()[all …]
25 IDN.toASCII("fass.de"); in timeToUnicode()26 IDN.toASCII("faß.de"); in timeToUnicode()27 IDN.toASCII("fäß.de"); in timeToUnicode()28 IDN.toASCII("a\u200Cb"); in timeToUnicode()29 IDN.toASCII("öbb.at"); in timeToUnicode()30 IDN.toASCII("abc・日本.co.jp"); in timeToUnicode()31 IDN.toASCII("日本.co.jp"); in timeToUnicode()32 IDN.toASCII("x\u0327\u0301.de"); in timeToUnicode()33 IDN.toASCII("σόλοσ.gr"); in timeToUnicode()
105 public static String toASCII(String input, int flag) { in toASCII() method in IDN137 public static String toASCII(String input) { in toASCII() method in IDN138 return toASCII(input, 0); in toASCII()
99 (hostname = IDN.toASCII( in SNIHostName()175 this.hostname = IDN.toASCII( in SNIHostName()
5701 method public static String toASCII(String, int);5702 method public static String toASCII(String);