HomeSort by relevance Sort by last modified time
    Searched refs:toASCII (Results 1 - 15 of 15) 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/chromium_org/third_party/icu/source/common/
uts46.cpp 151 UBool isLabel, UBool toASCII,
157 UBool isLabel, UBool toASCII,
164 UBool isLabel, UBool toASCII,
177 UBool toASCII,
182 UBool toASCII, IDNAInfo &info) const;
297 UBool isLabel, UBool toASCII,
318 if(toASCII) {
334 if(toASCII) {
355 break; // Replacing with U+FFFD can be complicated for toASCII.
374 // Replacing with U+FFFD can be complicated for toASCII
    [all...]
  /external/chromium_org/third_party/icu/source/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/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 154 UBool isLabel, UBool toASCII,
160 UBool isLabel, UBool toASCII,
167 UBool isLabel, UBool toASCII,
180 UBool toASCII,
185 UBool toASCII, IDNAInfo &info) const;
303 UBool isLabel, UBool toASCII,
324 if(toASCII) {
340 if(toASCII) {
361 break; // Replacing with U+FFFD can be complicated for toASCII.
380 // Replacing with U+FFFD can be complicated for toASCII
    [all...]
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /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 

Completed in 245 milliseconds