HomeSort by relevance Sort by last modified time
    Searched refs:toASCII (Results 1 - 12 of 12) sorted by null

  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/net/
IDNTest.java 26 * @tests {@link java.net.IDN#toASCII(String)}
32 IDN.toASCII(null);
39 IDN.toASCII("www.m\uE400kitorppa.edu");
46 IDN.toASCII("www.\u672C\uFE73\uFFFF.jp");
53 .toASCII("www.\u65E5\u672C\u5E73.jp"));
57 .toASCII("www.\u30CF\u30F3\u30C9\u30DC\u30FC\u30EB\u30B5\u30E0\u30BA.com"));
59 .toASCII("www.f\u00E4rgbolaget.nu"));
60 assertEquals("www.xn--bcher-kva.de", IDN.toASCII("www.b\u00FCcher.de"));
62 .toASCII("www.br\u00E6ndendek\u00E6rlighed.com"));
64 .toASCII("www.r\u00E4ksm\u00F6rg\u00E5s.se"))
    [all...]
  /libcore/luni/src/main/java/java/net/
IDN.java 63 public static String toASCII(String input, int flags) {
64 return NativeIDN.toASCII(input, flags);
68 * Equivalent to {@code toASCII(input, 0)}.
74 public static String toASCII(String input) {
75 return toASCII(input, 0);
82 * <p>Unlike {@code toASCII}, this transformation cannot fail.
  /libcore/luni/src/main/java/libcore/icu/
NativeIDN.java 20 public static String toASCII(String s, int flags) {
35 private static String convert(String s, int flags, boolean toAscii) {
39 return convertImpl(s, flags, toAscii);
41 private static native String convertImpl(String s, int flags, boolean toAscii);
  /external/icu4c/test/intltest/
testidna.h 77 void testChaining(const char* toASCIIName, TestFunc toASCII,
107 void testConformance(const char* toASCIIName, TestFunc toASCII,
testidna.cpp 758 //test toASCII with all labels in the string
    [all...]
  /external/icu4c/common/
uts46.cpp 156 UBool isLabel, UBool toASCII,
162 UBool isLabel, UBool toASCII,
169 UBool isLabel, UBool toASCII,
182 UBool toASCII,
187 UBool toASCII, IDNAInfo &info) const;
305 UBool isLabel, UBool toASCII,
326 if(toASCII) {
342 if(toASCII) {
363 break; // Replacing with U+FFFD can be complicated for toASCII.
382 // Replacing with U+FFFD can be complicated for toASCII
    [all...]
  /prebuilts/sdk/10/
android.jar 
  /prebuilts/sdk/11/
android.jar 
  /prebuilts/sdk/13/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/9/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 1917 milliseconds